added summclust

This commit is contained in:
Daniel Winkler 2026-01-19 13:50:08 +11:00
commit 1be041433c
7 changed files with 43 additions and 40 deletions

View file

@ -41,6 +41,10 @@ print(classify_labels('Interscope'))
cat("\n============================================================ nvimcom ============================================================\n")
library(nvimcom)
cat("\n============================================================ summclust ============================================================\n")
library(summclust)
summclust(lm_fit, cluster = ~group_id1, params = "treatment")
cat("\n============================================================ synthdid ============================================================\n")
library(synthdid)
data('california_prop99')