combine_estimates: Combine estimates from different pipelines for comparison

View source: R/summary_functions.R

combine_estimatesR Documentation

Combine estimates from different pipelines for comparison

Description

Combine estimates from different pipelines for comparison

Usage

combine_estimates(truth, iptw, ice, or, Tt)

Arguments

truth

tibble. Return value of estimate_truth()

iptw

tibble. Return value of iptw_pipeline()

ice

tibble. Return value of ice_pipeline()

or

tibble. Return value of or_pipeline()

Tt

max periods.

Value

tibble.


audreyrenson/didgformula documentation built on Oct. 9, 2022, 11:45 a.m.