mean_no {JointFPM} | R Documentation |
Non-parametric estimation of mean number of events
Description
Usage
mean_no(
formula,
re_indicator,
ce_indicator,
data,
re_control = list(),
ce_control = list()
)
Arguments
formula |
A formula passed to |
re_indicator |
The name of a variable indicating that these rows in the dataset belong to the risksets of the recurrent event process. |
ce_indicator |
The name of a variable indicating that these rows in the datasets belong to the riskset of the competing event process. |
data |
A |
re_control |
An optional |
ce_control |
An optional |
Value
A data.frame
including the estimated mean number of events expn
at times t
within strata strata
.
[Package JointFPM version 1.2.1 Index]