Ed Jee
Ed Jee
Currently I'm calculating the Jacobian symbolically and then just applying Jacobian %\*% vcov %*% Jacobian' in blocks of 10,000 and taking the square root of the diagonal. I know we...
Hi, I forked the repo and implemented the method above but I couldn't get any significant speed-ups - it looks like calculating the Jacobian row-by-row is by far the slowest...
Hi, Are you able to create a [reprex](https://reprex.tidyverse.org/) or add some example data? It's hard to debug without some more information as a whole host of things could cause indexing...
Thanks for sharing - this is on my summer to-do list and not forgotten!
Hi Alec, Sorry for the delay in replying. We'll get to the bottom of this - it looks like we went a bit over the top sanitising user inputs.
This should have been fixed in the latest PR #72 @evanjflack ``` library(dplyr) set.seed(938) df % mutate( # Treatment status a = case_when( group_id == 2 & t > 0...
Hi, Did you use the latest version from GitHub or CRAN? I believe this is fixed on GitHub but looking back at the logs I'm not sure if @evanjflack pushed...
Hi @ridwandse, The code [here](https://github.com/evanjflack/bacondecomp/issues/71#issuecomment-622409332) will provide the exact same dataset since the seed has been set. Something like `write.csv(df, "my-df.csv")` will save the file for loading into Stata
Does not work when time variable is date? Error in as.Date.numeric(value): 'origin' must be supplied
Hi, Apologies for the delay. I'll be able to have a look at fixing this next week. It should be relatively simple to implement dates.