estimate_truth: Estimate true values of the parameters from the simulated...

View source: R/summary_functions.R

estimate_truthR Documentation

Estimate true values of the parameters from the simulated potential outcomes

Description

Estimate true values of the parameters from the simulated potential outcomes

Usage

estimate_truth(
  df_po,
  Tt,
  link_fun = NULL,
  binomial_n = 1,
  type = "differences"
)

Arguments

df_po

data frame. Return value of generate_data(potential_outcomes=TRUE)

Tt

max periods.

Value

tibble.


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