matrix_term | R Documentation |
Creates a matrix_term object, which is a set of regression variables stored as a numeric matrix.
matrix_term(varname, mat)
varname |
The name of the variable. |
mat |
The matrix of values. |
Create a matrix_term object.
A matrix_term object.
mat <- matrix(rnorm(100 * 10), 100, 10)
mterm <- matrix_term("mterm", mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.