coef.colf_nlxb {colf}R Documentation

Coefficients for colf_nlxb

Description

Coefficients for colf_nlxb

Usage

## 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

mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars)

#coefficients
coef(mymod)


[Package colf version 0.1.3 Index]