process_dose_gt {ptetools} | R Documentation |
Process Results with a Continuous Treatment
Description
After computing results for each group and time period,
process_dose_gt
combines/averages them into overall effects and/or
dose specific effects. This is generic code that can be used
from different ways of estimating causal effects across different
timing groups and periods in a previous step.
Usage
process_dose_gt(gt_results, ptep, ...)
Arguments
gt_results |
list of group-time specific results |
ptep |
|
... |
extra arguments |
Value
a dose_obj
object
[Package ptetools version 1.0.0 Index]