Search found 6 matches
- Thu Nov 13, 2014 12:46 pm
- Forum: Programming
- Topic: Naming pool equations
- Replies: 10
- Views: 5743
Re: Naming pool equations
Thanks
- Thu Nov 13, 2014 12:16 pm
- Forum: Programming
- Topic: Naming pool equations
- Replies: 10
- Views: 5743
Re: Naming pool equations
I am trying to solve the problem in a different. I will try to extract the coefficients and and t-stats and place them on a table that I will create myself. To extract the coefficient, I am using !cffl1=pool1.@coefs(2) but it does not work. (pool1 is the pool name. Could you please let me know how t...
- Thu Nov 13, 2014 9:56 am
- Forum: Programming
- Topic: Naming pool equations
- Replies: 10
- Views: 5743
Re: Naming pool equations
Thanks for the quick response.
How can I open the codes for "eqtabs"?
I could not find a reference to p-values in the data pool members. By chance do you have the codes to derive the p-values from @tstats(i).
How can I open the codes for "eqtabs"?
I could not find a reference to p-values in the data pool members. By chance do you have the codes to derive the p-values from @tstats(i).
- Thu Nov 13, 2014 9:26 am
- Forum: Programming
- Topic: Naming pool equations
- Replies: 10
- Views: 5743
Re: Naming pool equations
Not sure I understand. Do you have any codes you can share. Alternatively, can we extract p-values, R2 and number of observations from a pool estimation results? I could extract the coefficient estimates using @coefs() and placed them in a table I created myself. That said, a command equivalent to &...
- Thu Nov 13, 2014 9:11 am
- Forum: Programming
- Topic: Naming pool equations
- Replies: 10
- Views: 5743
Re: Naming pool equations
Thanks for the quick response. Is there another way to combine in one table results from a few pool estimations?
- Thu Nov 13, 2014 9:00 am
- Forum: Programming
- Topic: Naming pool equations
- Replies: 10
- Views: 5743
Naming pool equations
I am trying to use the "eqtabs" conmmand for pool equations. I could use it for time series but not for pool yet. It seems that the main reason is because I could not save the results of the pool estimations in “equation” format, but only in “table” format using the command “freeze”. Any a...
