Learn R Programming

colf (version 0.1.3)

residuals.colf_nlxb: Residuals for colf_nlxb

Description

Residuals for colf_nlxb

Usage

# S3 method for colf_nlxb
residuals(object, ...)

Arguments

object

A colf_nlxb object i.e. the result of running colf_nlxb

...

Currently not used

Value

A vector with the residuals

Examples

Run this code
# NOT RUN {
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)

#residuals
residuals(mymod)
resid(mymod)

# }

Run the code above in your browser using DataLab