enable_outputs | R Documentation |
bi_model
Any variable type given will have any 'has_output=0' option removed in the given model.
enable_outputs(x, type = "all")
x |
a |
type |
either "all" (default), or a vector of variable types that are to have outputs enabled |
the updated bi_model
object
bi_model
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ[6] <- "param mu (has_output=0)"
PZ <- enable_outputs(PZ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.