redefine.factor {CoCoOldData} | R Documentation |
Redefine the number of levels for a variable.
redefine.factor(name, levels, missing.levels = 0, object = .current.coco)
name |
A character string with the name of the variable. |
levels |
A integer with the new number of levels . |
missing.levels |
A integer with the new number of
missing.levels . |
object |
See exportCoCo . |
TRUE
Jens Henrik Badsberg
Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.
read.data
and
enterNames
.