Arguments
data
Name of your dataset.
k
Number of methods/raters/instruments/assay, etc.
m
Number of replications for each methods/raters/instruments/assay, etc.
testindex
The index for the test raters, it must be a numerical vector. For example, if k=3
and testindex=c(1,2)
, the first and second rater are selected as the test raters for calculating IIR.
refindex
The index for the reference raters, it must be a numerical vector. For example, if k=3
and refindex=3
, the third rater is selected as the reference raters for calculating TIR.
error
error="const"
for the constant error structure for continuous data. error="prop"
for the proportional error structure for continuous data. Here, log transformation to data will be applied for the continuous data. For categorical data, use error="const"
.