print.lgspline: Print Method for lgspline Objects

View source: R/methods.R

print.lgsplineR Documentation

Print Method for lgspline Objects

Description

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

Usage

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

Arguments

x

An lgspline model object

...

Additional arguments (not used)

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.


lgspline documentation built on June 8, 2025, 10:45 a.m.