make_X {pammtools} | R Documentation |
Create design matrix from a suitable object
Description
Create design matrix from a suitable object
Usage
make_X(object, ...)
## Default S3 method:
make_X(object, newdata, ...)
## S3 method for class 'gam'
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]