View source: R/model-michaelis_menten-run.R
michaelis_menten_model | R Documentation |
Model for the Michaelis Menten Enzyme Kinetics Model
michaelis_menten_model(
data,
formula = michaelis_menten_formula(),
prior = michaelis_menten_prior(),
init = michaelis_menten_init(),
iter = 8000,
control = list(adapt_delta = 0.99),
stanvar_function = c(BayesPharma::michaelis_menten_stanvar(),
BayesPharma::michaelis_menten_genquant()),
expose_functions = TRUE,
...
)
data |
|
formula |
brms::brmsformula object. To create a dose-response brms::brmsformula, use the michaelis_menten_formula function. |
prior |
brms::brmsprior for |
init |
|
iter |
|
control |
a named |
stanvar_function |
stan code for the model |
expose_functions |
|
... |
additional arguments passed to |
bpfit
object, which is a wrapper around a brms::brmsfit object.
Choi, B., Rempala, G.A. & Kim, J.K. Beyond the Michaelis-Menten equation: Accurate and efficient estimation of enzyme kinetic parameters. Sci Rep 7, 17018 (2017). https://doi.org/10.1038/s41598-017-17072-z
michaelis_menten_formula, michaelis_menten_prior, michaelis_menten_init, or michaelis_menten_stanvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.