Learn R Programming

lgspline (version 0.2.0)

print.summary.lgspline: Print Method for lgspline Object Summaries

Description

Print Method for lgspline Object Summaries

Usage

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

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.

Arguments

x

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

...

Not used.