summary.mmdml: Summarizing mmdml fits

Description Usage Arguments Value See Also Examples

View source: R/mmdml-methods.R

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

1
2
3
4
## 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

1
## See example(mmdml) for examples

dmlalg documentation built on Feb. 3, 2022, 5:08 p.m.