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


rbi documentation built on Aug. 15, 2023, 5:07 p.m.