View source: R/model-michaelis_menten-init.R
michaelis_menten_init | R Documentation |
Initialize Parameter Values for the Michaelis Menten Enzyme Kinetic Model
michaelis_menten_init(
kcat = function() stats::runif(n = 1, min = 3, max = 5),
kM = function() stats::runif(n = 1, max = 3, min = 5),
...
)
kcat |
|
kM |
|
... |
additional parameter initialization. Each named argument should be
a function that returns a |
input for [michaelis_menten_model](init = ...)
parameter.
michaelis_menten_model, michaelis_menten_formula, and michaelis_menten_prior
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.