print.lme2 {ClusROC}R Documentation

Print summary results of an lme2 object

Description

print.lme2 displays results of the output from lme2.

Usage

## S3 method for class 'lme2'
print(x, digits = max(3L, getOption("digits") - 3L), call = TRUE, ...)

Arguments

x

an object of class "lme2", a result of lme2 call.

digits

minimal number of significant digits, see print.default.

call

logical. If set to TRUE, the matched call will be printed.

...

further arguments passed to print method.

Details

print.lme2 shows a summary table for the estimated parameters in the cluster-effect model (continuous diagnostic test in three-class setting).

Value

print.lme2 returns a summary table for the estimated parameters in the cluster-effect model.

See Also

lme2


[Package ClusROC version 1.0.1 Index]