predict {rbi} | R 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 |
... |
any arguments to be passed to |
Value
an updated libbi
object
[Package rbi version 1.0.0 Index]