Description Usage Arguments Details Value See Also Examples
View source: R/primary_analysis.R
compute.fit
takes a fit transformed exponential regression model and uses
its coefficients to predict best fit values for provided Cts, given
boundaries on valid estimates defined by the standards.
1 | compute.fit(fit.model, predictors, standard.limits)
|
fit.model |
Object of class |
standard.limits |
Numeric vector of length 2, presumably the
output of |
cycle.thresholds |
Numeric vector of Ct values to convert to best fit concentrations. |
The transformation applied to the data assumes that regression has been performed on log2-transformed predictors (concentrations) and outcomes (Cts).
Numeric vector of best fit concentrations, with out of bounds values set to NA.
create.analysis()
for the standard curve calculation;
lm()
for linear regression.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.