Re: [Gretl-users] Gretl-users Digest, Vol 136, Issue 13 - The Greek issue
by Alecos Papadopoulos
Note that in place of "???" below I have originally written Greek letters.
Alecos Papadopoulos
PhD Candidate
Athens University of Economics and Business, Greece
School of Economic Sciences
Department of Economics
On 21/5/2018 21:29, gretl-users-request(a)lists.wfu.edu wrote:
> I may have misunderstood, but if by "mixed language filename" we mean
> something like "Correlated???.inp/.gretl/.gdt",
6 years, 5 months
Greek Language
by Jimmis Atha
Please, add Greek language to GretL....!!! It has 3 options for Espanol
........ An option to download Language Packs from the website is
needed....! It could have better design (for new Windows versions), too!
6 years, 5 months
[slightly OT] gretl's gnuplot output into Lyx
by Sven Schreiber
Hi,
for those using Lyx (a Latex frontend), I just noticed that the new
version (2.3.0) has support for gnuplot scripts. So in theory one should
be able to use gretl's 'gnuplot' (or 'plot') command to produce a
gnuplot command file which can then be linked into the relevant Lyx file.
(It seems that Lyx expects a .gp or .gnuplot file extension for those
scripts; I have filed a bug report with Lyx asking to support also the
.plt extension - but since you can give the full file name to gretl's
gnuplot command, this shouldn't be a problem, you just have to know it.)
I haven't really tested this myself yet, it would be interesting to hear
from people if it actually works!
thanks,
sven
6 years, 5 months
scatter plot
by Waldemar
Hello,
I wanted a simple scatter plot in gretl. But an issue came up and I cannot figure out a solution.
I use gretl, Version 2018a in Windows 10 PC.
Example 1
<hansl>
matrix Y = {2, 3, 6, 4, 1}'
matrix X = {1, 3, 5, 4, 2}'
matrix A = Y ~ X
gnuplot 1 2 --matrix=A --output=display
</hansl>
Example 1 works fine. A scatter plot is displayed.
Example 2
<hansl>
matrix Y = {2, 3, 6, 4, 1}‘
matrix X2 = {4, 4, 4, 4, 4}'
matrix B = Y ~ X2
gnuplot 1 2 --matrix=B --output=display
</hansl>
There is no plot. I get only the following feedback:
"C:\Program Files\gretl\wgnuplot.exe" "C:\Users\Waldemar\AppData\Roaming\gretl\gpttmp.kxKHPP": exit code 1
Fehler bei Skriptausführung: Stopp
> gnuplot 1 2 --matrix=B --output=Display
After launching gnuplot, I cannot find the plot in my working directory.
I admit the plot does not make any sense, but gretl should give an output anyway, right?
Do I miss something?
Thanks in advance for any hints!
Regards,
Waldemar
PS:
By using R:
< R>
Y <- c(2, 3, 6, 4, 1)
X2 <- c(4, 4, 4, 4, 4)
plot(X2, Y)
</ R>
I get a simple scatter plot.
6 years, 6 months
Tobit Regression for Panel Data in Gretl
by 3J LEMA
Dear members,
How to perform Tobit Regression with Panel Data in Gretl?
The Dependent Variable of my balanced panel data is bounded between 0 and
1. Six years across 15 companies.
Your comment is highly appreciated.
Lema
6 years, 6 months
VECM and IRF interpretation
by lasses skola
Hi! I have a question regarding VECM and IRF interpretation in Gretl.
According to the speed of adjustment coefficient in the VEC, the target
variable adjusts at a speed of 15,5% per year to equilibrium. But the IRF
says that the cumulative change in the target variable is only 2% from year
four trough the time horizon of the IRF, which is nine years. How can I
interpret this?
Best regards,
Lars
6 years, 6 months