model.matrix creates a design (or model) matrix for
‘monpol’ objects.
# S3 method for monpol
model.matrix(object, scale = c("original", "fitted"), …)A ‘monpol’ object.
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.
Design matrix created from the model object object.
This is the model.matrix method for objects inheriting
from class "monpol".