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