View source: R/update_tau_pb.R
update_tau_pb | R Documentation |
Update parameters of tau using data from Input
and current values of other parameters.
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
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.