| combineBias | R Documentation |
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.
combineBias(selBias, chronBias)
selBias |
object of class |
chronBias |
object of class |
A combined bias object that combines a selBias and
a chronBias object
Other issues:
chronBias,
corGuess,
imbal,
issue,
selBias,
setPower()
chronBias <- chronBias(type="linT", theta=1, method="sim")
selBias <- selBias(type="CS", eta=1, method="sim")
combineBias(selBias, chronBias)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.