modeltab --outfile
by artur tarassow
Hey gretl developers,
some time ago you've added the "--outfile" option to the graphpg command.
It would be helpful to add this feature to modeltab as well. I tried to
include the "modeltab show" command into an outfile-environment but this
way it does not work.
What do you think?
Cheers,
Artur
11 years, 11 months
Strings not marked for translation
by Henrique Andrade
Dear Gretl Developers,
We have two untranslatable strings:
(1) When an user opens a xlsx file using the
"open" command she gets:
"Found 3 valid sheet(s)
Found 15 variables and 1820 observations"
(2) Under "Tools -> Preferences -> General ->
Programs" we have the following untransla-
table string:
"Path to Rterm.exe"
Best,
Henrique Andrade
Enviado via iPhone
11 years, 11 months
Bug(?) in msortby() function?
by Marcin Błażejowski
Hi,
simple script:
<hansl>
matrix foo = mnormal(5,1)
rownames(foo, "row1 row2 row3 row4 row5")
print foo
foo = msortby(foo,1)
print foo
</hansl>
Result matrix foo is sorted (values), but names of rows are not. This is
bug or normal behavior?
--
Marcin Błażejowski
GG: 203127
11 years, 11 months