I was hoping someone would be able to help me understand this - I have calculated Nagelkerke's R2 for the generalised linear model results with covariates included. ie:
dependent variable ~ independent variable + covariate 1 + covariate 2
I then calculated Nagelkerke's R2 from the null model (just the model with covariates):
dependent variable ~ covariate 1 + covariate 2
The R2 value from the full model was 0.20. The R2 value from the null model was 0.12. Does that mean that the independent variable in the full model explains ~ 8% of variance?