View source: R/printfunctions.R
print.mcml | R Documentation |
Print method for class "'mcml'"
print.mcml(x, digits = 2, ...)
x |
an object of class "'mcml'" as a result of a call to MCML, see Design |
digits |
Number of digits to print |
... |
Further arguments passed from other methods |
'print.mcml' tries to replicate the output of other regression functions, such as 'lm' and 'lmer' reporting parameters, standard errors, and z- and p- statistics. The z- and p- statistics should be interpreted cautiously however, as generalised linear mixed models can suffer from severe small sample biases where the effective sample size relates more to the higher levels of clustering than individual observations.
Parameters 'b' are the mean function beta parameters, parameters 'cov' are the covariance function parameters in the same order as '$covariance$parameters', and parameters 'd' are the estimated random effects.
TBC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.