Return the Design matrix from an OMs object
      Source: R/aa_generics.R, R/class_OMs.R, R/class_Slick.R
      Design.RdReturn the Design matrix from an OMs object
Usage
Design(object)
Design(object) <- value
# S4 method for class 'OMs'
Design(object)
# S4 method for class 'OMs'
Design(object) <- value
# S4 method for class 'Slick'
Design(object)
# S4 method for class 'Slick'
Design(object) <- valueArguments
- object
- A - Slick-class()object
- value
- A - data.framewith the Design matrix
Methods (by class)
- Design(OMs): Return the operating model- Designmatrix from a- OMs-class()object
- Design(OMs) <- value: Assign the operating model- Designmatrix to a- OMs-class()object
- Design(Slick): Access the operating model- Designmatrix from a- Slick-class()object
- Design(Slick) <- value: Assign the operating model- Designmatrix to a- Slick-class()object