Computes the Finn coefficient as an index of the interrater reliability of quantitative data. Additionally, F-test and confidence interval are computed.
finn(ratings, s.levels, model = c("oneway", "twoway"))
n*m matrix or dataframe, n subjects m raters.
the number of different rating categories.
a character string specifying if a '"oneway"' model (default) with row effects random, or a '"twoway"' model with column and row effects random should be applied. You can specify just the initial letter.
A list with class '"irrlist"' containing the following components:
a character string describing the method applied for the computation of interrater reliability.
the number of subjects examined.
the number of raters.
a character string specifying the name of the coefficient.
coefficient of interrater reliability.
a character string specifying the name and the df of the corresponding F-statistic.
the value of the test statistic.
the p-value for the test.
Missing data are omitted in a listwise way. The Finn coefficient is especially useful, when variance between raters is low (i.e. agreement is high). For the computation it could be specified if only the subjects are considered as random effects ('"oneway"' model) or if subjects and raters are randomly chosen from a bigger pool of persons ('"twoway"' model).
Finn, R.H. (1970). A note on estimating the reliability of categorical data. Educational and Psychological Measurement, 30, 71-76.
# NOT RUN {
data(video)
finn(video, 6, model="twoway")
# }
Run the code above in your browser using DataLab