View source: R/estim_residuals.R
| fit_var | R Documentation |
Estimate Additive and proportional errors from calibration data
fit_var(
data,
level = 0.95,
method = "nlminb",
bootstrap = FALSE,
n_boot = 1000
)
data |
Data frame with columns: conc (concentration), stdconc (standardized concentration, e.g. conc/LLOQ) |
level |
Confidence level for the CI (default is 0.95) |
method |
Optimization method (default is "nlminb") |
bootstrap |
Logical indicating whether to perform bootstrap (default is TRUE) |
n_boot |
Number of bootstrap samples (default is 1000) |
Omar I. Elashkar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.