Adjusting for covariates
Jeff Leek
@jtleek
www.jtleek.com
http://apps.who.int/gho/athena/data/GHO/WHOSIS_000008.csv?profile=text&filter=COUNTRY:;SEX:
https://github.com/jtleek/dataanalysis/blob/master/week4/006multipleVariables/
https://github.com/jtleek/dataanalysis/blob/master/week4/006multipleVariables/
Hui= b0 + b1 Yi + ei
https://github.com/jtleek/dataanalysis/blob/master/week4/006multipleVariables/
https://github.com/jtleek/dataanalysis/blob/master/week4/006multipleVariables/
Hui= b0 + b1 Yi +b2 Fi + ei
b0 - percent hungry at year zero for males
b0 + b2 - percent hungry at year zero for females
b1 - change in percent hungry (for either males or females)
in one year
ei - everything we didn't measure
Slide courtesy: Ingo Ruczinski
Notes and further reading