print.mcml {glmmrBase}R Documentation

Prints an mcml fit output

Description

Print method for class "'mcml'"

Usage

## S3 method for class 'mcml'
print(x, ...)

Arguments

x

an object of class "'mcml'" as a result of a call to MCML, see Model

...

Further arguments passed from other methods

Details

'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.

Value

No return value, called for side effects.


[Package glmmrBase version 0.9.2 Index]