print.mmdml: Printing 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 prints objects of class mmdml that typically result from a function call to mmdml.

Usage

1
2
3
## S3 method for class 'mmdml'
print(x, digits = max(3, getOption("digits") - 3),
    ranef.comp = "Std.Dev.", ...)

Arguments

x

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

digits

Number of significant digits for printing; also see lmer from package lme4.

ranef.comp

A character vector of length one or two indicating if random-effects parameters should be reported on the variance and/or standard deviation scale; also see lmer.

...

Further arguments passed to or from other methods.

Value

See lmer.

See Also

mmdml

Examples

1
## See example(mmdml) for examples

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