coef.colf_nlxb: Coefficients for colf_nlxb

Description Usage Arguments Value Examples

Description

Coefficients for colf_nlxb

Usage

1
2
## S3 method for class '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

1
2
3
4
mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)

#coefficients
coef(mymod)

colf documentation built on May 2, 2019, 8:23 a.m.