AddFactor0 {rrepast} | R Documentation |
Creates or appends the factor collection
AddFactor0(factors = c(), ...)
factors |
The current factor collection |
... |
The variadic parameter list |
The factor collection
## Not run:
f<- AddFactor0(name="Age",min=20,max=60)
f<- AddFactor0(factors=f, name="Weight",min=50,max=120)
## End(Not run)