extract_function: Ancillary function to 'boot_ebmstate'.

Description Usage Arguments Details Value Author(s) See Also

View source: R/bootstrap_and_leave_one_out.R

Description

Extracts the bootstrap estimates of transition probabilities for target state 'tstate' from a list with bootstrap estimates of transition probabilities into multiple states. This function is not meant to be called by the user.

Usage

1
extract_function(list_object, tstate)

Arguments

list_object

A list in which each individual element is a single bootstrap estimate of the probability of transition into different states.

tstate

The state whose bootstrap estimates of transition probabilities we wish to extract from list_object.

Details

This function is an ancillary function of CIs_for_target_state, which in turn is an ancillary function of boot_ebmstate.

Value

Bootstrap estimates of transition probabilities into target state 'tstate'.

Author(s)

Rui Costa

See Also

CIs_for_target_state; boot_ebmstate


ebmstate documentation built on Dec. 20, 2021, 5:07 p.m.