rater | R Documentation |
Rater Reliability
rater(
data,
vars,
model = "oneway",
type = "agreement",
unit = "single",
interrater = FALSE,
icc = FALSE,
bicc = FALSE,
ic = FALSE,
ftest = FALSE,
fk = FALSE,
cw = FALSE,
ek = FALSE,
krip = FALSE,
method = "nominal",
t = "col",
pa = FALSE,
boot = 1000,
bt = FALSE,
boot1 = 1000,
kend = FALSE
)
data |
The data as a data frame. |
vars |
. |
model |
. |
type |
. |
unit |
. |
interrater |
. |
icc |
. |
bicc |
. |
ic |
. |
ftest |
. |
fk |
. |
cw |
. |
ek |
. |
krip |
. |
method |
. |
t |
. |
pa |
. |
boot |
. |
bt |
. |
boot1 |
. |
kend |
. |
A results object containing:
results$instructions | a html | ||||
results$interrater | a table | ||||
results$fk | a table | ||||
results$bt | a table | ||||
results$ek | a table | ||||
results$cw | a table | ||||
results$pa | a table | ||||
results$icc | a table | ||||
results$bicc | a table | ||||
results$kend | a table | ||||
results$ic | a table | ||||
results$ftest | a table | ||||
results$krip | a table | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$interrater$asDF
as.data.frame(results$interrater)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.