Learn R Programming

lgspline (version 0.2.0)

print.lgspline: Print Method for lgspline Objects

Description

Provides a standard print method for lgspline model objects to display key model characteristics.

Usage

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

Value

Invisibly returns the original lgspline object x. This function is called for printing a concise summary of the fitted model's key characteristics (family, link, N, predictors, partitions, basis functions) to the console.

Arguments

x

An lgspline model object

...

Additional arguments (not used)