update_tau_pb {gemini}R Documentation

update_tau_pb

Description

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

Usage

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

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


[Package gemini version 1.0.0 Index]