Learn R Programming

inlabru (version 2.6.0)

predict.inla: Prediction from fitted inla model

Description

This method is not supported for plain inla objects. Please see predict.bru() instead.

This method is not supported for plain inla objects. Please see generate.bru() instead. See https://github.com/fbachl/inlabru/issues/78 for more information.

Usage

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

# S3 method for inla generate(object, ...)

Value

A prediction object.

List of generated samples

Arguments

object

An inla object obtained by calling INLA::inla().

...

additional arguments passed on togenerate.bru.

Author

Finn Lindgren finn.lindgren@gmail.com

See Also

predict.inla()

generate.inla()

predict.bru()