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 |
digits |
Number of significant digits for printing;
also see |
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
|
... |
Further arguments passed to or from other methods. |
Value
See lmer
.
See Also
Examples
## See example(mmdml) for examples
[Package dmlalg version 1.0.2 Index]