Search found 202 matches

by CharlieEVIEWS
Tue Feb 23, 2016 3:01 pm
Forum: General Information and Tips and Tricks
Topic: order .freq by count
Replies: 3
Views: 4924

Re: order .freq by count

Better to endogenously pull out the wf name - cleaner: subroutine frequencytab(alpha inputalpha) %wfnameholder = @wfname freeze(inputalpha_tab) inputalpha.freq(nocum,nolimit) !numberunique=@rows(@uniquevals(inputalpha)) wfcreate(wf=frequencytabulated) u !numberunique copy {%wfnameholder}::inputalpha...
by CharlieEVIEWS
Tue Feb 23, 2016 2:58 pm
Forum: Bug Reports
Topic: Command capture sometimes captures incorrect syntax
Replies: 8
Views: 17430

Command capture sometimes captures incorrect syntax

See subject. E.g adding legend: amountandfreq_bar.setelem(1) "legend(Amount To Supplier)" amountandfreq_bar.setelem(2) "legend(# Payments to Supplier)" should naturally be: amountandfreq_bar.setelem(1) legend("Amount To Supplier (Left)") amountandfreq_bar.setelem(2) leg...
by CharlieEVIEWS
Wed Feb 17, 2016 10:59 am
Forum: Econometric Discussions
Topic: Don't know anything?!?!?! Regression Question
Replies: 1
Views: 2731

Re: Don't know anything?!?!?! Regression Question

Answer to 1: Just one equation. The first variable that you 'click' will always be your dependent variable. I.E. highlight your inflation series, then hold CTRL and highlight unemployment, and right click --> estimate equation ---> inflation is your "Y" variable because you clicked it firs...
by CharlieEVIEWS
Wed Feb 17, 2016 8:25 am
Forum: General Information and Tips and Tricks
Topic: HELP with VAR! URGENT!! PLEASE!!
Replies: 2
Views: 4698

Re: HELP with VAR! URGENT!! PLEASE!!

Probably don't want to do it in reverse to estimate a VAR with 11 observations hey Steve :lol:
by CharlieEVIEWS
Wed Feb 17, 2016 8:23 am
Forum: Add-in Support
Topic: Sign Restricted VAR
Replies: 39
Views: 104698

Re: Sign Restricted VAR

I'd like to emphasize support for this brilliant add-in. Thanks to the creator indeed!
by CharlieEVIEWS
Wed Feb 17, 2016 8:08 am
Forum: Bug Reports
Topic: strange multiple monitor bug
Replies: 0
Views: 2478

strange multiple monitor bug

Dear All, I have encountered a strange bug over the last couple of years but I thought I'd mention it at last. When working on multiple monitors and have a .prg open in the EVIEWS IDE which is not on the 'primary' screen, some of the text fails to dynamically update(?) and you have to drag a mouse o...
by CharlieEVIEWS
Sun Feb 14, 2016 11:05 am
Forum: Suggestions and Requests
Topic: max alpha length on the fly
Replies: 0
Views: 3107

max alpha length on the fly

Is there any way to set maximum alpha length on the fly? That would be super useful.

Charlie
by CharlieEVIEWS
Fri Feb 12, 2016 11:58 am
Forum: General Information and Tips and Tricks
Topic: order .freq by count
Replies: 3
Views: 4924

Re: order .freq by count

now it is possible: subroutine frequencytab(alpha inputalpha) freeze(inputalpha_tab) inputalpha.freq(nocum,nolimit) !numberunique=@rows(@uniquevals(inputalpha)) wfcreate(wf=frequencytabulated) u !numberunique copy alldatasets::inputalpha_tab frequencytabulated::inputalpha_tab alpha uniquevalues = &q...
by CharlieEVIEWS
Wed Feb 10, 2016 5:55 am
Forum: Suggestions and Requests
Topic: tabulation view
Replies: 2
Views: 4017

Re: tabulation view

I'm halfway through writing an add-in which provides some alternative options for tabulating. I'll see where I get to with this, but do you have any other requests or suggestions that you would want to see incorporated?

Charlie
by CharlieEVIEWS
Thu Feb 04, 2016 6:17 pm
Forum: General Information and Tips and Tricks
Topic: How to change the title of the rows and columns
Replies: 2
Views: 4814

Re: How to change the title of the rows and columns

Couldn't help but query if that Edit was serious or not... I've written papers/coursework using EViews, Stata, JMulti, Ox, Matlab, RATs, Python, Java, Gauss, Scala,..., you name it - pretty much anything you'd want to use for applied economics. EViews is surely the least 'tough' and most accessible ...
by CharlieEVIEWS
Sat Jan 23, 2016 8:10 pm
Forum: General Information and Tips and Tricks
Topic: turn off offer to link?
Replies: 3
Views: 5468

Re: turn off offer to link?

I second this suggestion.
by CharlieEVIEWS
Sat Jan 16, 2016 4:34 am
Forum: General Information and Tips and Tricks
Topic: order .freq by count
Replies: 3
Views: 4924

order .freq by count

Dear All,

Is it possible to order the series.freq (one way tabulation) by count rather than alphabetically by alpha name?

Thanks!

Charlie
by CharlieEVIEWS
Sun Dec 20, 2015 9:30 am
Forum: Data Manipulation
Topic: wfopen data types specific to header name
Replies: 1
Views: 3034

wfopen data types specific to header name

Dear All, I have a problem I can't figure out a solution to - hopefully you can help! I'm opening a large number of csv/xls/xlsx files in a loop as workfiles using the wfopen command. However, in some of the raw files, a variable exists, and in some, it does not. In my case, this variable is a regis...
by CharlieEVIEWS
Wed Dec 02, 2015 6:35 pm
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 4406125

FAVAR add-in

This seems like a great add-in and is super useful - something that I'm sure lots of central bankers especially will be happy to see! However, the favar.prg is encrypted and its hard to know what the program is actually doing. Can I also suggest that a future version of the program cleans up after i...
by CharlieEVIEWS
Wed Dec 02, 2015 6:18 pm
Forum: Add-in Support
Topic: HEGY*
Replies: 7
Views: 18680

Re: HEGY*

This is a wonderfully useful addin. If you have considered writing an add-in for the Canova Hansen test (possibly based on the R package ndiffs), please feel free to send me a PM, as it's something I'd be keen to collaborate on.

Best wishes!

Charlie

Go to advanced search