get_irr | R Documentation |
Calculates the inter-rater reliability of multiple raters using a two-way, absolute agreement, average-measures, mixed intra-class correlation
get_irr(data, ratings, order_triagelevel)
data |
A dataframe |
ratings |
A vector indicating the column names storing the ratings of reach rater |
order_triagelevel |
A vector indicating the order of triage levels. The triage level with highest urgency should be the first value and the triage level with lowest urgency the last value. |
A list containing the inter-rater reliability
## Not run:
#' irr <- get_irr(
data = df,
ratings = c("datarater1", "datarater2", "datarater3"),
order_triagelevel = c("Emergency", "Non-Emergency", "Self-care"),
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.