I would like to call values of a matrix in a foreach loop like this:
Code:
forvalues x in 1(1)38{ 2. forvalues y in 1(1)5{ 3. gen mat_`x'_`y'=(di A[`x',`y'])/2643 4. } 5. }
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.
forvalues x in 1(1)38{ 2. forvalues y in 1(1)5{ 3. gen mat_`x'_`y'=(di A[`x',`y'])/2643 4. } 5. }
0 Response to How to call values of a matrix in forvalues loop?
Post a Comment