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.
Saturday, November 30, 2019
simulation study
so i have to write a short programe for a simulation study, so far i have written
program define mysim
drop _all
set obs 19
gen b =inlist (0, 0.1,0.4)
more
gen u = rnomal(0,1)
Now the part I am stuck on is how to put into the simulation x = i
The question is yi = Bi + ui , so that xi = i and ui is N(0.1) for i = 1.....n
when B = {0, 0.1, 0.4}
No comments:
Post a Comment