| filter {rbi} | R Documentation |
Using the LibBi wrapper to filter
Description
The method filter launches libbi to filter state trajectories.
See the options to run.libbi for how to specify the various
components of sampling with LibBi, and the LibBi manual for all options
that can be passed when the client is filter.
If x is given as a 'bi_model', a libbi object will be
created from the model For the help page of the base R filter
function, see filter.
Usage
## S3 method for class 'libbi'
filter(x, ...)
## S3 method for class 'bi_model'
filter(x, ...)
Arguments
x |
a |
... |
options to be passed to |
Value
an updated libbi object
[Package rbi version 1.0.0 Index]