print.summary.lgspline {lgspline}R Documentation

Print Method for lgspline Object Summaries

Description

Print Method for lgspline Object Summaries

Usage

## S3 method for class 'summary.lgspline'
print(x, ...)

Arguments

x

A summary.lgspline object, the result of calling summary() on an lgspline object.

...

Not used.

Value

Invisibly returns the original summary.lgspline object x. Like other print methods, this function is called to display a formatted summary of the fitted lgspline model to the console. This includes model dimensions, family information, dispersion estimate, effective degrees of freedom, and a coefficient table for univariate inference (if available) analogous to output from summary.glm.


[Package lgspline version 0.2.0 Index]