Code:
program Datageneration, rclass matrix my = (2\2\2) matrix cov = (3,1.25,0.75\1.25,1,0.6\0.75,0.6,1) drawnorm x1 x2 x3, n(200) means(my) cov(cov) gen y=x1 regress y x1 return scalar b1=_b[x] end
Where in my programming have I gone wrong?
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
program Datageneration, rclass matrix my = (2\2\2) matrix cov = (3,1.25,0.75\1.25,1,0.6\0.75,0.6,1) drawnorm x1 x2 x3, n(200) means(my) cov(cov) gen y=x1 regress y x1 return scalar b1=_b[x] end
0 Response to Issue with simulations data - non r-class program may not set r()
Post a Comment