R/curvePredictLinear.R

`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 May 2, 2019, 6:10 p.m.