UtilOR2DBMVarCom {RJafroc} | R Documentation |
Convert from OR to DBM variance components
Description
UtilOR2DBMVarCom
converts from OR to DBM variance components.
Usage
UtilOR2DBMVarCom(K, ORVarCom)
Arguments
K |
Total number of cases |
ORVarCom |
OR variance components, a data.frame containing VarR, VarTR, Cov1, Cov2, Cov3 and Var |
Value
UtilOR2DBMVarCom
returns the equivalent DBM 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]