combineBias function

Combined bias criterion

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)

Arguments

  • selBias: object of class selBias
  • chronBias: object of class chronBias

Returns

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

Examples

chronBias <- chronBias(type="linT", theta=1, method="sim") selBias <- selBias(type="CS", eta=1, method="sim") combineBias(selBias, chronBias)

See Also

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

  • Maintainer: Ralf-Dieter Hilgers
  • License: GPL (>= 3)
  • Last published: 2023-09-18

Useful links