Reset to default & Clear history
by Henrique Andrade
Dear Gretl Team,
I would like to suggest to enhancements:
1. The insertion of the option "Reset to default" inside all the preference
menus (just like we already have in the "Pallete" tab on the Gretl plot
controls).
2. The insertion of the option "Clear recent history" inside the menus File
-> Script files & Session files.
Best regards,
Henrique C. de Andrade
Doutorando em Economia Aplicada
Universidade Federal do Rio Grande do Sul
www.ufrgs.br/ppge
14 years, 4 months
installing gretl as a standard user in windows 7
by Joe Szabo
In the future, it might be a good idea to have a windows 7 installer, or just a zip file, that works in windows 7, without being an administrator. I'm guessing all you need is to copy a folder and run it.
Joe Szabo
CCF Netops
Rutgers University
14 years, 4 months
Bug in script?
by Marcin Błażejowski
Hi,
suppose we have series and want to add values to some observations.
Following script doesn't work:
<script>
nulldata 120
series y = normal()
loop for (i=1; i<=109; i+=12)
genr y[$i] += 1000
endloop
</script>
but this one works fine:
<script>
nulldata 120
series y = normal()
scalar j = 0
loop for (i=1; i<=109; i+=12)
j = $i
genr y[j] += 1000
endloop
</script>
Marcin
--
Marcin Błażejowski
http://www.wrzosy.nsb.pl/~marcin/
GG# 203127
14 years, 4 months
Reporting two little bugs
by Vitalie Ciubotaru
Hi,
This is my first time reporting bugs, so have mercy :-) I compiled GRETL
from source for my Linux machine. Having used it for a while, I noticed
[so far] two issues.
1. Graphs are saved as PNG images (I did not try other formats)
_without_ prompting the user on overwrites in case of existing files.
2. When modifying an OLS model with robust errors selected, the
"Configure" button is inactive.
Let me describe how I reproduce it. I select OLS (Main window -> Model
-> Ordinary Least Squares) with heteroskedastic-robust errors (tick on
"robust standard errors" and see the "Configure" button activated).
Then, if I want to modify the model (Model window -> Edit -> Modify
model) I get back to the "Specity model" dialog box. There I see the
"robust errors" option selected [as expected], but the "Configure"
button is not active. To activate it, I have to un-select "robust
errors" and then select it again.
These issues are probably not limited to the situations I described, and
are not severe, of course. It's just where I saw them and I find them
somewhat annoying.
Regards,
Vitalie CIUBOTARU
14 years, 4 months