Learn R Programming

nlfh (version 0.1.0)

print.nlfh_fit: Print a Fitted Nonlinear Fay-Herriot Model

Description

Provides a compact overview of a fitted nlfh_fit object. The print method reports the model type, formula or input interface, number of areas, number of posterior draws, MCMC settings, a short variance-component summary, and DIC when available. It intentionally avoids printing posterior draw matrices, coefficient tables, or other large objects.

Usage

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

Value

The input object x, invisibly.

Arguments

x

An object inheriting from class nlfh_fit.

...

Additional arguments passed to methods. Currently unused.