pdr_optimize_df {PoolDilutionR} | R Documentation |
Optimize production and consumption parameters for pool dilution data
Description
Optimize production and consumption parameters for pool dilution data
Usage
pdr_optimize_df(...)
Arguments
... |
Parameters to be passed on to |
Value
The output of pdr_optimize
summarized in a data frame,
with one line per parameter estimates (P
, k
,
frac_P
, and/or frac_k
).
See Also
Examples
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)
[Package PoolDilutionR version 1.0.0 Index]