Description Usage Arguments Details Value Examples
View source: R/survivalfunctions.R
Cumulative hazard function estimate using Nelson Aalen method
| 1 | NelsonAalen(x, rs, survival = FALSE)
 | 
| x | The value to pass to the Nelson Aalen function | 
| rs | is the output from RiskSet(...) | 
| survival | If TRUE return estimate of survival function, otherwise return estimate of cumulative hazard function | 
To get estimate of survival function take exp(-H(x)) where H(x) is the cumulative hazard rate
The estimate of the cumulative hazard function at a given value of x
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.