Description Usage Arguments See Also
Get the terms or model matrix from an mhglm
object.
1 2 3 4 5 6 7 8 9 | ## S3 method for class 'mhglm'
model.matrix(object, type = c("fixed", "random"), ...)
## S3 method for class 'mhglm_ml'
model.matrix(object, type = c("fixed", "random"), ...)
## S3 method for class 'mhglm'
terms(x, type = c("fixed", "random"), ...)
## S3 method for class 'mhglm_ml'
terms(x, type = c("fixed", "random"), ...)
|
object, x |
an |
type |
which terms to get (for the fixed or for the random effects). |
... |
further arguments passed to or from other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.