Learn R Programming

dmlalg (version 1.0.2)

print.mmdml: 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 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

Run this code
# NOT RUN {
## See example(mmdml) for examples
# }

Run the code above in your browser using DataLab