summary.nparld_fit: Summarize an nparLD fit

View source: R/Utility.R

summary.nparld_fitR Documentation

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 class 'nparld_fit'
summary(object, ...)

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.

Value

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


nparLD documentation built on Aug. 28, 2026, 5:06 p.m.