Learn R Programming

colf (version 0.1.3)

coef.colf_nlxb: Coefficients for colf_nlxb

Description

Coefficients for colf_nlxb

Usage

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

Arguments

object

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

...

Currently not used

Value

A vector with the coefficients

Examples

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

#coefficients
coef(mymod)

# }

Run the code above in your browser using DataLab