ebenmichael / augsynth

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

conformal_inf #65

Closed stmicha closed 2 years ago

stmicha commented 2 years ago

Hello, I am trying to run the conformal_inf function and I get the following error: Error in conformal_inf(asyn, alpha = 0.05, type = "iid", q = 1, ns = 1000, : could not find function "conformal_inf"

davidnathanlang commented 2 years ago

I don't think there's a conformal_inf function that is public. If you have already trained the augsynth model, you can specify the inference type via the summary function

e.g. summary(asyn,inf_type="conformal")