Hi List,
I am trying to come to terms with embedding R. I have looked in
writing R extensions and a pdf slideshow (by Simon Urbanek) I found on
the web and by my reckoning the following should almost work (I use
function Rf_initEmbeddedR in the file winembed.c from the Rserv source
to initialise
Full_Name: Nuno Monteiro
Version: 2.3.1
OS: Windows XP HE
Submission from: (NULL) (84.9.38.207)
I'm using the FEAR library to perform Data Envelopment analysis with a 36,000
obs dataset.
The function dea is working fine but then when I try to use the boot.sw98 to
come up with some sensitivity an
Full_Name: Sean Pieper
Version: 2.3.1
OS: Windows
Submission from: (NULL) (67.188.92.37)
Hi, I am trying to create a qualitative figure for which I don't want tick marks
or numbers, but having some axes would be nice.
If I do:
plot.new()
axis(2,labels=FALSE,tick=FALSE,lty="solid",lwd=1)
I exp
Hello,
I am trying to make use of the R standalone library in mu own c and fortran
code. ( fedora core linux )
Unfortunately I am unable to link and create an executable.
See below.
It is the example file in "src/nmath/standalone"
Does anyone see what I might be missing?
% R CMD COMPILE tr.c
gcc