bio_coefs | R Documentation |
Extract Model Parameters to Columns
bio_coefs(data)
data |
Tibble containing a |
tibble containing grouped variables and extracted parameters.
# Fitting MM models to the enzymatic data, pull out the relevant information. Puromycin %>% bio_enzyme_rate(conc, rate, group = state) %>% bio_coefs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.