Failed to load plugin Excel-import
by Sergey Tsabolov (aka linuxman)
Hi to all,
I run the gretl version 1.9.2 and when I need to import excel file I
get the *Failed to load plugin: /usr/lib/gretl-gtk2/excel_import.so*
PC run Ubuntu 10.04 Full upgraded
Have some one solution for the problem.
Thanks for help.
--
---------------------------------------------------------------
Don't send me documents in .doc , .docx, .xls, .ppt , .pptx .
Send it with ODF format : .odt , .odp , .ods or .pdf .
Try to use Open Document Format : http://el.libreoffice.org
Save you money and use GNU/Linux Distro http://distrowatch.com/
--------------------------------------------------------------
First they ignore you, then they ridicule you, then they fight you,then you win!!!
13 years, 2 months
emacs mode for gretl
by ahmadou dicko
Hi everyone
This is my first post in this list, and i'm very grateful for those working
on this wonderful project so far, gretl is very great. I (already started)
would like to promote the use of this software in my school in Senegal.
But I'm also a R user and one thing Gretl lack is a complete emacs mode
like the ESS R-mode, with the gretlcli console as inferior-process, i'm
aware of the gretl-mode (which is great) but as far as I know it's not
interactive, for example you can't send line or block of code to an
inferior process...such mode can be great to learn hansl.
My elisp skill is not good enough to write a comint-mode, i started one
based on Octave-mode el file but it doesn't work.
I want to know if it's possible to create such mode using the gretcli or if
there are other possibilities ?
Any advice, hint, help or documentation on how to create such mode will be
greatly appreciated
I use ubuntu 11.10, gretl 1.96 and emacs 23.3
cheers
Ahmadou
13 years, 2 months
How can I program these in Gretl
by Samantha buxton
Hi
Im trying to do these diffusion models in Gretl and I am unsure of how I
would write a script for them.
I have attached a file as they do not want to copy over and it is very
diffucult to write them correctly in an e-mail
Thanks
Samantha Buxton
13 years, 2 months
Exact collinearity and modprint
by Giuseppe Vittucci
Dear all,
when in a regression one or more variables are omitted due to exact
collinearity, the command modprint leads to misleading results cause the
initial list of regressors does not match the vector of coefficients
returned by gretl.
Is there a way to retrieve the list of regressors dropped by gretl or
the list of regressors eventually used in the regression?
Thanks
Giuseppe
13 years, 2 months
GUI to quantreg
by Sergio Pastorello
Dear all,
it seems to me that the GUI to the quantreg command is broken in release
1.9.6. I tried to replicate the example on p. 252 of the User's Guide, but
I got an "Invalid quantile specification" error message. However, the
quantreg command still works perfectly when invoked from the console.
Also, the GUI works fine in release 1.9.5.
Is there a problem, or am I missing something?
Many thanks you for your help
Sergio Pastorello
--
Sergio Pastorello
Dipartimento di Scienze Economiche
Università di Bologna
Piazza Scaravilli, 2
40126 Bologna (BO)
ITALY
tel. +39 051 2098144
fax. +39 051 2098040
13 years, 2 months
Bug-hunting: Syntax highlighting
by Henrique Andrade
Dear Allin,
Please take a look into the pdf files attached. As one can see, there's
something wrong with the "colorido.pdf" file (lines between 73 and 197
weren't printed out in Windows Vista).
Best regards, Henrique
*Henrique*
<http://www.ufrgs.br/ppge>
13 years, 2 months
How to in Gretl
by Sam Buxton
Hi all,
I am having problems doing a number of things in gretl. I was just
wondering if anyone could help if they know how to produce the following
models in gretl
1) exponential smoothing
2) moving average
3) naive model
4) bass diffusion model.
Thanks a speedy response would be greatly apprecieated.
Sam
--
Gall y neges e-bost hon, ac unrhyw atodiadau a anfonwyd gyda hi,
gynnwys deunydd cyfrinachol ac wedi eu bwriadu i'w defnyddio'n unig
gan y sawl y cawsant eu cyfeirio ato (atynt). Os ydych wedi derbyn y
neges e-bost hon trwy gamgymeriad, rhowch wybod i'r anfonwr ar
unwaith a dilëwch y neges. Os na fwriadwyd anfon y neges atoch chi,
rhaid i chi beidio â defnyddio, cadw neu ddatgelu unrhyw wybodaeth a
gynhwysir ynddi. Mae unrhyw farn neu safbwynt yn eiddo i'r sawl a'i
hanfonodd yn unig ac nid yw o anghenraid yn cynrychioli barn
Prifysgol Bangor. Nid yw Prifysgol Bangor yn gwarantu
bod y neges e-bost hon neu unrhyw atodiadau yn rhydd rhag firysau neu
100% yn ddiogel. Oni bai fod hyn wedi ei ddatgan yn uniongyrchol yn
nhestun yr e-bost, nid bwriad y neges e-bost hon yw ffurfio contract
rhwymol - mae rhestr o lofnodwyr awdurdodedig ar gael o Swyddfa
Cyllid Prifysgol Bangor. www.bangor.ac.uk
This email and any attachments may contain confidential material and
is solely for the use of the intended recipient(s). If you have
received this email in error, please notify the sender immediately
and delete this email. If you are not the intended recipient(s), you
must not use, retain or disclose any information contained in this
email. Any views or opinions are solely those of the sender and do
not necessarily represent those of the Bangor University.
Bangor University does not guarantee that this email or
any attachments are free from viruses or 100% secure. Unless
expressly stated in the body of the text of the email, this email is
not intended to form a binding contract - a list of authorised
signatories is available from the Bangor University Finance
Office. www.bangor.ac.uk
13 years, 2 months
Re: [Gretl-users] [Gretl-devel] saving the row/col names of a matrix
by Riccardo (Jack) Lucchetti
On Wed, 2 Nov 2011, Riccardo (Jack) Lucchetti wrote:
> On Tue, 1 Nov 2011, Allin Cottrell wrote:
>
>> (b) Row and/or column names are attached to the gretl_matrix struct
>> itself, rather than the wrapper. That is more plausible, but I still
>> don't like it much. The extra memory required for an empty
>> gretl_matrix would only be two pointers (8 bytes on a 32-bit system)
>> but it represents additional complexity that I'd prefer to keep out
>> of what is in concept a mathematical type.
>
> I agree: matrices should stay as lean-and-mean as possible. Besides, there is
> the possibility of achieving Artur's original aim in Hansl, albeit in a way
> that most people will find a bit convoluted: here's two ways to do it. My
> personal preference goes to func2, but I happen to like bundles quite a lot.
Sorry for the noise: (1) I forgot to send my previous message to the
users' list; (2) there was a small glitch in func2 (corrected below); (3)
I'd like to express my point more explicitly: IMO, base types such as
matrices should stay as unencumbered by extra info (or metadata, call it
what you want) in the interest of efficiency. If you really need to wrap
up a complex set of information into one entity, that's exactly what
bundles are for.
<hansl>
set echo off
set messages off
function string func1(scalar r, scalar c, matrix *m)
string rl = ""
loop i=1..r --quiet
sprintf rl "%s,row_%d", rl, i
end loop
string cl = ""
loop i=1..c --quiet
sprintf cl "%s,col_%d", cl, i
end loop
m = zeros(r,c)
sprintf ret "%s %s", rl, cl
return ret
end function
function bundle func2(scalar r, scalar c)
bundle ret
string rl = ""
loop i=1..r --quiet
sprintf rl "%s row_%d", rl, i
end loop
ret["Rlab"] = rl
string cl = ""
loop i=1..c --quiet
sprintf cl "%s col_%d", cl, i
end loop
ret["Clab"] = cl
m = zeros(r,c)
ret["X"] = m
return ret
end function
# ----- using func1 -----------------------------
a = {}
boo = func1(3,2,&a)
rowlab = strsub(strsplit(boo, 1), ",", " ")
collab = strsub(strsplit(boo, 2), ",", " ")
rownames(a, rowlab)
colnames(a, collab)
print a
# ----- using func2 -----------------------------
bundle zoo = func2(3,2)
rowlab = zoo["Rlab"]
collab = zoo["Clab"]
a = zoo["X"]
rownames(a, rowlab)
colnames(a, collab)
print a
</hansl>
Riccardo (Jack) Lucchetti
Dipartimento di Economia
Università Politecnica delle Marche
r.lucchetti(a)univpm.it
http://www.econ.univpm.it/lucchetti
13 years, 2 months