powered by
Returns the fator's levels
GetFactorLevels(factors, name)
The current factor collection
The factor name
Levels
# NOT RUN { f<- AddFactor0(name="Age",levels=c(25,30,40,65)) f<- AddFactor0(factors=f, name="Weight",levels=c(60,70,80,90)) GetFactorLevels(factors=f, "Age") # } # NOT RUN { # }
Run the code above in your browser using DataLab