StatisticalRethinkingJulia / StatisticalRethinking.jl

Julia package with selected functions in the R package `rethinking`. Used in the SR2... projects.
MIT License
385 stars 32 forks source link

Function to plot model's coefficient table #124

Closed Shmuma closed 3 years ago

Shmuma commented 3 years ago

In the book it is a combination of coeftab function (which returns DF with coefficients) and plot which plots them with confidence intervals. I combined the logic into one function.

You can check the example here (Code 5.11): https://shmuma.github.io/rethinking-2ed-julia/07-Chapter%205.%20The%20Many%20Variables%20and%20The%20Spirious%20Waffles.html

goedman commented 3 years ago

Looks great Max! Also love your Dagitty.jl!

Shmuma commented 3 years ago

Ah, yes. This is my very first step towards porting Dagitty to Julia :)