A utility function to map input data to abstractions useful for estimation.
This procedure makes a single copy of the input data, storing it as a
data.table
for internal usage in later methods.
1 2 | set_est_data(data_obs, baseline, exposure, outcome, segment_by, ids = NULL,
treatment_cost = NULL)
|
data_obs |
Rectangular input data object, whether a |
baseline |
A |
exposure |
A |
outcome |
A |
segment_by |
A |
ids |
A |
treatment_cost |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.