Learn R Programming

nparLD (version 2.3.1)

summary.nparld_fit: Summarize an nparLD fit

Description

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.

Usage

# S3 method for nparld_fit
summary(object, ...)

Value

An object of class "summary.nparld_fit" containing selected components of the fitted model.

Arguments

object

An object of class "nparld_fit".

...

Further arguments passed to or from other methods.

Details

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.