| tQ_model | R Documentation | 
Model for the tQ Enzyme Kinetics Model
tQ_model(
  data,
  formula = tQ_formula(),
  prior = tQ_prior(),
  init = tQ_init(),
  iter = 8000,
  control = list(adapt_delta = 0.99),
  stanvar_function = c(BayesPharma::tQ_stanvar(), BayesPharma::tQ_genquant()),
  expose_functions = TRUE,
  ...
)
| data | 
 | 
| formula | brms::brmsformula object. To create a dose-response brms::brmsformula, use the tQ_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
tQ_formula, tQ_prior, tQ_init, or tQ_stanvar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.