If I'm using R, which regression model should I use for my dataset? (I need to get the R-squared value.) I have 1 dependent variable and 6 independent variables as follows:
1 dependent variable:
- concern {-2, -1, 0, 1, 2}
6 independent variables:
- org { scl_msg, scl_pg, fin}
- type_d { prsnl, activ, log}
- type_f { x-t, user-x, t-x}
- gender { male, female}
- age { 18-25, 26-30 , 31-35, 36-40, 40+}
- awareness { fully-aware , partially-aware, not-aware}
-2, -1, 0, 1, 2? – gung - Reinstate Monica Oct 16 '14 at 02:332&1is the same as-1&-2? These look like ordinal data to me. – gung - Reinstate Monica Oct 16 '14 at 15:27