I am trying to decide what the best statistical method to use for my variables, and have considered/conducted logistic regression and chi-square with ORs. Are there any recommended statistical tests for these two types of analyses?
- Income (high, upper-middle, lower-middle, lower) and Edition (Esci vs sci)
- Income ^ and Category (a, b, c, d)
Additionally, if the correct analysis is chi-square, would the corresponding ORs be wald ORs and have the following code?
oddsratio.wald(data1$Income, data2$edition)