Skip to contents

Convenience wrappers that dispatch to the current stable implementation for each synthetic DGP family.

Usage

dgp_synth_baseline(n, seed = NULL)

dgp_synth_hd_sparse_plm(n, seed = NULL)

dgp_synth_heavytail(n, seed = NULL)

dgp_synth_nonlinear_heteroskedastic(n, seed = NULL)

dgp_synth_overlap_stressed(n, seed = NULL)

dgp_synth_placebo_heavytail(n, seed = NULL)

dgp_synth_placebo_kangschafer(n, seed = NULL)

dgp_synth_placebo_nonlinear(n, seed = NULL)

dgp_synth_placebo_tau0(n, seed = NULL)

dgp_synth_placebo_tilted(n, seed = NULL)

dgp_synth_qte1(n, seed = NULL)

dgp_synth_tilt_mild(n, seed = NULL)

Arguments

n

Integer, number of observations.

seed

Optional seed for reproducibility.

Value

A DGP result list with df, true_att, true_qst, and meta, following the synthetic DGP contract.