MCFCurve | R Documentation |
Construct a function to evaluate the mean cumulative function at a given time for a single treatment arm.
MCFCurve(
data,
idx_name = "idx",
status_name = "status",
time_name = "time",
weights = NULL
)
data |
Data.frame. |
idx_name |
Name of index (subject identifier) column in data. |
status_name |
Name of status column in data. |
time_name |
Name of column column in data. |
weights |
Optional column of weights, controlling the size of the jump in the cumulative count curve at times with status == 1. |
stepfun.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.