summary.mmdml {dmlalg} | R Documentation |
Summarizing mmdml fits
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
## S3 method for class 'mmdml'
summary(object,
correlation = (p <= getOption("lme4.summary.cor.max")),
nr_res = NULL, ...)
Arguments
object |
An object of class |
correlation |
Boolean indicating if the variance and correlation
components ( |
nr_res |
Boolean indicating how many sets of residuals among the |
... |
Further arguments passed to or from other methods. |
Value
Prints a summary output similar to lmer
from package lme4.
See Also
Examples
## See example(mmdml) for examples
[Package dmlalg version 1.0.2 Index]