Learn R Programming

rrepast (version 0.8.0)

AddFactor0: AddFactor0

Description

Creates or appends the factor collection

Usage

AddFactor0(factors = c(), ...)

Arguments

factors

The current factor collection

...

The variadic parameter list

Value

The factor collection

Examples

Run this code
# 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