R/replicability.R
kboot.Rd
It is designed to be space efficient for sparse oberverments, and as thus does not take as input a reliability matrix, but a long-format data.table TODO(jucor): cite properly
kboot(dt, unit, observer, measurement, nboot)
dt | `data.table` containing the reliability data in long format |
---|---|
unit | Name of the column containing the unit ID |
observer | Name of the column containing the observer name, one per judge |
measurement | Name of the column containing the measurements, one per judge |
nboot | number of samples alpha to bootstrap |
Vector of nboot sampled alphas
Lower limit of 95% CI interval
Upper limit of 95% CI interval
Probability of failure to achieve an alpha of at least alphamin, dataframe with alphamin and q