Hello everyone,
I am using this code
which should work fine. But stata gives me error svmat2 command unrecognized. When i try to install using
ssc install svmat2
It tells me there is no such command with ssc which is svmat2. Please tell me how can i install svmate2 if it is just an installation matter? Thanks
I am using this code
Code:
svmat2 results_IEs, names(col) rnames(var) full
ssc install svmat2
Comment