Hi,
when performing logistic regression with survey data, is the reported F statistic actually result from the adjusted Wald test? I run
command after
for every coefficient and obtained the exact value as reported F statistic. I am using Stata 15.
when performing logistic regression with survey data, is the reported F statistic actually result from the adjusted Wald test? I run
Code:
test coeff, accumulate
Code:
svy: logit y x
Comment