Calc_Cbeta {ahMLE}R Documentation

Calc_Cbeta

Description

Computing cumulative beta from beta (the magnitude of the jumps of the coefficient function)

Usage

Calc_Cbeta(beta)

Arguments

beta

The dataframe storing the magnitude of the jumps beta of the coefficients of the additive hazard. The first column should be the survival time.

Value

Return the cumulative beta by the giving beta.

Examples

beta  = data.frame(time = c(1,2,3,4), beta = c(5,6,7,8))
cbeta = Calc_Cbeta(beta)

[Package ahMLE version 1.20.1 Index]