ranef.ICCier: Extract random effect values

Description Usage Arguments Value

View source: R/predict.R

Description

Takes ICCier object and returns random effects.

Usage

1
2
## S3 method for class 'ICCier'
ranef(object, summary = TRUE, prob = 0.95)

Arguments

object

ICCier object

summary

Logical. Whether to return summary (mean, intervals) of ICCs (TRUE), or posterior samples (FALSE)

prob

A number p (0 < p < 1) indicating the desired probability mass to include in the intervals.

Value

3D array. If 'summary = TRUE' (default): '[group, statistic, random effect]'. If 'summary = FALSE': '[group, random effect, MCMC sample]'


stephensrmmartin/ICCier documentation built on Aug. 22, 2019, 10 a.m.