Combined bias criterion
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 |
chronBias <- chronBias(type="linT", theta=1, method="sim") selBias <- selBias(type="CS", eta=1, method="sim") combineBias(selBias, chronBias)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.