Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can anyone tell me what is this doing...? /* New Section to determine the effect of variance on BS estimates */ /* Section #4 */

image text in transcribed

Can anyone tell me what is this doing...?

image text in transcribed
/* New Section to determine the effect of variance on BS estimates */ /* Section #4 */ set more off use "/Users/macuser/Desktop/Final exam 2/WAGE1. DTA", clear forvalues i=1(1)24 { gen error i' = 100*invnorm(uniform( ) ) gen wage i'=wage+error* i' quietly regress wage i' educ estimates store bs'i' matrix BS'i' = (i', el(e(b), 1,1)) matrix BS= (BS1\\BS2\\B53\\B54\\B55\\\\B56\\BS7\\BS8\\BS9\\BS10\\BS11\\BS12\\BS13\\B514\\B515\\B516\\BS17\\BS18\\BS19\\BS20\\BS21\\B522\\B523\\BS24) matrix colnames BS = iter beta_educ svmat BS, names (col) quietly save "BS25", replace quietly use BS25. dta sum beta_educ histogram beta_educ, bin(7) freq log close

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Real Mathematical Analysis

Authors: Charles C Pugh

2nd Edition

3319177710, 9783319177717

More Books

Students also viewed these Mathematics questions