R/predict.R
predict.glbfp_fit.Rd
Prediction helper for fitted GLBFP objects.
# S3 method for class 'glbfp_fit' predict(object, newdata = NULL, ...)
A fitted object of class "glbfp_fit" or "glbfp_grid".
"glbfp_fit"
"glbfp_grid"
Optional matrix/data frame with points where prediction is requested. For "glbfp_fit", newdata is not supported.
newdata
Additional arguments (unused).
Numeric vector of predicted densities.