icc-class {aod} | R Documentation |
Representation of Objects of Formal Class "icc"
Description
Representation of the output of function icc
.
Objects from the Class
Objects can be created by calls of the form new("icc", ...)
or, more commonly,
via the function icc
.
Slots
CALL
- The call of the function.
rho
- A numeric scalar giving the intra-cluster correlation.
f
- A named numeric vector giving all the components of the F test for \rho.
rho.MC
- A numeric scalar giving the Monte Carlo estimate for \rho.
varrho
- A 2-component numeric vector giving the delta-method and anova estimates for the variance
of \rho.
method
- A character vector indicating which methods were used to estimate the \rho:
ML/REML and ANOVA.
features
- A named numeric vector summarizing the design.
Methods
- icc
signature(object = "icc")
: see icc
.
[Package
aod version 1.1-31
Index]