GetFactorLevels {rrepast} | R Documentation |
Returns the fator's levels
GetFactorLevels(factors, name)
factors |
The current factor collection |
name |
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") ## End(Not run)