MCFPlotFrame | R Documentation |
Constructs the MCF plotting frame for a single treatment arm.
MCFPlotFrame(
data,
eval_points = 1000,
idx_name = "idx",
status_name = "status",
tau = NULL,
time_name = "time",
weights = NULL
)
data |
Data.frame. |
eval_points |
Number of points at which to evaluate the curve. |
idx_name |
Name of index (subject identifier) column in data. |
status_name |
Name of status column in data. |
tau |
Truncation time. |
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. |
Data.frame containing 'time' and 'mcf'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.