summary.colf_nlxb {colf}R Documentation

colf_nlxb Summary

Description

colf_nlxb Summary

Usage

## S3 method for class 'colf_nlxb'
summary(object, ...)

Arguments

object

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

...

Currently not used

Value

The summary of the model

Examples

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

#summary
summary(mymod)


[Package colf version 0.1.3 Index]