Computes the model-averaged propensity score (or prognostic score) for new
observations by applying the stored candidate fits to newdata, clipping
candidate propensity scores as at fit time, and combining them with the
selected mixing weights. Requires psave(..., keep.fits = TRUE).
Value
A numeric vector with one score per row of newdata, named by its
rownames. If newdata is missing, the in-sample fitted scores are
returned (equivalent to fitted.psave()).