randomizeR (version 1.4.2)

combineBias: Combined additive bias criterion

Description

This class combines a selBias object and a chronBias object to a new object. In the analysis within the new object the two types of bias are treated as additive. effect.

Usage

combineBias(selBias, chronBias)

Arguments

selBias

object of class selBias

chronBias

object of class chronBias

See Also

Other issues: chronBias, corGuess, imbal, issue, selBias, setPower

Examples

Run this code
# NOT RUN {
chronBias <- chronBias(type="linT", theta=1, method="sim")
selBias <- selBias(type="CS", eta=1, method="sim")
combineBias(selBias, chronBias)

# }

Run the code above in your browser using DataLab