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 modelDesignmatrix from aOMs-class()objectDesign(OMs) <- value: Assign the operating modelDesignmatrix to aOMs-class()objectDesign(Slick): Access the operating modelDesignmatrix from aSlick-class()objectDesign(Slick) <- value: Assign the operating modelDesignmatrix to aSlick-class()object