Search found 9 matches
- Wed Aug 20, 2014 1:18 pm
- Forum: Data Manipulation
- Topic: How to sum up observation?
- Replies: 8
- Views: 18303
Re: How to sum up observation?
I am working with bilateral travel data,I think I could structure it as a panel, but I did not explicitly do this. I have it set up as visit_i_j (visits from country i to country j), annual data. I have generated a pool with the list of countries. So conceptually, I think it should be visit_?_? (wil...
- Wed Aug 20, 2014 11:40 am
- Forum: Data Manipulation
- Topic: How to sum up observation?
- Replies: 8
- Views: 18303
Re: How to sum up observation?
Can @sum be used to sum cross sections, as in to sum up states to get the US total?
- Wed Aug 20, 2014 10:03 am
- Forum: Data Manipulation
- Topic: Import data transposed
- Replies: 1
- Views: 2879
Import data transposed
Hi, I want to import transposed data, years going across the top and variables going down. I have more variables than excel allows columns, so I have them in the rows. I know how to import and select transpose with 'point and click', but how can I do this as a command line? I do not see this option ...
- Wed Aug 28, 2013 9:28 am
- Forum: Add-in Support
- Topic: getmacrodata add in for fred data
- Replies: 2
- Views: 6249
Re: getmacrodata add in for fred data
got it thanks.
- Wed Aug 28, 2013 8:19 am
- Forum: Add-in Support
- Topic: getmacrodata add in for fred data
- Replies: 2
- Views: 6249
getmacrodata add in for fred data
Hi I am trying to extract fred data using the following commands: include "filepath" dbopen(type=fred) fred fetch fred::{%codes} and in the external file I define %codes as a list of fred mnemonics %codes = "var1 var2 var3" This works fine for several thousand variables. However,...
- Fri Feb 08, 2013 9:15 am
- Forum: Estimation
- Topic: Coefficient constraint
- Replies: 0
- Views: 2462
Coefficient constraint
Hi, I am running a pooled regression, pool is called geo: geo.ls(cx=f) log(y_?) log(x1_?) log(x2_?) @cxreg log(x3_?) and I want to constrain the coefficient on x3 to be >0. I have seen the other posts on constraints, but I cannot figure out a 'hack' for this. Any suggestions on specification? Thanks...
- Wed Jan 30, 2013 1:54 pm
- Forum: Programming
- Topic: Pool Regression
- Replies: 4
- Views: 4740
Re: Pool Regression
thanks, I wish I could have discovered that detail!
- Wed Jan 30, 2013 12:51 pm
- Forum: Programming
- Topic: Pool Regression
- Replies: 4
- Views: 4740
Re: Pool Regression
I have attached the relevant files....
Thanks for any guidance.
Zach
Thanks for any guidance.
Zach
- Wed Jan 30, 2013 12:27 pm
- Forum: Programming
- Topic: Pool Regression
- Replies: 4
- Views: 4740
Pool Regression
Hi, I am hoping to get a some help with syntax. I am unsure why my program is not working as I would like. Below is the program, and of course I have the file path where I have noted location. The problem comes when I get to my step 3. I get an undefined variable error. Can you spot anything right a...
