Hi everybody,
I managed to store the coefficients, the standard errors and the t_stats of a particular regressor for a set of regressions and I would be interested to know the corresponding p_value. Do you know how to get them?
I have tried with (2 * ttail(e(df_r), abs(_b[jobfather]/_se[jobfather]))) but it returns me missing values (.)
Thanks
Pietro
I managed to store the coefficients, the standard errors and the t_stats of a particular regressor for a set of regressions and I would be interested to know the corresponding p_value. Do you know how to get them?
I have tried with (2 * ttail(e(df_r), abs(_b[jobfather]/_se[jobfather]))) but it returns me missing values (.)
Thanks
Pietro
Comment