KMInfluence | R Documentation |
Calculate Kaplan-Meier influence function for each observation.
KMInfluence(data, tau = NULL, status_name = "status", time_name = "time")
data |
Data.frame. |
tau |
Truncation time at which to calculate the influence. |
status_name |
Name of status column. |
time_name |
Name of time column. |
Data.frame with an additional column, influence
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.