update_tau_pb: update_tau_pb

View source: R/update_tau_pb.R

update_tau_pbR 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()


sellerslab/gemini documentation built on Dec. 5, 2022, 8:56 a.m.