Search found 6 matches

by Jirka
Thu Apr 09, 2015 4:08 pm
Forum: Estimation
Topic: probit/logit models: calculation of the probability of event
Replies: 4
Views: 7366

Re: probit/logit models: calculation of the probability of e

Hi, please, I would like to compute a probability from logit equation and show in a graph, how probability is changing when changing some variable, other variables staying equal. Could you help me writing a program code with such loop please? I am only an amateur as regards programming...Thank you!
by Jirka
Thu Dec 26, 2013 9:57 am
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562586

Re: An introduction to EViews programming.

Thank you for your reply. I will try it. Merry Christmas and happy New year!
by Jirka
Thu Dec 19, 2013 4:03 am
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562586

Re: An introduction to EViews programming.

Hi, I would have another question concerning to the program above (run number of regressions with all permutations of variables): 1) How can I do it on panel data with fixed effects? Is it possible? If so, could you write me a command please? 2) Suppose, I have one given equation Y = C + X1 + X2 wit...
by Jirka
Tue Nov 26, 2013 3:17 pm
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562586

Re: An introduction to EViews programming.

I have come to a trick in Excel how to separate the coeffs, so it is OK now. Thanks.
by Jirka
Wed Nov 20, 2013 3:48 pm
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562586

Re: An introduction to EViews programming.

Thank you very much for quick reply. After some bad attempts I found this way to do it: Matrix to store: matrix(!L+1, (2^!L)) coeffs Add a colcounter !colcounter=1 store coeffs matplace(koeficienty, eq.@coefs, 1, !colcounter) !colcounter=!colcounter+1 The matrix has 4 rows for C, X1, X2, X3 and each...
by Jirka
Tue Nov 19, 2013 4:45 pm
Forum: Programming
Topic: An introduction to EViews programming.
Replies: 119
Views: 562586

Re: An introduction to EViews programming.

The code below will work. 'create a workfile wfcreate q 1990 2010 'create a dependent variable series y = nrnd 'create 3 series series x1 = nrnd series x2 = nrnd series x3 = nrnd %regs = "x1 x2 x3" !L = @wcount(%regs) 'create vector to store r-squares, AICs, BICs vector(2^!L) r2s vector(2...

Go to advanced search