Linear predictor / response prediction for a pic fit.
Arguments
- object
A fitted
picobject.- newx
Matrix of new values at which predictions are to be made.
- type
"link"(linear predictor),"response"(default; familyg-link applied),"class"(binomial only), or"survival"(Cox only; returns a list with componentstimeandsurvival).- ...
Unused; present for S3 method consistency.