michaelis_menten_init: Initialize Parameter Values for the Michaelis Menten Enzyme...

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

michaelis_menten_initR Documentation

Initialize Parameter Values for the Michaelis Menten Enzyme Kinetic Model

Description

Initialize Parameter Values for the Michaelis Menten Enzyme Kinetic Model

Usage

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

Arguments

kcat

numeric initial value for kcat parameter in the Michaelis Menten model

kM

numeric initial value for the kM parameter in the Michaelis Menten 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 ⁠[michaelis_menten_model](init = ...)⁠ parameter.

See Also

michaelis_menten_model, michaelis_menten_formula, and michaelis_menten_prior


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