model.matrix.monpol: Construct Design Matrices

Description Usage Arguments Details Value Author(s)

View source: R/util.R

Description

model.matrix creates a design (or model) matrix for ‘monpol’ objects.

Usage

1
2
## S3 method for class 'monpol'
model.matrix(object, scale = c("original", "fitted"), ...)

Arguments

object

A ‘monpol’ object.

scale

Create design matrix on the original scale of the data or on the scale used during fitting.

...

Additional optionals arguments. At present no optional arguments are used.

Details

This is the model.matrix method for objects inheriting from class "monpol".

Value

Design matrix created from the model object object.

Author(s)

Berwin A Turlach <Berwin.Turlach@gmail.com>


MonoPoly documentation built on May 2, 2019, 7:59 a.m.