Factors.of.interest {coppeCosenzaR} | R Documentation |
Factors.of.interest Constructor
Description
Factors.of.interest is a constructor. Factor elements inserted in list.of.factors are type-checked as S4 coppeCosenza::Factor objects. They must have distinct names.
Usage
Factors.of.interest(list.of.factors)
Arguments
list.of.factors |
list of Factor S4 objects |
Value
a Factors.of.interest
S4 object
Examples
Factors.of.interest(list(Factor("factor1"), Factor("factor2"),
Factor("factor3")))
[Package coppeCosenzaR version 0.1.3 Index]