| summary.sdid_mdl | R Documentation |
Summarize an sdid model
## S3 method for class 'sdid_mdl'
summary(object, ...)
object |
A |
... |
Passed through. |
An object of class summary.sdid_mdl.
# Fit a staggered difference-in-differences model
sdid_hosp <- sdid(hospitalized ~ cohort + yr + age + sex + comorb,
df = hosp,
intervention_var = "intervention_yr")
# Summarize the results
summary(sdid_hosp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.