I am making a serious attempt to learn and use Mata, but am getting stuck at the lack of definitive examples. I am trying to read a STATA matrix into Mata so I can add a row to the bottom of the MATA matrix and then perform a statistical analysis. When I use the following command I get the error message "command CSFTOT is unrecognized". Here is the command: CSFTOT = std_data(.,tokens(pid date_assessment_code csf_abeta42 csf_ptau181 csf_ttau csf_ab42_pt181_ratio csf_ab42_ttau_ratio csf_pt181_ttau_ratio r_margin))
What am I doing wrong?
thanks very much
What am I doing wrong?
thanks very much

Comment