Return the Factors matrix from an OMs object
Source: R/aa_generics.R, R/class_OMs.R, R/class_Slick.R
Factors.RdReturn the Factors matrix from an OMs object
Usage
Factors(object, lang = "en")
Factors(object) <- value
# S4 method for class 'OMs'
Factors(object, lang = "en")
# S4 method for class 'OMs'
Factors(object) <- value
# S4 method for class 'Slick'
Factors(object, lang = "en")
# S4 method for class 'Slick'
Factors(object) <- valueArguments
- object
A
Slick-class()object- lang
Optional text string specifying the language (if available). Either 'en', 'es', 'fr', or 'pt' for English, Spanish, French, or Portuguese respectively
- value
A
data.framewith the Factors
Methods (by class)
Factors(OMs): Return the operating modelFactorstable from aOMs-class()objectFactors(OMs) <- value: Assign the operating modelFactorstable to aOMs-class()objectFactors(Slick): Access the operating modelFactorstable from aSlick-class()objectFactors(Slick) <- value: Assign the operating modelFactorstable to aSlick-class()object