mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
added summclust
This commit is contained in:
parent
3bcaf6aa8b
commit
1be041433c
7 changed files with 43 additions and 40 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue