Learn R Programming

rbi (version 0.6.0)

bi_model_propose_prior: Propose from the prior in a libbi model

Description

Generates a version of the model where the proposal blocks are replaced by the prior blocks. This is useful for exploration of the likelihood surface.

Arguments

Value

a bi model object of the new model

See Also

bi_model

Examples

Run this code
model_file_name <- system.file(package="rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ$propose_prior()

Run the code above in your browser using DataLab