ebenmichael / augsynth

Augmented Synthetic Control Method
MIT License
144 stars 52 forks source link

Fix Reference to Uncreated Object in `multisynth` Vignette #91

Open hannesdatta opened 1 year ago

hannesdatta commented 1 year ago

While going through the vignette for the multisynth function, I identified an inconsistency. The document references an object nopool_syn_summ, which was not previously created in the provided code. Based on the context, I think the intended reference should be to ppool_syn_summ.

This PR addresses this issue by updating the reference to the correct object.

Please review and let me know if any further adjustments are needed.