Closed anjoung closed 2 years ago
One small comment. My matching variable is time-invariant.
Sorry for back to back comments. I did find this code you wrote (https://rdrr.io/github/ebenmichael/augsynth/src/tests/testthat/test_multisynth_covariates.R) and my best guess from reading it is that I need to include an option where I set k equal to the size of my donor pool?
Hi sorry for the delay, you'll have to set the number of neighbors as a keyword argument with k = XXX
. I'll make sure to add that to the documentation
Just trying out this package, so wanted to run a simple example where I match on total population prior to weighting. I run the following command:
However, I get the following error:
Is my syntax incorrect? Or is it likely that my data is structured incorrectly?