powered by
Residuals for colf_nlxb
# S3 method for colf_nlxb residuals(object, ...)
A colf_nlxb object i.e. the result of running colf_nlxb
colf_nlxb
Currently not used
A vector with the residuals
# NOT RUN { mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars) #residuals residuals(mymod) resid(mymod) # }
Run the code above in your browser using DataLab