You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: