COEFFICIENTS AND P-VALUES FROM OLS
Posted: Wed Jul 01, 2009 12:08 pm
Many thanks for your suggestions.
I have incorporated the suggested programme below into my existing programme.
freeze(tab1) e1.wald c(1)=0
scalar f_pvalue = @val(tab1(6,4))
However I'm still not able to get the p-values for the regression coefficients when I run the model. Is it still possible to run all the 31 model simultaneously using the table option ? The only output with all the regression parameters was for only one dependent variable. The other 30 were ignored.
Can you kindly provide a sample programme ?
Many thanks
I have incorporated the suggested programme below into my existing programme.
freeze(tab1) e1.wald c(1)=0
scalar f_pvalue = @val(tab1(6,4))
However I'm still not able to get the p-values for the regression coefficients when I run the model. Is it still possible to run all the 31 model simultaneously using the table option ? The only output with all the regression parameters was for only one dependent variable. The other 30 were ignored.
Can you kindly provide a sample programme ?
Many thanks