R/curvePredictLinear.R

Defines functions `curvePredictLinear`

`curvePredictLinear` <-
function(x,params)  {

    return (params[2]*x+params[1])

}

Try the RPPanalyzer package in your browser

Any scripts or data that you put into this service are public.

RPPanalyzer documentation built on Aug. 28, 2023, 5:07 p.m.