Hi,
Can someone tell how to drop scalars?
I've tried:
but it's not working.
Thanks
Can someone tell how to drop scalars?
I've tried:
Code:
scalar drop _all
Thanks
sts test Secteurs,wilcoxon ...output ommited estadd scalar chi2Secteurs = r(chi2), replace added scalar: e(chi2Secteurs) = 64.57887 estadd scalar dfSecteurs = r(df), replace added scalar: e(dfSecteurs) = 3 estadd scalar pSecteurs=( chi2tail(r(df), r(chi2))), replace added scalar: e(pSecteurs) = 6.172e-14 ereturn list scalars: e(chi2Secteurs) = 64.57886981891892 e(dfSecteurs) = 3 e(pSecteurs) = 6.17216083883e-14 scalar drop _all sts test Sexe,wilcoxon estadd scalar chi2Sexe = r(chi2), replace ... ereturn list scalars: e(chi2Secteurs) = 64.57886981891892 e(dfSecteurs) = 3 e(pSecteurs) = 6.17216083883e-14 e(chi2Sexe) = 19.54577121176661 e(dfSexe) = 1 e(pSexe) = 9.82179101923e-06
Comment