cumhaz_splines {ebmstate}R Documentation

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)

Arguments

cumhaz

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

Details

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

Value

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

Author(s)

Rui Costa

See Also

msfit_generic; msfit; probtrans_by_convolution.


[Package ebmstate version 0.1.4 Index]