Learn R Programming

NMAR (version 0.1.2)

print.nmar_result_exptilt: Print method for Exponential Tilting results (engine-specific)

Description

This print method is tailored for `nmar_result_exptilt` objects and shows a concise, human-friendly summary of the estimation result together with exptilt-specific diagnostics (loss, iterations) and a compact view of the response coefficients stored in the fitted model.

Usage

# S3 method for nmar_result_exptilt
print(x, ...)

Value

`x`, invisibly.

Arguments

x

An object of class `nmar_result_exptilt`.

...

Ignored.