jonathandroth / staggered_stata

MIT License
8 stars 5 forks source link

Added neverTreatedValue(), missing handling, and RCall v3.0 warning #4

Closed jamesbrandecon closed 3 years ago

jamesbrandecon commented 3 years ago

Added option neverTreatedValue(), which allows the user to specify a value of the variable g which denotes that an observation is never treated. This option can take either a numeric value or a period to denote that missing values indicate that an observation was never treated. There is also now a warning if Rcall version 3.0 or greater is used, and we now drop any missing values of g not addressed by neverTreatedValue() prior to passing the data to R.

jonathandroth commented 3 years ago

@jamesbrandecon Can you also update the sthlp file's for staggered_cs and staggered_sa?