print.iccvpc: print method for an object of class iccvpc

Description Usage Arguments Examples

View source: R/icc.R

Description

print method for an object of class iccvpc

Usage

1
2
## S3 method for class 'iccvpc'
print(x, digits = getOption("digits"), percent = FALSE, ...)

Arguments

x

Object of class iccvpc

digits

minimal number of significant digits, see print.default.

percent

Logical indicating whether the ICC should be reported as a percentage.

...

Additional arguments passed to print.

Examples

1
2
3
4
require(lme4)
fm1 <- lmer(Reaction ~ Days + (1 | Subject), sleepstudy)
summary(fm1)
print(icc(fm1, bci = TRUE, seed = 12345), percent = TRUE, digits = 2)

remlapmot/iccvpc documentation built on May 15, 2020, 12:17 a.m.