Learn R Programming

RJafroc (version 2.1.2)

UtilOR2DBMVarCom: Convert from OR to DBM variance components

Description

UtilOR2DBMVarCom converts from OR to DBM variance components.

Usage

UtilOR2DBMVarCom(K, ORVarCom)

Value

UtilOR2DBMVarCom returns the equivalent DBM variance components

Arguments

K

Total number of cases

ORVarCom

OR variance components, a data.frame containing VarR, VarTR, Cov1, Cov2, Cov3 and Var

Examples

Run this code
DBMVarCom <- StSignificanceTesting(dataset02, FOM = "Wilcoxon", method = "DBM")$ANOVA$VarCom
UtilDBM2ORVarCom(114, DBMVarCom)

ORVarCom <- StSignificanceTesting(dataset02, FOM = "Wilcoxon", method = "OR")$ANOVA$VarCom
UtilOR2DBMVarCom(114, ORVarCom)



Run the code above in your browser using DataLab