Factors.of.interest: Factors.of.interest Constructor

Description Usage Arguments Value Examples

View source: R/factors-of-interest.R

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

1
Factors.of.interest(list.of.factors)

Arguments

list.of.factors

list of Factor S4 objects

Value

a Factors.of.interest S4 object

Examples

1
2
Factors.of.interest(list(Factor("factor1"), Factor("factor2"),
Factor("factor3")))

coppeCosenzaR documentation built on May 2, 2019, 8:18 a.m.