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