CIs_for_target_state function

Ancillary function of boot_ebmstate.

Ancillary function of boot_ebmstate.

Computes 95% highest density bootstrap confidence intervals for the transition probabilities into target_state, given a list object with boostrap estimates of transition probabilities into multiple states. This function is not meant to be called by the user.

CIs_for_target_state(target_state, probtrans_objects_boot)

Arguments

  • target_state: The target state for whose transition probabilties the confidence intervals are computed.
  • probtrans_objects_boot: A list containing bootstrap estimates of transition probabilities.

Returns

95% highest density bootstrap confidence intervals for the transition probabilities into target_state.

Details

Uses function extract_function.

See Also

boot_ebmstate; extract_function.

Author(s)

Rui Costa

  • Maintainer: Rui Costa
  • License: GPL (>= 3)
  • Last published: 2024-10-19

Useful links