Hello,
Have you tried the online help, or the Reference Guide from the Help menu? That is exactly the same content that you would get if you build the documentation.
You can also see the text help from gretl console, with:
help quantreg
To build gretl documentation you need to have some tools for TeX and PDF processing, and configure gretl:
./configure --enable-build-doc
I believe that the PDFs will be downloaded if they are not in your gretl installation.
Hélio
Hello Allin,
I take this from the gretl-api documentations of your website but there is no documentations for "parms"
quantreg ()
MODEL quantreg (const char *parm,
const int *list,
double ***pZ,
DATAINFO *pdinfo,
gretlopt opt,
PRN *prn);
Estimate the model given in list using the method of quantile regression.
parm :
list : model specification: dependent var and regressors.
pZ : pointer to data array.
pdinfo : information on the data set.
opt :
prn :
Returns : a MODEL struct, containing the estimates.
Perhaps the documentations from CVS will be better but i get this when trying to generate it :
ignace@new_soroh ~/gretlrepo/gretl/doc/reference
$ make
*** Building HTML ***
test -d ./html || mkdir ./html
cd ./html && gtkdoc-mkhtml gretl ../gretl-docs.sgml
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/
xsl/current/html/chunk.xsl"
compilation error: file /usr/share/gtk-doc/data/gtk-doc.xsl line 6 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/h
tml/chunk.xsl
make: *** [html-build.stamp] Error 5
_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users