Description Usage Arguments Value Examples
Update values of y using data from Input
and current values of other parameters.
1 | update_y_pb(Model, mean_y = 0, sd_y = 10, verbose = FALSE)
|
Model |
a Model object of class gemini.model |
mean_y |
numeric indicating prior mean of y |
sd_y |
numeric indicating prior sd of y |
verbose |
default FALSE |
An object of class gemini.model
1 2 | data("Model", package = "gemini")
Model %<>% update_y_pb()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.