xuyiqing / gsynth

Generalized Synthetic Control Method
Other
132 stars 40 forks source link

Error in {: #10

Closed inkrement closed 6 years ago

inkrement commented 6 years ago

I get this strange error:

Simulating errors ...Error in { : 
  task 5 failed - "'data' must be of a vector type, was 'NULL'"

I can reproduce it, but I don't know how to debug it properly.

I use R: 3.4.1 on Linux and the newest CRAN version of this package.

liulch commented 6 years ago

Seems like a parametric bootstrap error. Maybe you can try the newest Github version of this package, I think we fixed this bug but haven't updated on CRAN yet.

inkrement commented 6 years ago

Hi, I tried the github-version and indeed, it seems to work now. Thanks! :)