Return the Design matrix from an OMs
object
Design.Rd
Return 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) <- value
Arguments
- object
A
Slick-class()
object- value
A
data.frame
with the Design matrix
Methods (by class)
Design(OMs)
: Return the operating modelDesign
matrix from aOMs-class()
objectDesign(OMs) <- value
: Assign the operating modelDesign
matrix to aOMs-class()
objectDesign(Slick)
: Access the operating modelDesign
matrix from aSlick-class()
objectDesign(Slick) <- value
: Assign the operating modelDesign
matrix to aSlick-class()
object