cutpoints {CoCoOldData} | R Documentation |
Define cutpoints to transform a continuous variable into a discrete variable in CoCo. The discrete variable must prior to the use of this function be declared with the number of levels as the cutpoints will result in.
cutpoints(name, cutpoints, object = .current.coco)
name |
A character string with the name of the variable. |
cutpoints |
A vector of reals with the cutpoints . |
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
.