tQ_init: Initialize Parameter Values for the tQ Enzyme Kinetic Model

View source: R/model-tQ-init.R

tQ_initR Documentation

Initialize Parameter Values for the tQ Enzyme Kinetic Model

Description

Initialize Parameter Values for the tQ Enzyme Kinetic Model

Usage

tQ_init(
  kcat = function() stats::runif(n = 1, min = 3, max = 5),
  kM = function() stats::runif(n = 1, min = 3, max = 5),
  ...
)

Arguments

kcat

numeric initial value for kcat parameter in the tQ model

kM

numeric initial value for the kM parameter in the tQ model

...

additional parameter initialization. Each named argument should be a function that returns a numeric or array depending on the dimension of the parameter, see rstan_default_init() to use the rstan default init.

Value

input for ⁠[tQ_model](init = ...)⁠ parameter.

See Also

tQ_model, tQ_formula, and tQ_prior


maomlab/BayesPharma documentation built on Aug. 24, 2024, 8:45 a.m.