Description Usage Arguments Value Author(s) See Also Examples
This function calculates the value of the CGR-CUSUM at one specified timepoint
1 | cgr_helper(data, ctime, coxphmod, cbaseh, displaypb = FALSE)
|
data |
data frame containing the following named columns:
|
ctime |
construction time (single) at which the value of the chart should be determined. |
coxphmod |
a cox proportional hazards regression model as produced by
the function |
cbaseh |
a function which returns the non risk-adjusted cumulative
baseline hazard h_0(t). If |
displaypb |
(optional) boolean indicating whether a progress bar should be displayed |
A list containing the following:
$val value of CGR-CUSUM at specified time point
$theta value at corresponding time of the MLE \hat{θ}_t
$starttime time from which individuals contribute to the chart S_ν
Daniel Gomon
1 | #TO-DO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.