Learn R Programming

ebmstate (version 0.1.5)

cumhaz_splines: Spline approximations of the cumulative hazard functions

Description

Creates a spline approximation for the vector of cumulative hazards of each transition.

Usage

cumhaz_splines(cumhaz)

Value

A list of estimated cumulative hazard functions (one for each transition).

Arguments

cumhaz

An object of class msfit, created by msfit_generic or msfit.

Author

Rui Costa

Details

This function is used by the function probtrans_by_convolution. It is not meant to be called by the user.

See Also

msfit_generic; msfit; probtrans_by_convolution.