powered by
Builds up the factor collection.
AddFactor(factors = c(), lambda = "qunif", name, min, max, int = FALSE)
The current factor collection
The function to apply FUN(p,min,max)
The name of factor
The minimun of parameter p
The maximun of parameter p
Boolean for truncating the factor value
The collection of created factors
# NOT RUN { f<- AddFactor(name="Age",min=20,max=60) f<- AddFactor(factors=f, name="Weight",min=50,max=120) # } # NOT RUN { # }
Run the code above in your browser using DataLab