lmcpp | R Documentation |
Used to get marginal coefficients off of a generalized linear mixed model.
lmcpp(X, y)
X |
A numeric model matrix. If intercept is desired, it must already have been added as a column. |
y |
A numeric matrix. A single column if one response variable or multiple columns where each column is a different response, such as a for marginal coefficients where each column is a different MCMC sample. |
A numeric matrix with the coefficient.
lmcpp(cbind(1, mtcars$hp, mtcars$am), as.matrix(mtcars[, c("mpg", "qsec")]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.