Page 1 of 1

OLS

Posted: Mon Nov 26, 2012 2:21 pm
by darkerthanblack
Hy everyone,sorry to bother with such trivial questions but it's the first time i'm programming.
I loaded a workfile using a programm created by me, but now i don't know how to write to estimate the ols in the programm.
i tried writing: ls (variable name) (variable name) (variable name) (variable name);
but it keep telling me my variables are not defined...
thanks

Re: OLS

Posted: Mon Nov 26, 2012 2:25 pm
by EViews Gareth
That error message indicates that your variables do not exist. It is hard to know what you've done wrong without further information.

Re: OLS

Posted: Mon Nov 26, 2012 2:31 pm
by darkerthanblack
I added a print screen. I can open the variables, and see the data, on the panel to the right (sorry i don't know the name)

Re: OLS

Posted: Mon Nov 26, 2012 2:32 pm
by EViews Gareth
Attach your workfile.

Re: OLS

Posted: Mon Nov 26, 2012 2:34 pm
by darkerthanblack
Here it is, and thanks for the help.

Re: OLS

Posted: Mon Nov 26, 2012 2:54 pm
by EViews Gareth
Your variable names are actually:

Code: Select all

pibpc_grandes_agregados_ consumo_consumo_saar_var export_exportacoes_saar_ gastos_gastos_publicos_s

Re: OLS

Posted: Mon Nov 26, 2012 2:57 pm
by darkerthanblack
Thank you so much!

Re: OLS

Posted: Tue Nov 27, 2012 1:40 pm
by darkerthanblack
Hello again, i was trying to do the maximum likelihood, but i get the follwing error message: missing values in @logl series at current coefficients at observation 2 in "DO_LL1.ML(D)". Can someone tell me what i can correct? thank you