QCregression6 {MetaboQC} | R Documentation |
Equation to be used internally to predict values from a regression curve of grade 6
Description
Equation to be used internally to predict values from a regression curve of grade 6
Usage
QCregression6(b, c, d, e, f, g, h, x)
Arguments
b |
coefficient from order 0 part of the equation |
c |
coefficient from order 1 part of the equation |
d |
coefficient from order 2 part of the equation |
e |
coefficient from order 3 part of the equation |
f |
coefficient from order 4 part of the equation |
g |
coefficient from order 5 part of the equation |
h |
coefficient from order 6 part of the equation |
x |
the x-axis value from which the y-axis value wanted to be predicted for the equation given by the coefficients |
Value
A y-value calculated for the x-value especified, taking into account the curve described by the coefficients given
Examples
## Not run:
prediction<-QCregression4(b,c,d,e,f,g,h,x)
## End(Not run)
[Package MetaboQC version 1.1 Index]