msa.nominal.concordance: Perform Study of Nominal Scale Agreement/Concordance With or...

View source: R/msa.nominal.concordance.R

msa.nominal.concordanceR Documentation

Perform Study of Nominal Scale Agreement/Concordance With or Without Standard

Description

Evaluate one or more rater's agreement for a set of subjects with or without a "standard" or "true" value. This is sometimes called a nominal gage study or a study of interrater agreement. Note that all input vectors should be ordered by parts/subjects (i.e 1st value in rater 1's vector is first part, 2nd value in rater 2's vector is 2nd part, 3rd value in standard is 3rd part, etc.)

Usage

msa.nominal.concordance(..., standard = NA, conf.level = 0.95)

Arguments

...

Vectors - character or factor - One or more rater's evaluations of subjects

standard

Vector - character or factor - the "standard" or "true" measurement

conf.level

Confidence level to use for the statistical tests

Value

A data structure including all of the details of the tests between operators/standard. Use summary() to summarize results.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.