UtilDBM2ORVarCom: Convert from DBM to OR variance components

View source: R/UtilDBM2ORVarCom.R

UtilDBM2ORVarComR 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 <- St(dataset02, FOM = "Wilcoxon", method = "DBM")$ANOVA$VarCom
UtilDBM2ORVarCom(114, DBMVarCom)

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



dpc10ster/rjafroc-master documentation built on Jan. 31, 2024, 1:07 p.m.