Thanks for a great package.
By any chance, is there a predict() method for svy_vglm? This would be very useful for post-processing and generating figures. Currently, predict(mod) returns the following on a svy_rep design using vglm. As a side note, I've tried survey::svyolr() as well but I believe it also does not have a predict method.
Error in UseMethod("predict") :
no applicable method for 'predict' applied to an object of class "c('svyrep_vglm', 'svy_vglm')"
Cheers
Thanks for a great package.
By any chance, is there a predict() method for svy_vglm? This would be very useful for post-processing and generating figures. Currently,
predict(mod)returns the following on a svy_rep design using vglm. As a side note, I've triedsurvey::svyolr()as well but I believe it also does not have a predict method.Cheers