Description Usage Arguments Examples
View source: R/model-matrices.R
Make model matrices
1 | model_matrices(form, d)
|
form |
a formula with the legal format. |
d |
a dataframe provided by the user. |
1 2 3 | data(iris)
fit <- model_matrices(Sepal.Length ~ ., iris)
fit$X
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.