-
功能:计算CramérV关联度的R-confidence-intervals
资源介绍
R-置信区间-cramers-V
计算Cramér的V关联度量的置信区间的函数,请参见[1](带校正)。 有助于表达两个分类变量之间确实具有指定(近似)确定性的牢固程度。 卡方检验的显着结果与单侧置信区间的正下限一致。
R中的例子
library(MBESS)
pw <- iris$Petal.Width > 1
ct <- chisq.test(pw, iris$Species)
confintCramersV(ct, alternative = "greater") # Estimate 0.91, lower c.i. 0.77
confintCramersV(ct, conf.level = 0.9) # [0.77, 1]
[1] Liebetrau,AM(1983)。 社会科学中的定量应用:协会的度量标准加利福尼亚州千橡市:SAGE Publications L