pdr_optimize_df | R Documentation |
Optimize production and consumption parameters for pool dilution data
pdr_optimize_df(...)
... |
Parameters to be passed on to |
The output of pdr_optimize
summarized in a data frame,
with one line per parameter estimates (P
, k
,
frac_P
, and/or frac_k
).
pdr_optimize
tm <- 0:5 m <- c(10, 8, 6, 5, 4, 3) n <- c(1, 0.7, 0.6, 0.4, 0.3, 0.2) m_prec <- 0.001 ap_prec <- 0.01 # Optimize values for P (production) and k (consumption) pdr_optimize_df(time = tm, m, n, m_prec, ap_prec, P = 0.5, k = 0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.