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
a suggested code or documentation change, improvement to the code, or feature request
It will be better if:
prediction.svyglm can get survey design objects as data argument.
prediction.svyglm didn't fail if data contains NAs (it fails now because all observations with NAs are removed from results returned by survey::predict.svyglm what is a different behavior than this of predict.glm).
It will be better if:
prediction.svyglmcan get survey design objects asdataargument.prediction.svyglmdidn't fail ifdatacontains NAs (it fails now because all observations with NAs are removed from results returned bysurvey::predict.svyglmwhat is a different behavior than this ofpredict.glm).