Hello,

I have conducted a logistic regression (method: forced entry) in R to analyze a group of independent variables (n=4). My criterion is a disease (yes/no). My sample size is n=105. I selected these variables based on theoretical consideration (some of them are known risk factors). My aim was to examine how well these variables predict the outcome and which of them are significant. My results indicate that only one of the 4 variables is significant (one trending).

Now I am wondering what might be a reasonable next step:

1) Is it appropriate to report the model "as it is" with R^2 (Nagelkerke etc.), a goodness of fit statistic (chi-square test), even if only one variable is significant? My idea behind this is to demonstrate the status quo and show that some variables indeed have no predictive power (at least in our data set)

2) In the next step (after looking at the first model), should I run a stepwise backward regression to find a model that best fits the data and contains only significant predictors? If I understand correctly, stepwise methods are more useful for exploratory analysis with a large sample size.

3) Can I just exclude all non-significant predictors in model 1, rerun my logistic regression analysis and report model 2 with the one significant predictor and perhaps the one trending (I'm not sure if this is actually a stepwise backward regression).

I'm looking forward to hearing from you and thank ypu all for your help!

Best reagards,

Nicole

More Nicole Walentek's questions See All
Similar questions and discussions