summary.vlrr: Summarise a 'vlrr' model

Description Usage Arguments Details Value Examples

Description

Summarise a vlrr model.

Usage

1
2
## S3 method for class 'vlrr'
summary(object, ...)

Arguments

object

A model object of class vlrr.

...

arguments to be passed to or from other methods.

Details

S3 method for prducing summaries of vlrr model objects.

Value

A list giving: convergence and message (from optim call), model formula call, regularisation parameter lambda, a summary of model coefficients, and a mean squared error of the fitted values and the original observations.

Examples

1
2
3
4
library(vlrr)
data(mpg, package="ggplot2")
model <- vlrr(mpg ~ disp, data = mtcars)
summary(model)

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