Extracts the main components of a fitted nparLD() object into a
structured summary object. The summary is useful for inspecting, printing, or
programmatically accessing the main results without working directly with all
internal components of the fitted object.
# S3 method for nparld_fit
summary(object, ...)An object of class "summary.nparld_fit" containing selected
components of the fitted model.
An object of class "nparld_fit".
Further arguments passed to or from other methods.
The summary method returns a structured list containing the main components
of the fitted object. In contrast to print(), which is mainly intended
for console display, summary() is useful for storing or extracting the
main results programmatically.