Description Usage Arguments Details Value Author(s)
Extract model matrix from boolean model.
1 2 | ## S3 method for class 'boolean'
model.matrix(object, ...)
|
object |
A boolean object. |
... |
Arguments to pass on. |
This function extracts the model matrix from the specified boolean model. Note that this model wouldn't always be appropriate for estimating a model since multiple intercepts are included, making the columns of the matrix perfectly collinear.
An n-by-k model matrix.
Jason W. Morgan (morgan.746@osu.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.