Dear Statalist,
I am sorry if this is a trivial question, but I can't manage to get
the pseudo-R2 estimats from my logistic regression. I am using Stata
version 10.0 and when I do the ordinary -logit- or -logistic- I get
the pseudo-R2 estimate (McFadden's) in the output, but when I use
-svy: logit- or -svy: logistic- I don't get it reported. Is there some
way to get it reported or do I have to calculate it myself?
Pseudo R^2 is computed using log likelihoods, and log likelihoods
assume that cases are all independent of each other. When you have
clustering and the like, cases are not independent, so pseudo R^2 is
not considered appropriate. (That is also why you suddenly start
getting Wald chi-squares or F values instead of LR chi-squares when
you use the cluster option or svy: prefix. This struck me as really
bizarre at first until I more or less understood it.)