Nonlinear heteroskedastic synthetic DGP for CausalStress (v1.6.0)
Source:R/dgp-synth-nonlinear-heteroskedastic.R
dgp_synth_nonlinear_heteroskedastic_v160.RdVersion bump that enables oracle precision via common random numbers (CRN)
when oracle_only = TRUE.
Usage
dgp_synth_nonlinear_heteroskedastic_v160(
n,
seed = NULL,
include_truth = TRUE,
oracle_only = FALSE
)Arguments
- n
Integer, number of observations.
- seed
Optional seed for reproducibility (passed to
cs_set_rng()).- include_truth
Logical; if TRUE, include oracle truth tables where supported.
- oracle_only
Logical; if TRUE, return only columns needed for oracle truth generation where supported.