stan-dev / rstanarm

rstanarm R package for Bayesian applied regression modeling
https://mc-stan.org/rstanarm
GNU General Public License v3.0
388 stars 133 forks source link

Add support for censored hierarchical models #631

Open erysimumcap opened 2 months ago

erysimumcap commented 2 months ago

Summary:

Measurements of chemical concentration are censored due to limits of detection. Hierarchical modeling allows the incorporation of spatial and temporal linkages in sampling along with analysis of detection limits. Although there are many resources for building models, having a pre-compiled model for censored distributions that could be fitted with random effects would be very handy. It may be straightforward to add this functionality to stan.glmer (glmer.censored).

RStanARM Version:

2.32.1

R Version:

4.4.1