| mc | R Documentation |
Creates a mean component object used to define (part of) the mean structure in the model.
mc(form, X = NULL)
form |
An expression for the mean model. |
X |
A design matrix. |
An object of class mc.
library(svcm)
X <- cbind(1, rnorm(100))
B <- pm(nrow = 6, ncol = 2,
labels = paste0("b", 1:12),
values = 0,
free = TRUE,
name = "B")
mc <- mc(form = B, X = X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.