Learn R Programming

colf (version 0.1.3)

summary.colf_nlxb: colf_nlxb Summary

Description

colf_nlxb Summary

Usage

# S3 method for 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

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

#summary
summary(mymod)

# }

Run the code above in your browser using DataLab