Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

updated 07_logistic_reg results text #79

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _literate/07_logistic_reg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ end
# -- `assoc`. The other remaining 95% credible intervals can be interpreted as follows:

# * `β[1]` -- first column of `X`, `arsenic`, has 95% credible interval 0.595 to 0.634. This means that each increase in one unit of `arsenic` is related to an increase of 9.6% to 13.4% propension of `switch` being 1.
# * `β[2]` -- second column of `X`, `dist`, has a 95% credible interval from 0.497 to 0.498. So we expect that each increase in one meter of `dist` is related to a decrease of 0.1% propension of `switch` being 0.
# * `β[2]` -- second column of `X`, `dist`, has a 95% credible interval from 0.497 to 0.498. So we expect that each increase in one meter of `dist` is related to a decrease of 0.01% propension of `switch` being 1.
# * `β[4]` -- fourth column of `X`, `educ`, has a 95% credible interval from 0.506 to 0.515. Each increase in one year of `educ` is related to an increase of 0.6% to 1.5% propension of `switch` being 1.

# That's how you interpret 95% credible intervals from a `quantile()` output of a logistic regression `Chains`
Expand Down