Dear Statalisters,
I would like to use parallel command with stcrreg. However, I cannot access to stored coefficients with est sto. Can you please help me ? Here is the example code
I would like to use parallel command with stcrreg. However, I cannot access to stored coefficients with est sto. Can you please help me ? Here is the example code
Code:
use https://data.princeton.edu/pop509/justices2.dta, clear parallel setclusters 8, force stset tenure, fail(event == 1) parallel: stcrreg age year, compete (event == 2) est sto m1 parallel print log
Comment