update_tau_pb: update_tau_pb

Description Usage Arguments Value Examples

View source: R/update_tau_pb.R

Description

Update parameters of tau using data from Input and current values of other parameters.

Usage

1
update_tau_pb(Model, cores = 1, verbose = FALSE)

Arguments

Model

a Model object of class gemini.model

cores

a numeric indicating the number of cores to use. See gemini_parallelization for details. (default=1).

verbose

default FALSE

Value

An object of class gemini.model

Examples

1
2
data("Model", package = "gemini")
Model %<>% update_tau_pb()

gemini documentation built on Nov. 8, 2020, 8:22 p.m.