Hi Clyde,
Thank you so much this works perfectly! Much appreciated!
And fortunately with your help, I was able to detect the error: I was using an additional variable without noticing (I have over 55 regressors, so I accidentally included x22 along with x2). Now it runs perfectly. Thank you and sorry for all the complication. Now both codes work.
I bring two followup questions, hopefully much simpler:
1. Is there any way I can get sig_05 to show more than one decimal place? I've tried command dp(#) but it doesn't seem to work.
2. The average coefficients over the 28 models is, I assume, an equally weighted average. What if I want to weight each regression by its log-likelihood (stored in e(ll) I think). Is there a way to do this?
Thank you so much and sorry for all the trouble.
Danielle
Thank you so much this works perfectly! Much appreciated!
And fortunately with your help, I was able to detect the error: I was using an additional variable without noticing (I have over 55 regressors, so I accidentally included x22 along with x2). Now it runs perfectly. Thank you and sorry for all the complication. Now both codes work.
I bring two followup questions, hopefully much simpler:
1. Is there any way I can get sig_05 to show more than one decimal place? I've tried command dp(#) but it doesn't seem to work.
2. The average coefficients over the 28 models is, I assume, an equally weighted average. What if I want to weight each regression by its log-likelihood (stored in e(ll) I think). Is there a way to do this?
Thank you so much and sorry for all the trouble.
Danielle
Comment