randomizeR (version 3.0.2)

combineBias: Combined 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 for normal endpoints and as multiplicative effect for exponential endpoints.

Usage

combineBias(selBias, chronBias)

Value

A combined bias object that combines a selBias and a chronBias object

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
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