Code:
set obs 10000 gen x = rnormal() gen y = .7 * x + rnormal() regress y x estimates store m1 frame create newframe frame change newframe set obs 10000 gen x = rnormal() gen y = .5 * x + rnormal() regress y x estimates store m2 suest m1 m2
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.
set obs 10000 gen x = rnormal() gen y = .7 * x + rnormal() regress y x estimates store m1 frame create newframe frame change newframe set obs 10000 gen x = rnormal() gen y = .5 * x + rnormal() regress y x estimates store m2 suest m1 m2
0 Response to Using suest across different data frames
Post a Comment