UtilDBM2ORVarCom {RJafroc} | R Documentation |
UtilDBM2ORVarCom
converts from DBM variance components to OR
variance components
UtilDBM2ORVarCom(K, DBMVarCom)
K |
Total number of cases |
DBMVarCom |
DBM variance components, a data.frame containing VarR, VarC, VarTR, VarTC, VarRC and VarErr |
UtilDBM2ORVarCom
returns the equivalent OR Variance components
DBMVarCom <- StSignificanceTesting(dataset02, FOM = "Wilcoxon", method = "DBM")$ANOVA$VarCom
UtilDBM2ORVarCom(114, DBMVarCom)
ORVarCom <- StSignificanceTesting(dataset02, FOM = "Wilcoxon", method = "OR")$ANOVA$VarCom
UtilOR2DBMVarCom(114, ORVarCom)