print.vlrr: Print method for 'vlrr' function.

Description Usage Arguments Details Value Examples

Description

print.vlrr Provides print method for the vlrr class..

Usage

1
2
## S3 method for class 'vlrr'
print(x, ...)

Arguments

x

A model fo class vlrr.

Details

Simple method to reduce the size of output from the vlrr class..

Value

A list of length three giving model call, final gradient, and coefficients

Examples

1
2
3
4
5
library(vlrr)
data(mpg, package="ggplot2")

model <- vlrr(mpg ~ disp, data = mtcars)
print(model)

ivyleavedtoadflax/vlrr documentation built on May 18, 2019, 7:14 a.m.