make_X.scam {pammtools} | R Documentation |
Create design matrix from a suitable object
Description
Create design matrix from a suitable object
Usage
## S3 method for class 'scam'
make_X(object, newdata, ...)
Arguments
object |
A suitable object from which a design matrix can be generated. Often a model object. |
newdata |
A data frame from which design matrix will be constructed |
[Package pammtools version 0.7.3 Index]