Hi all,
I know that, some econometricians would like to write STATA programs of their econometric models. Currently, I am doing practice in this field. To the best of my knowledge, people usually write the main function in MATA and let MATA to pass the results back to STATA. However, for the built-in STATA functions, as I look at their codes, it seems like that most of them are written in STATA (without MATA). I am wondering whether you guys have some experiences in this field and I would appreciate for your sharing, because I am still new to STATA (less than 1 year).
Another problem when using STATA/MATA to develop econometric programming is that the codes take much more time to return results than other software, for example, MATLAB, Python, etc.. So I also want to know how to make the codes run faster.
I would very much appreciate for any suggestions and advice.
I know that, some econometricians would like to write STATA programs of their econometric models. Currently, I am doing practice in this field. To the best of my knowledge, people usually write the main function in MATA and let MATA to pass the results back to STATA. However, for the built-in STATA functions, as I look at their codes, it seems like that most of them are written in STATA (without MATA). I am wondering whether you guys have some experiences in this field and I would appreciate for your sharing, because I am still new to STATA (less than 1 year).
Another problem when using STATA/MATA to develop econometric programming is that the codes take much more time to return results than other software, for example, MATLAB, Python, etc.. So I also want to know how to make the codes run faster.
I would very much appreciate for any suggestions and advice.
Comment