bi_model creates a model object for Rbi from a libbi file, URL
or character vector. Once the instance is created, the model can be fed to
a libbi object.
Arguments
- filename
the file name of the model file
- lines
lines of the model (if no
filenameis given), a character vector- ...
ignored
Examples
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)