AUTORECODE: Properly handle value labels.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 2 Sep 2019 06:37:02 +0000 (06:37 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 2 Sep 2019 06:37:02 +0000 (06:37 +0000)
commit335b56abf229fcb446c2311b2a64faf5f64e5a38
tree089315d92d397794266c6ec845bafc436edcd3ad
parent47ebf195325ed081e60725a23efc87011671886f
AUTORECODE: Properly handle value labels.

Value labels are supposed to be copied from source variables, where they
are present.  Also, it's better to format the source values using the
print format rather than just assuming that %g is the right format.
doc/transformation.texi
src/language/stats/autorecode.c
tests/language/stats/autorecode.at