print.lgspline | R Documentation |
Provides a standard print method for lgspline model objects to display key model characteristics.
## S3 method for class 'lgspline'
print(x, ...)
x |
An lgspline model object |
... |
Additional arguments (not used) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.