View source: R/model-michaelis_menten-prior.R
michaelis_menten_prior | R Documentation |
For both the kcat
and kM
parameters, the default priors are
gamma(4, 1)
. We use the gamma distribution because it is naturally lower
bounded by 0
. The first parameter is the shape, alpha=4
, and the second
is the rate, beta=1
. The mean of gamma distributions is alpha/beta
and
the variance is alpha/beta^2
.
michaelis_menten_prior(
kcat = brms::prior_string(prior = "gamma(4, 1)", lb = 0, nlpar = "kcat"),
kM = brms::prior_string(prior = "gamma(4, 1)", lb = 0, nlpar = "kM"),
...
)
kcat |
|
kM |
|
... |
additional |
michaelis_menten_model, michaelis_menten_formula, michaelis_menten_init, and michaelis_menten_stanvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.