obs_calculate | R Documentation |
This internal function calculates the mean observed values of covariates at each time point, as well as mean observed risk.
obs_calculate(
outcome_name,
compevent_name,
compevent2_name,
censor_name,
time_name,
id,
covnames,
covtypes,
comprisk,
comprisk2,
censor,
fitD2,
fitC,
outcome_type,
obs_data,
ipw_cutoff_quantile,
ipw_cutoff_value
)
outcome_name |
Character string specifying the name of the outcome variable in |
compevent_name |
Character string specifying the name of the competing event variable in |
compevent2_name |
Character string specifying the name of the competing event variable in |
censor_name |
Character string specifying the name of the censoring variable in |
time_name |
Character string specifying the name of the time variable in |
id |
Character string specifying the name of the ID variable in |
covnames |
Vector of character strings specifying the names of the time-varying covariates in |
covtypes |
Vector of character strings specifying the "type" of each time-varying covariate included in |
comprisk |
Logical scalar indicating the presence of a competing event. |
comprisk2 |
Logical scalar indicating whether competing events are treated as censoring events. |
censor |
Logical scalar indicating the presence of a censoring variable in |
fitD2 |
Model fit for the competing event variable if competing events are treated as censoring events. |
fitC |
Model fit for the censoring variable. |
outcome_type |
Character string specifying the "type" of the outcome. The possible "types" are: |
obs_data |
Data table containing the observed data. |
ipw_cutoff_quantile |
Percentile by which to truncate inverse probability weights. |
ipw_cutoff_value |
Cutoff value by which to truncate inverse probability weights. |
A list. Its first entry is a list of mean covariate values at each time point;
its second entry is a vector of the mean observed risk (for "survival"
outcome types) or the mean observed outcome (for "continuous_eof"
and
"binary_eof"
outcome types); for "survival"
outcome types, its
third entry is a vector of mean observed survival.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.