update_s_pb | R Documentation |
Update values of s using data from Input
and current values of other parameters.
update_s_pb(Model, mean_s = 0, sd_s = 10, cores = 1, verbose = FALSE)
Model |
a Model object of class gemini.model |
mean_s |
numeric indicating prior mean of s (default 0) |
sd_s |
numeric indicating prior sd of s (default 10) |
cores |
a numeric indicating the number of cores to use, see |
verbose |
default FALSE |
An object of class gemini.model
data("Model", package = "gemini") Model %<>% update_s_pb()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.