This page is hosted on AFS file server space, which is being shut down on November 13, 2018. If you are seeing this message, your service provider needs to take steps now. Visit afs.unc.edu for more information.

log using m8log.txt
use "Z:\mydocs\s209\ho1\survey2b.dta", clear
gen depscore=total+1
replace depscore=sqrt(depscore)
* this was to nromalize somwhat distribution of depression score (see ladder cmd)
regress depscore educatn l10inc female cath jewi none
test cath jewi none
* next test whether None as depressed as Jewish
test none=jewi
* no significant difference between jewi and none
test cath=jewi
* cath and jewi not significantly diff at .05
* created 20 Mar 2006