aeturrell / specification_curve

Specification Curve is a Python package that performs specification curve analysis: exploring how a coefficient varies under multiple different specifications of a statistical model.
https://aeturrell.github.io/specification_curve/
MIT License
17 stars 4 forks source link

Add a couple of diagnostics for variance #501

Open aeturrell opened 4 months ago

aeturrell commented 4 months ago

See specr for some inspiration.

aeturrell commented 4 months ago

For the variance decomposition, cannot use an approach based on mixed effects models via pymer as has non-Python dependencies. Should be in principle possible to do with statsmodels, see last example in page on variance component analysis.