Search found 7 matches
- Wed Mar 11, 2009 1:54 pm
- Forum: Programming
- Topic: Chart pool series syntax
- Replies: 4
- Views: 6582
Re: Chart pool series syntax
Javier, One approach would be to try something like the following: ' ********************************************************* ' Graph Desired Countries ' ********************************************************* graph graphcountry.line(panel="combine") gdppc_country1 gdppc_country2 gdppc_...
- Wed Mar 11, 2009 11:54 am
- Forum: Programming
- Topic: Seasonality in EViews Panel/TSCS Analyses
- Replies: 2
- Views: 4383
Re: Seasonality in EViews Panel/TSCS Analyses
Thanks for your reply, Gareth. I tried the SAR() approach. However, since my data are in a pooled format, EViews didn't like it and complained that SAR() terms cannot be used within a system. I haven't yet tried the SAR() approach with TSCS data that are in stacked form. At least for pooled TSCS ana...
- Wed Mar 11, 2009 3:54 am
- Forum: Programming
- Topic: Seasonality in EViews Panel/TSCS Analyses
- Replies: 2
- Views: 4383
Seasonality in EViews Panel/TSCS Analyses
Most of my analyses are Panel/TSCS analyses with fairly long monthly or weekly series. Is it possible in the EViews Panel/TSCS framework to get multiplicative seasonality [(1 - Phi1 B1)(1 - Phi12B12)] or is one restricted to additive seasonality [(1 - Phi1B1 - Phi12B12 - Phi13B13)]? Thanks for your ...
- Wed Mar 11, 2009 3:48 am
- Forum: Programming
- Topic: Pool Estimates are not valid Error Message
- Replies: 7
- Views: 9619
Re: Pool Estimates are not valid Error Message
Removing the "Equation" keyword seems to have done the trick. Many thanks to both of you!!!
Matt
Matt
- Tue Mar 10, 2009 3:26 pm
- Forum: Programming
- Topic: Pool Estimates are not valid Error Message
- Replies: 7
- Views: 9619
Re: Pool Estimates are not valid Error Message
Same program . . . just different DV and Test variables: lgksi=log of killed or seriously injured lgmiles=log of miles traveled lggascost=log of gas cost law?= law_fs and law_rs are variables that mark the introduction of a mandatory seatbelt law where fs=front seat and rs=rear seat. The Rear seat p...
- Tue Mar 10, 2009 12:04 pm
- Forum: Programming
- Topic: Pool Estimates are not valid Error Message
- Replies: 7
- Views: 9619
Re: Pool Estimates are not valid Error Message
I can't post my original dataset for business reasons. However, I am having the same issue with Harvey's UK Seatbelt Law data. It follows in CSV form. If there's a better way to get this to you, let me know and I'll send it again. Thanks for your very quick response. Matt date,lgMiles,lggascost,law,...
- Tue Mar 10, 2009 11:27 am
- Forum: Programming
- Topic: Pool Estimates are not valid Error Message
- Replies: 7
- Views: 9619
Pool Estimates are not valid Error Message
Hi. I'm trying to run an SUR regression for intervention analysis with a Control Group. I have a pooled data set in Excel that I am reading in and trying to analyze with code similar to the following: ' ********************************************************* ' read data ' *************************...
