powered by
Creates or appends the factor collection
AddFactor0(factors = c(), ...)
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) # } # NOT RUN { # }
Run the code above in your browser using DataLab