predict: Using the LibBi wrapper to predict

View source: R/libbi.R

predictR Documentation

Using the LibBi wrapper to predict

Description

The method predict is an alias for sample(target="prediction"). Usually, an init object or file should be given containing posterior samples.

For the help page of the base R optimise function, see optimise.

Usage

## S3 method for class 'libbi'
predict(x, ...)

Arguments

x

a libbi object

...

any arguments to be passed to sample

Value

an updated libbi object


sbfnk/RBi documentation built on June 2, 2024, 1:55 a.m.