print.mmdml {dmlalg}R Documentation

Printing mmdml fits

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

## 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

## See example(mmdml) for examples

[Package dmlalg version 1.0.2 Index]