Displaying 12 results from an estimated 12 matches for "wfu".
Did you mean:
sfu
2011 Jul 18
2
Problem compiling in extra/xdr
...a slew of other errors:
xdr_float.c: In function 'xdr_float':
xdr_float.c:119:21: error: storage size of 'is' isn't known
xdr_float.c:120:20: error: storage size of 'vs' isn't known
and so on.
config.log is rather big to post here; I'm putting it at
http://www.wfu.edu/~cottrell/tmp/R.config.log .
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
2011 Jul 18
2
Problem compiling in extra/xdr
...a slew of other errors:
xdr_float.c: In function 'xdr_float':
xdr_float.c:119:21: error: storage size of 'is' isn't known
xdr_float.c:120:20: error: storage size of 'vs' isn't known
and so on.
config.log is rather big to post here; I'm putting it at
http://www.wfu.edu/~cottrell/tmp/R.config.log .
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
2003 Mar 12
3
png plots
I saw in the archive a post from Mark Wilkinson (Feb 1, 2003), saying
that some of his R-generated png plots came out overlapping.
I am seeing the same thing (with R 1.6.2 on Linux i686). My input
file generated 4 plot files. The first two were fine, but the last 2
featured a weird overlay of the remaining graphs. The problem is not
seen with postscript of pdf output.
--
Allin Cottrell
2003 Mar 13
1
GARCH estimation
Anyone know if there's an R package somewhere that supports estimation
of a linear regression model with GARCH error process?
There's a garch command in the tseries package, but unless I'm missing
something it is restricted to the univariate case, i.e. you can fit a
GARCH model to a single time-series but not estimate a model with
GARCH errors.
--
Allin Cottrell
Department of
2006 Nov 17
1
Files in EViews format
Dear HelpeRs,
I wonder if anyone knows of ways to read EViews file types.
I did not find a function in the package 'foreign' and a search query
submitted to http://search.r-project.org was not successful.
Any hint is very much welcome.
Dietrich Trenkler
--
Dietrich Trenkler c/o Universitaet Osnabrueck
Rolandstr. 8; D-49069 Osnabrueck, Germany
email: Dietrich.Trenkler at
2011 Dec 08
1
lda output missing
Hello everyone,
I am working on a linear discriminant analysis and am having issues finding
the full output of my lda. Specifically, there is no reporting of the
Proportion of Trace that is a normal output of the procedure. I'm using a
csv file and everything is reading in correctly. I've looked and looked and
can't figure out why my output is not complete. Is it something simple that
2000 Dec 24
1
gretl and R: info and request
Hello,
I thought some of you might like to know about a GNU project
that is complementary to R in some ways, namely gretl
http://ricardo.ecn.wfu.edu/gretl
(GNU Regression, Econometrics and Time-series Library).
gretl (a library with cli and gui clients, the gui using
GTK) is designed to be very user-friendly, and suitable
for teaching econometrics. It has a fairly wide variety
of least-squares based estimators plus binary logit and
probit...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...NSclVSUvd$aky(hRd3&a1%W_br!!_X8eXwqRIbsN<@qp>dtj+;kjT->VA?G
ze2?=xr~}#5h*b7_$iaoS+{=}q;sw?)34m7<*Bu_QeZB;Z85>Uy3O>uUzoIeBzn|_s
z!f{q}X>SRXR2Z8&csFZs@IaObqqO|-@@&!VzypX<5<`%JMg);k!SMPR#FKf&f#w^v
zf?q?LzO`oLoLC2qw?mpbxb2Au=<%bC414~1v^CNHQsjueRBTAQloOSz>WFU?&QU0^
zOB3kS7lZr!7+KfJr1Cn4^L5CwpE|_VZ1*2wAt>IS^ebL(ge>Jy3U=<m2{tWumw>Ai
z^qacm)jQlq{rXk#<zm*=t+}X-F%wen&roX0DnS17jA^p3of*2t;wf?HUdxo>0wANH
z0H6d0fIL(a;9am@WagBy#%C>L#Uh~K4{QqAyqZ~yDt?*(`ZHs3e={21#rYPRJrU&+
zMb`H!L<Evn#k`T60n9q5O54%fk+N)^^tT?-U4t39N*tr9U(!b$a}3|L...
2002 Feb 05
1
htmlhelp() question
I wonder if anyone who has worked on the win32 version of
R could help me with a HtmlHelp question?
When you're building a win32 program using mingw (in my
case, cross-compiling under GNU/Linux), what import
library do you use to link against the HtmlHelp()
function? I have got a copy of MS's htmlhelp.lib, but
mingw doesn't seem to like this format; it wants an
archive in .a format.
2002 Nov 20
2
Compiler Question (Link Error)
I'm working on creating a OGG file tagger using BCB6 and I have come
across a series of link-errors when attempting to compile:
[Linker Error] Unresolved external '_ov_open' referenced from
C:\PROJECECT\MAIN.OBJ
There one for _ov_comment, _ov_info, and a couple others as well. I
thought I'd already included all of the required libraries into the
correct file-- and have
2009 Jul 21
1
Elementary Symmetric Polynomials
We are interested in obtaining an efficient function that for a given
vector of length t will output a vector of length t+1 that contains the
associated values of the elementary symmetric polynomials in t
variables. Below is what we have at the moment, but it is a little slow
for our needs. Any suggestions?
Thanks ahead of time for any help you can offer,
Austin H. Jones
Department of
2008 Aug 04
1
R init file and source()
In the context of calling R from another program (namely gretl,
http://gretl.sourceforge.net ) I'm trying to understand the
interactions of the R init file (corresponding to the environment
variable RPROFILE) and the source() function.
I'll illustrate my problem with the following simplified contrast
implemented in the bash shell (with R 2.7.1).
1. Works fine:
allin at myrtle:~/Rfoo$