Skip to contents

Checks S4 objects to check for warnings and errors

Usage

Factors(object, lang = "en")

Factors(object) <- value

# S4 method for OMs
Factors(object, lang = "en")

# S4 method for OMs
Factors(object) <- value

# S4 method for Slick
Factors(object, lang = "en")

# S4 method for 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

Value

The Design matrix from an OMs object in a Slick object

Methods (by class)

  • Factors(OMs): Return the operating model Factors table from a OMs-class() object

  • Factors(OMs) <- value: Assign the operating model Factors table to a OMs-class() object

  • Factors(Slick): Access the operating model Factors table from a Slick-class() object

  • Factors(Slick) <- value: Assign the operating model Factors table to a Slick-class() object