QCregression: Equation to be used internally to predict values from a...

Description Usage Arguments Value Examples

View source: R/QCregresion.R

Description

Equation to be used internally to predict values from a regression curve of grade 3

Usage

1
QCregression(b, c, d, e, 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

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

1
2
3
4
5
## Not run: 
prediction<-QCregression(b,c,d,e,x)

## End(Not run)
#' @export

MetaboQC documentation built on Sept. 29, 2021, 5:09 p.m.