print.nl_fit: Print method for nl_fit objects

View source: R/nl_methods.R

print.nl_fitR Documentation

Print method for nl_fit objects

Description

Compact console display for objects returned by nl_fit. Shows key metadata (method, outcome, predictor, time, clustering, family, and controls) and the fitted model formula.

Usage

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

Arguments

x

An object of class nl_fit.

...

Further arguments (currently ignored).

Value

x invisibly.


MultiSpline documentation built on April 16, 2026, 9:06 a.m.