coef.colf_nlxb function

Coefficients for colf_nlxb

Coefficients for colf_nlxb

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

Returns

A vector with the coefficients

Examples

mymod <- colf_nlxb(mpg ~ hp + cyl, mtcars) #coefficients coef(mymod)
  • Maintainer: Theo Boutaris
  • License: MIT + file LICENSE
  • Last published: 2017-10-09