powered by
Equation to be used internally to predict values from a regression curve of grade 3
QCregression(b, c, d, e, x)
coefficient from order 0 part of the equation
coefficient from order 1 part of the equation
coefficient from order 2 part of the equation
coefficient from order 3 part of the equation
the x-axis value from which the y-axis value wanted to be predicted for the equation given by the coefficients
A y-value calculated for the x-value especified, taking into account the curve described by the coefficients given
# NOT RUN { prediction<-QCregression(b,c,d,e,x) # } # NOT RUN { #' @export # }
Run the code above in your browser using DataLab