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.
Monday, April 1, 2019
st_matrix for a row
Hello everybody,
I am a complete beginner to Mata.. I want to take the means from each column of matrix A and move them into matrix B. If I have only one matrix the following works for me.
mata : st_matrix("B", mean(st_matrix("A")))
However, I would like to do this with a couple of matrices and then put the means in a new row. Does anybody know what command I can use there?
No comments:
Post a Comment