summary.augsynth: Summary function for augsynth

View source: R/augsynth.R

summary.augsynthR Documentation

Summary function for augsynth

Description

Summary function for augsynth

Usage

## S3 method for class 'augsynth'
summary(object, inf = T, inf_type = "conformal", linear_effect = F, ...)

Arguments

object

augsynth object

inf

Boolean, whether to get confidence intervals around the point estimates

inf_type

Type of inference algorithm. Options are

  • "conformal"Conformal inference (default)

  • "jackknife+"Jackknife+ algorithm over time periods

  • "jackknife"Jackknife over units

linear_effect

Boolean, whether to invert the conformal inference hypothesis test to get confidence intervals for a linear-in-time treatment effect: intercept + slope * time

...

Optional arguments for inference, for more details for each 'inf_type' see

  • "conformal"'conformal_inf'

  • "jackknife+"'time_jackknife_plus'

  • "jackknife"'jackknife_se_single'


ebenmichael/augsynth documentation built on March 20, 2024, 5:20 a.m.