Hello,
- I've ran Multiple Linear and Logistic Regression Analysis in R in order to compare the effect of a couple of predictors including Sex and group for IQ (categorically defined as High or Average).
- I've been intrigued by results differences when using lm and glm functions when I :
1) the parameters remain coded as factors
2) the parameters are converted to numeric using as.numeric()
- considering there isn't any missing values