Skip to contents

Return the Design matrix from an OMs object

Usage

Design(object)

Design(object) <- value

# S4 method for OMs
Design(object)

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

# S4 method for Slick
Design(object)

# S4 method for Slick
Design(object) <- value

Arguments

object

A Slick-class() object

value

A data.frame with the Design matrix

Value

The Design matrix from an OMs object in a Slick object

Methods (by class)

  • Design(OMs): Return the operating model Design matrix from a OMs-class() object

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

  • Design(Slick): Access the operating model Design matrix from a Slick-class() object

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