cor.light.g.onesample: Light's G

View source: R/cor.light.g.onesample.1971.R

cor.light.g.onesampleR Documentation

Light's G

Description

Calculate Light's G based on Light's 1971 paper. Used to compare multiple raters with standard.

Usage

cor.light.g.onesample(
  subject,
  rater,
  rating,
  rater.standard = "Standard",
  alternative = c("two.sided", "greater", "less"),
  conf.level = 0.95
)

Arguments

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.

Value

The results of the statistical test.

References

Light. Measurements of Response agreement for Qualitative Data: Some Generalizations and Alternatives. Psychological Bulletin. 1971 76-5. pg 365-377


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