print.lgspline {lgspline} | R 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.
[Package lgspline version 0.2.0 Index]