summary.mmdml {dmlalg}R Documentation

Summarizing mmdml fits

Description

This is a method for the class mmdml. It summarizes objects of class mmdml that typically result from a function call to mmdml.

Usage

## S3 method for class 'mmdml'
summary(object,
    correlation = (p <= getOption("lme4.summary.cor.max")),
    nr_res = NULL, ...)

Arguments

object

An object of class mmdml. This object usually results from a function call to mmdml.

correlation

Boolean indicating if the variance and correlation components (vcov, VarCorr) should be printed.

nr_res

Boolean indicating how many sets of residuals among the S should be used to compute the residual information. By default, all available sets, that is, nr_res many that are saved in object resulting from mmdml are used.

...

Further arguments passed to or from other methods.

Value

Prints a summary output similar to lmer from package lme4.

See Also

mmdml

Examples

## See example(mmdml) for examples

[Package dmlalg version 1.0.2 Index]