hbmfit is the result class returned by all model-fitting functions
in hbsaems: hbm, hbm_betalogitnorm,
hbm_binlogitnorm, and hbm_lnln. It wraps a
brmsfit object together with the original data and fitting metadata.
Slots
modelA
brmsfit(orbrmsfit_multiple) object.missing_methodCharacter scalar – the missing-data strategy used (
"deleted","model","multiple") orNULLwhen the data were complete.dataThe original
data.framepassed to the fitting function before any row deletion or imputation. Downstream functions (e.g.\sae_predict) need all rows – including those with missing \(Y\) – to produce area-level predictions.handle_missingBackwards-compatibility alias for
missing_method; identical value.