View source: R/did-check-std.R
did_std_placebo | R Documentation |
Run a placebo regression on the pretreatment outcome
did_std_placebo(formula, data, lags, skip_standardize, show_warning = TRUE)
formula |
A formula generated by |
data |
An output from |
lags |
A vector of non-negative lag parameters. |
skip_standardize |
A logical value indicating whether to skip standardization. |
show_warning |
A logical value indicating whether to show warnings. |
A list of placebo effects (est
),
and standardized effects (est_std
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.