pred_g {clustra} | R Documentation |
Function to predict for new data based on fitted gam object.
pred_g(tps, newdata)
tps |
Output structure of |
newdata |
See |
A numeric vector of predicted values corresponding to rows of newdata. If gam object is NULL, NULL is returned instead.