Simon Greenhill

Results 2 comments of Simon Greenhill

I ran into the same error, and after some debugging realized it was because I had mis-specified my formula (I was regressing my outcome on the treatment variable, rather than...

Hi Ed, Sounds good--here's a quick reprex illustrating the issue I was having in case helpful. Thanks for creating and maintaining this cool package! ``` r library(bacondecomp) # set up...