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.
# S3 method for nlfh_fit
print(x, ...)The input object x, invisibly.
An object inheriting from class nlfh_fit.
Additional arguments passed to methods. Currently unused.