Description Usage Arguments Value Examples
View source: R/update_tau_pb.R
Update parameters of tau using data from Input
and current values of other parameters.
1 | update_tau_pb(Model, cores = 1, verbose = FALSE)
|
Model |
a Model object of class gemini.model |
cores |
a numeric indicating the number of cores to use. See |
verbose |
default FALSE |
An object of class gemini.model
1 2 | data("Model", package = "gemini")
Model %<>% update_tau_pb()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.