Return the Factors matrix from an OMs
object
Factors.Rd
Return 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) <- value
Arguments
- object
A
Slick-class()
object- lang
Optional text string specifying the language (if available). Either 'en', 'es', or 'fr' for English, Spanish, or French respectively
- value
A
data.frame
with the Factors
Methods (by class)
Factors(OMs)
: Return the operating modelFactors
table from aOMs-class()
objectFactors(OMs) <- value
: Assign the operating modelFactors
table to aOMs-class()
objectFactors(Slick)
: Access the operating modelFactors
table from aSlick-class()
objectFactors(Slick) <- value
: Assign the operating modelFactors
table to aSlick-class()
object