easystats / parameters

:bar_chart: Computation and processing of models' parameters
https://easystats.github.io/parameters/
GNU General Public License v3.0
439 stars 36 forks source link

add sampling related info in parameters for Bayesian models #5

Closed DominiqueMakowski closed 5 years ago

DominiqueMakowski commented 5 years ago

Rstanarm

brms

strengejacke commented 5 years ago

Where do you extract eff. sample size? We probably can make own functions out of it...

DominiqueMakowski commented 5 years ago

Currently here. But this definitely needs to be reimplemented in a more autonomous and flexible way!

Do we want one function per index, like rhat and effective_sample or a general diagnostic_posterior (since we have describe_posterior)?

strengejacke commented 5 years ago

diagnostic_posterior() sounds also good to me.