

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
In this computer lab session, students will learn about multiple regression models and how to interpret the coefficients, test hypotheses about individual coefficients, and calculate the proportion of variation explained. The session covers both a simple and a logarithmic model.
Typology: Lab Reports
1 / 2
This page cannot be seen from the preview
Don't miss anything!


price 1 2 * quant 3 * qual 4 * trend e
regress price quant qual trend
2 2
scalar t2=(_b[quant]-0)/_se[quant] scalar tc=invttail(52,0.05) scalar list t2 tc If you do not like defining a scalar You can use the following command Display (_b[quant]-0)/_se[quant] display invttail(52,0.05)
3 3
scalar t3=(_b[qual]-0)/_se[qual] scalar tc=invttail(52,0.05) scalar list t3 tc If you do not like defining a scalar You can use the following command Display (_b[qual]-0)/_se[qual] display invttail(52,0.05)
ln qb 1 2 *ln( pb ) 3 *ln( pl ) 4 *ln( pp ) 5 *ln( in ) e
regress QB IN PB PL PP
estat vce