Search found 5 matches

by cazeek
Sat Feb 23, 2019 5:00 pm
Forum: Programming
Topic: COM Add-In: Close Instance?
Replies: 2
Views: 2520

Re: COM Add-In: Close Instance?

Nevermind- after spending 30 min trying to figure this out, got it just as I posted (of course)...

app.Run("exit")
by cazeek
Sat Feb 23, 2019 4:58 pm
Forum: Programming
Topic: COM Add-In: Close Instance?
Replies: 2
Views: 2520

COM Add-In: Close Instance?

Hello,

Is there a way to close the instance of E-Views through the COM automation? Something like app.Close?

Thanks!
by cazeek
Sat Feb 23, 2019 3:35 pm
Forum: Programming
Topic: Coefficients count
Replies: 5
Views: 3719

Re: Coefficients count

Awesome- thanks so much again. That add-in helped tie the last piece together as well. For those that stumble upon this, here is my final code if interested: %eqlist = @wlookup("*", "equation") for !i=1 to @wcount(%eqlist) %reg = @word(%eqlist, !i) table({%reg}.@ncoefs,2) tbl_{%r...
by cazeek
Sat Feb 23, 2019 3:09 pm
Forum: Programming
Topic: Coefficients count
Replies: 5
Views: 3719

Re: Coefficients count

Thanks so much for the speedy reply- both are perfect! Two more quick question, and apologies for the first, as I'm sure this is right in front of me on that page, but can't seem to find it. 1) How can I get the name of the regressors from the equation? I realized I'm going to want those as well in ...
by cazeek
Sat Feb 23, 2019 2:35 pm
Forum: Programming
Topic: Coefficients count
Replies: 5
Views: 3719

Coefficients count

Hello, I'm creating a simple program that will export the estimated coefficients of a linear regression to a table (which I'll then use w/ the COM add-in later on). The program will loop through each equation of the workfile and save each equations' coefficients to a vector or table. This is the fir...

Go to advanced search