Thanks Garethaction+roleplaying+sports=1
Search found 8 matches
- Fri Sep 28, 2018 8:25 am
- Forum: Estimation
- Topic: Near Singular Matrix Error
- Replies: 46
- Views: 259656
Re: Near Singular Matrix Error
- Fri Sep 28, 2018 3:15 am
- Forum: Estimation
- Topic: Near Singular Matrix Error
- Replies: 46
- Views: 259656
Re: Near Singular Matrix Error
Hi, I'm trying to run LS estimation using attached data total_earnings is dependent variable and others are independent. I get estimation if I exclude IS_SPORTS, so can you please let me know what's wrong with IS_SPORTS. All SC_* variables are scaled variables and running similar equation for SC_* v...
- Thu May 24, 2018 8:02 am
- Forum: Data Manipulation
- Topic: pagestruct to remove gaps
- Replies: 2
- Views: 4405
Re: pagestruct to remove gaps
Thanks Gareth,
It worked perfectly.
Santosh Pradhan
It worked perfectly.
Santosh Pradhan
- Thu May 24, 2018 4:54 am
- Forum: Data Manipulation
- Topic: pagestruct to remove gaps
- Replies: 2
- Views: 4405
pagestruct to remove gaps
When I import attached file with following code it generates page with irregular pagerange : import d:\nse\24-05-2016-to-23-05-2018infyalln.csv ftype=ascii rectype=crlf skip=0 fieldtype=delimited delim=comma colhead=1 namepos=none eoltype=pad badfield=NA @freq D7 @id @date(series03) @smpl @drop seri...
- Tue Jul 05, 2016 11:49 am
- Forum: General Information and Tips and Tricks
- Topic: converting incremental monthly series to quarterly
- Replies: 2
- Views: 5744
Re: converting incremental monthly series to quarterly
Hi Gareth,
thank you so much for this help :D
thank you so much for this help :D
- Tue Jul 05, 2016 10:46 am
- Forum: General Information and Tips and Tricks
- Topic: converting incremental monthly series to quarterly
- Replies: 2
- Views: 5744
converting incremental monthly series to quarterly
Hi, I've incremental monthly series with value increasing for each month till M12. Now for converting this series to quarterly, I need to keep Q1 value as it is for M03. Q2 = M6-M3, Q3=M9-M6 and Q4=M12-M09. Don't know how to create such series. So, please let me know a function that will do this tra...
- Thu Jun 09, 2016 5:57 pm
- Forum: Programming
- Topic: error handling
- Replies: 2
- Views: 3495
Re: error handling
Hi Gareth,
This worked well.
Thanks so much for this help!
Santosh
This worked well.
Thanks so much for this help!
Santosh
- Thu Jun 09, 2016 7:55 am
- Forum: Programming
- Topic: error handling
- Replies: 2
- Views: 3495
error handling
Hi, I'm fetching series using command for !w = 1 to @wcount(%t1) %t2=@word(%t1,!w) fetch(link,m) {%t2} next for some 256 expected and different values for %t2. For some of those values, series would not be available in database, so eviews shows error and loop is terminated instantly. How can I overr...
