normalizeSmp | R Documentation |
Calculate sample concentration based on the fit of standard dilutions.
normalizeSmp(
smp,
smpvar,
resvar,
dilvar,
FUNinv,
par,
bounds,
fitflag,
fitlog,
trim.flat = TRUE,
extrapolate.low = FALSE,
extrapolate.up = FALSE
)
smp |
data frame containing samples |
smpvar |
character string indicating sample variable. |
dilvar, resvar |
character strings for dilution variable and results. |
FUNinv |
inverse function to infer sample concentration |
par |
values of model function parameters |
bounds |
named vector with values for extrema and bounds indicating "flat" regions of the curve |
fitflag |
flag for the fit as returned by |
fitlog |
character string indicating if standard values should be
log-transformed for fitting. If the string contains _x_, |
trim.flat |
logical value determining how the values of |
extrapolate.low |
if |
extrapolate.up |
if |
coming up
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.