Get predictions with standard errors into data frame for use with geom_smooth
# S3 method for class 'polr'
predictdf(model, xseq, se, level)predictdf.polr is used by xgx_geom_smooth when method = "polr"
to calculate confidence intervals via bootstraps.