View source: R/printfunctions.R
print.mcml | R Documentation |
Print method for class "'mcml'"
## S3 method for class 'mcml'
print(x, ...)
x |
an object of class "'mcml'" as a result of a call to MCML, see Model |
... |
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 miobjected 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.
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.