undefined error
by denis joubert
I was playing with gretl gui when i got an "undefined error" on arch (and
some other model too) with this serie of lags :
1 2 3 4 5 6 7 8 28 37 41 42 50 52 58 72 87 97 129
with the data i joined with this mail.
I think it's a bug.
thanks.
14 years, 3 months
problems to compile cvs
by Artur T.
Hi,
I tried to compile the current cvs but obtain an error for the "make"
command.
Output:
------------------------------
make -C lib
make[1]: Betrete Verzeichnis '/home/artur/cvs/gretl/lib'
../libtool --mode=compile gcc -c -g -O2 -I.. -I.. -I../lib/src
-I/usr/include/libxml2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/share/R/include
-DHAVE_CONFIG_H -o compare.lo ../lib/src/compare.c
libtool: compile: gcc -c -g -O2 -I.. -I.. -I../lib/src
-I/usr/include/libxml2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/share/R/include -DHAVE_CONFIG_H
../lib/src/compare.c -fPIC -DPIC -o .libs/compare.o
../lib/src/compare.c:22:21: error: libglue.h: No such file or directory
../lib/src/compare.c: In function 'replicate_estimator':
../lib/src/compare.c:781: error: incompatible types when assigning to
type 'MODEL' from type 'int'
../lib/src/compare.c:788: error: incompatible types when assigning to
type 'MODEL' from type 'int'
make[1]: *** [compare.lo] Fehler 1
make[1]: Verlasse Verzeichnis '/home/artur/cvs/gretl/lib'
make: *** [lib] Fehler 2
------------------------------
Already tried "make clean" but it doesn't help.
Does anybody have an idea what the problem might be?
Cheers,
Artur
14 years, 3 months
broken spreadsheet import?
by Summers, Peter
Allin et al,
I've just tried importing/appending data from excel, and I'm only getting the "old school" import dialog - the option to select different worksheets isn't there. This is with the windows snapshot build of 6/20.
Best,
PS
===============================
Dr. Peter Summers
Assistant Professor
Department of Economics
Texas Tech University
===============================
14 years, 3 months
Ralph M Rodriguez/PO/KAIPERM is out of the office.
by Ralph.M.Rodriguez@kp.org
I will be out of the office starting 06/21/2010 and will not return until
07/06/2010.
Hi All, I will be out of the office from June 21 through July 5, returning
to the office on Tuesday July 6, 2010. Please, if you have an immediate
question regarding Cost Model or Construction Economics, please email or
contact Brad A Njus, 510 625 4595, with your questions.
Thanks,
Ralph
14 years, 3 months
gui and graphing improvements
by Summers, Peter
Allin & others,
First, many thanks for the new & improved gui features! I also really appreciate the ability to add "recession bars" in graphs. I'm working on a paper where we generate alternative "cycle" periods, so this is quite useful and timely.
In playing around with these new toys, I've discovered a couple of "rough edges." First, the ability to re-order a data series isn't available for the last series in the data set. Of course it's easy to work around this by moving another series to the end, then moving the other one.
The second relates to adding bars to a graph. When I add my own bars, then edit some other feature of the graph (labels, say), then close the editing window, the bars switch back to the default NBER recessions. I have to go back to the "main" tab and re-select my bars file (ie, make that the last editing choice).
Neither of these is critical - as I mentioned, they both have easy work-arounds. Still, I thought I'd bring them to your attention.
Thanks again!
PS
PS - is there a way to clear the console window, like clc in matlab?
===============================
Dr. Peter Summers
Assistant Professor
Department of Economics
Texas Tech University
===============================
14 years, 3 months
GUI enhancements
by Allin Cottrell
You may be interested to hear of some recent enhancments to the
gretl GUI. These are in CVS and the snapshots for Windows and OS
X.
* Re-ordering of series in dataset. Up till now the only way to
change the order of the series in a gretl dataset was to save
the data under a different name (selecting a revised order for
the series via the "store" command or the GUI dialog), then
copy the new gdt file over the old one. Now you can make
changes via the GUI. Select a series and either right-click
and choose "Edit Attributes" (or type "e") to get the Edit
Attributes dialog. This now has an "ID number" spinner which
lets you reposition the variable. (But note that if you have
defined named lists, or saved models, you will not be able to
make a change that disturbs the order of series that are
referenced by such objects.) If you then save the dataset, the
new order is preserved when you reopen it.
* Re-ordering of regressors in the model selection
dialog. Suppose you have a list of regressors in place in the
right-hand pane of the model dialog, and for reasons of
presentation or comparability you want to change their
order. Up till now you would have to remove the regressors
from the list then refill it in the preferred order. Now you
can select one or more series names and right-click to get a
popup menu with Up and Down arrows. Use these to shift terms
as you wish. (But note that since the constant is always
automatically placed first in gretl output, this popup menu is
not available when the constant is selected.)
* Named lists of series. In the main window's Data menu there
are two new items: "Define list" and "Select listed
variables". "Define list" lets you create a named list; if
more than one series is selected when you choose this item the
selected series are shown as the default list-members (but you
have a chance to alter this). "Select listed variables" gives
you a dialog with a pop-down menu containing all
currently-defined lists: if you choose one, the members of
that list are automatically selected in the main window (so
you can then right-click to get summary statistics, a
correlation matrix, or whatever, for the listed variables).
* Main window right-click menu with multiple series selected,
correlation matrix option: this now presents an initial dialog
with the option of imposing a uniform sample for all the
pairwise correlations, in case of missing data. This
corresponds to the --uniform option for the "corr" command.
Allin Cottrell
14 years, 3 months
Some newly added msgid in the POT are missing?
by yinung@Gmail
Dear All
I just updated my zh_TW.po from the gretl.pot in the CVS. However, I found
some newly added features are great. But their msgids in the POT are
missing.
For example, from the main windows's menu
\Data\Define or edit lists...
\Data\Selected listed variables...
There are no msgids for these items:
Selected listed variables...
Define or edit lists...
Or do I mis-understand?
Best wishes.
Yi-Nung
14 years, 3 months
Using Gretl API for C++ Program
by Joel Bycraft
Hi, I have done the install for the Gretl 1.9.0 and I'm now trying to compile and run the sample client program in xcode 3.1.3 IDE, in order to learn how I can use gretl commands and retirn datasets from OLS and ADF tests. I'm on Mac Osx 10.5.8 Leopard.
I have set header and library search paths at /usr/local/include/gretl and /usr/local/lib, and my cpp build does recognize the libgretl.h fine. However I am receiving errors that all the functions referenced in the sample client are not found:
i.e. "gretl_model_new()" referenced from _main in main.o.
I had this issue before with other libraries (ta-lib) but the writers provided a nice framework to add to xcode which tied everything together all the missing pieces (sorry I'm new to the whole build structure of programs).
Can someone describe the full set of additional linker flags i should have to properly build the sample client, or other library locations I should be referencing? Thanks, this is a great package of tools, I am glad I found it!
Joel
_________________________________________________________________
MSN Dating: Find someone special. Start now.
http://go.microsoft.com/?linkid=9734384
14 years, 3 months
restricted logit
by Sven Schreiber
Hi,
I'm trying to get the estimates from a restricted logit model.
Here's roughly what I mean to do (except it's not working the way I want):
<script>
open greene12_1
logit selfemp age income const
matrix unrestricted = $coeff
restrict
b[age]=1
end restrict
matrix restricted = $coeff
unrestricted
restricted
</script>
I also tried the "--full" option for the restrict block, but that just
gives me errors.
Is there a way in gretl to get restricted logit estimates? (without
manually coding it, I mean)
thanks,
sven
14 years, 3 months