Skip to contents

Prediction of a Bayesian Extreme-Value model of type Poisson-GP.

Usage

# S3 method for poisGPBayes
predict(object, ...)

Arguments

object

An object with class "poisGPBayes" representing a Poisson-GP fitted model with Bayesian inference results.

...

Other arguments passed to predict.poisGPBayes0.

Value

An object with class "predRL" inheriting from "data.frame".

Details

This method actually call predict.poisGPBayes0. object is first coerced into the "poisGPBayes0" simpler class for which the predict method is fully implemented.