Returns an object of class rpt
that is a a list with the following elements:
callFunction call
datatypeResponse distribution (here: 'Poisson').
CICoverage of the confidence interval as specified by the CI
argument.
Rdata.frame
with point estimates for repeatabilities. Columns
represent grouping factors of interest. Rows show original and link scale repeatabilites
(in this order).
sedata.frame
with approximate standard errors (se) for repeatabilities. Columns
are groups of interest. Rows are original and link scale (in this order).
Note that the distribution might not be symmetrical, in which case the se is less informative.
CI_emplist
of two elements containing the confidence intervals for repeatabilities
on the link and original scale, respectively. Within each list element, lower and upper CI
are columns and each row for each grouping factor of interest.
Pdata.frame
with p-values from a significance test based on likelihood-ratios
in the first column and significance test based on permutation of residuals for
both the original and link scale in the second and third column. Each row represents a grouping
factor of interest.
R_boot_linkParametric bootstrap samples for R on the link scale. Each list
element is a grouping factor.
R_boot_orgParametric bootstrap samples for R on the original scale. Each list
element is a grouping factor.
R_permut_linkPermutation samples for R on the link scale. Each list
element is a grouping factor.
R_permut_orgPermutation samples for R on the original scale. Each list
element is a grouping factor.
LRTList of two elements. LRT_mod is the likelihood for the full model and (2) LRT_table is a data.frame
for the reduced model(s) including columns for the likelihood logl_red, the likelihood ratio(s) LR_D,
p-value(s)LR_P and degrees of freedom for the likelihood-ratio test(s) LR_df.
ngroupsNumber of groups for each grouping level.
nobsNumber of observations.
modFitted model.
ratioBoolean. TRUE, if ratios have been estimated, FALSE, if variances have been estimated
adjustedBoolean. TRUE, if estimates are adjusted
all_warningslist
with two elements. 'warnings_boot' and 'warnings_permut' contain
warnings from the lme4 model fitting of bootstrap and permutation samples, respectively.