Computes posterior summaries from the MCMC draws stored in a fitted
nlfh_fit object. The returned object is structured for downstream use and
is not printed directly by summary().
# S3 method for nlfh_fit
summary(object, ...)An object with classes summary.nlfh_fit and summary, containing:
Original model call.
Model fitting method.
Formula, if the formula interface was used.
Human-readable model type.
Stored MCMC settings and draw counts.
Available MCMC diagnostics and metadata.
Posterior summaries of coefficient draws, if present.
Posterior summaries of variance parameters.
Posterior summaries of area-level estimates theta_i.
DIC, if available.
BART variable-importance proportions, if available. The first model-matrix column is treated as a baseline/intercept column and is excluded.
An object inheriting from class nlfh_fit.
Additional arguments passed to methods. Currently unused.
Posterior summaries include the mean, standard deviation, median, 2.5%
quantile, and 97.5% quantile. Summaries are computed for area-level
estimates theta_i, variance parameters, and regression or hidden-layer
coefficients when those draws are available.