View source: R/get_model_matrix.R
| get_model_matrix | R Documentation |
Get a named model matrix
get_model_matrix(model, newdata, mfx = NULL)
## Default S3 method:
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'negbin'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'rlm'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'brglmFit'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'geeglm'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'ivreg'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'rq'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'ols'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'lrm'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'lm'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'glm'
get_model_matrix(model, newdata, mfx = NULL)
## S3 method for class 'svyglm'
get_model_matrix(model, newdata, mfx = NULL)
model |
Model object |
newdata |
Grid of predictor values at which we evaluate the slopes.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.