View source: R/cor.light.g.onesample.1971.R
cor.light.g.onesample | R Documentation |
Calculate Light's G based on Light's 1971 paper. Used to compare multiple raters with standard.
cor.light.g.onesample(
subject,
rater,
rating,
rater.standard = "Standard",
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
subject |
A vector identifying subjects. |
rater |
A vector identifying raters. |
rating |
A vector identifying ratings. |
rater.standard |
A scalar identifying the name of the rater considered "correct". |
alternative |
The alternative hypothesis to use for the test computation. |
conf.level |
The confidence level for this test, between 0 and 1. |
The results of the statistical test.
Light. Measurements of Response agreement for Qualitative Data: Some Generalizations and Alternatives. Psychological Bulletin. 1971 76-5. pg 365-377
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.