Skip to content

Commit

Permalink
trying to fix figs + titles pt10
Browse files Browse the repository at this point in the history
  • Loading branch information
donizk committed May 4, 2023
1 parent 2807a2d commit 764798a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions thesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,9 @@ $logit(Y_j) = \beta_0 + \beta_1 \mathrm{FEMALE} + \beta_2 \mathrm{BLACK} + \beta
In order to construct this additional binary logistic regression in R, the HISPAN variable was recoded to merge all of the Hispanic values together. This merged values was then recoded into a binary variable, taking in values of 0 (non-hispanic) or 1 (hispanic). The code snippets for the recoding of HISPAN, as well as the newly constructed regression are below.






**Hispanic Recoding**

Expand Down Expand Up @@ -653,6 +656,11 @@ The results of running the code for both regressions and subsequent odds ratios

![Odds Ratio 1](images/or1.jpg)






**Second Regression and Odds Ratio**

![Regression 2, with Hispanic ethnic subgroups merged together](images/reg2.jpg)
Expand Down

0 comments on commit 764798a

Please sign in to comment.