Displaying 20 results from an estimated 1000 matches similar to: "Executing an R function from Java."
1999 Oct 06
1
Java interface to R
I have been doing some programming with java servlets for data
collection.
I was wondering if there is a way to connect to the R-server using java
to do data analysis. A java-interface or some connection class.
I think there is some similar facility with SAS, although I have not
looked at it.
Richard Piper
RNS Hospital,
Sydney.
2004 Jul 15
3
Eclipse plugin for R or perhaps S-plus.
Does any one know of an eclipse (http://eclipse.org) plugin for R/S.
thanks
RIchard
--
Richard Piper
Web: http://icu.rnsh.org
Mobile: 0438-120860
Sydney: 9926-8617
Kippax: 6550-5117
Email: rpiper at med.usyd.edu.au
GPG key ID: F6DFFB33 @ wwwkeys.pgp.net
Key fingerprint: 3FB8 8355 3AAA 84C3 D548 8FFF EFDB C6B5 F6DF FB33
2000 Nov 01
1
Re: desiderata for data manipulation
> From: rossini@blindglobe.net (A.J. Rossini)
> Date: 01 Nov 2000 07:47:21 -0800
[...]
> Thanks for the pointer to stack/unstack -- now, having been reminded,
> I think I'd seen these float through on the list (still doesn't solve
> the missing modeling routines (parametric GLMMs, some of the
> econometrics stuff -- does R _easily_ do 3SLS?), but they'll appear
>
2000 Nov 13
1
Python and R
I've been doing some prototype simulations in Python, and my plan at
first was to pass the results off to R, but now I would like to make
more of an integrated use of the R routines. I'm curious about the
use of libR.so, but I'm uncertain, still after having looked through
the documentation 'Embedding R in Other Applications' and 'Writing R
extensions' how I can
2000 Oct 17
3
"wizard" for building R-packages...
Suppose one wanted to build an R wizard for packaging...
One would need to specify and create:
package-name/
package-name/Description
package-name/INDEX
package-name/R/
package-name/man/
package-name/src/
>From this, we'd "probably" like to:
- script-up the Description
- provide a script for regenerating INDEX by calling out to the
2000 Nov 02
2
RSPerl...
Duncan -
(but sent to R-devel, for any other thoughts?)
How do you envision RSPerl being used? Without having seen the
details, I can think of playing with strings; is there a preferred
incantation for stringification of R objects (serialization)?
(actually, the main problem I'm having is that I know how I want to code
something like:
Robject <-
2001 Jan 18
1
ESS Default function template for R
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
~/.emacs
; Default function template
(setq ess-insert-function-templates t)
----------------------------------
When loading a new function into the R workspace using ctrl-CD I would
like the default function template to come up, rather than a blank buffer. I
thought I had the Default
2000 Sep 20
2
Image analysis in R?
As far as I can tell, there are no facilities in the "base" R for image
analysis. Is there any extension or package for R that implements
image analysis? I'm thinking of features such as
o Reading and writing image files,
o displaying indexed or "true color" images,
o resizing, cropping, etc, of images,
o filters for manipulating images (smoothing, edge detection, etc)
o
2000 Dec 14
1
How do I track a segfault?
Dear R users,
I have to catch a nasty bug and would appreciate any advice or help!
I get a segfault (core dumped) that happens in one of my own functions.
The problem is, it
does not happen most of the time, only sometimes, so it's very hard to
reproduce. Or it may
run ok in interactive mode, but bug out in batch mode. Also, it tends to
happen more on
the slower of my 2 machines (PII 266),
2000 Sep 28
2
Re: [R] Nothing can be pasted...
> Date: Thu, 28 Sep 2000 14:28:31 +0200 (CEST)
> From: gb <gb@stat.umu.se>
>
>
> Compiling R-1.1.1 on RedHat Linux 7.0 gives lots of warnings like
>
> In file included from tabulate.c:24:
> ../../src/include/config.h:192:21: warning: nothing can be pasted after
> this token
>
> which I didn't see with RH6.2. However, R seems to run just fine
>
2000 Sep 19
4
methods for interval-censored data
Dear all,
Are there functions or packages in R that can handle interval-censored
data? I have looked in various packages (such as survival5 or event), but
it seems that only right-censored data can be analysed.
More generally, are there methods to analyse both interval-censored
observations and right-censored observations in the same data set?
Thanks in advance.
Emmanuel Paradis
2000 Aug 28
2
smp in Linux
Hello,
I checked mail list archives and this topic came up before in March '99
(about ability of R to multithread).
At that time rossini at biostat.washington.edu (Tom Rossini)
suggested to check his web page in a few month as it was on
his list to-do. I checked but the web page is not valid.
I wanted to know if in general progress has been made in the area,
or if it is planned.
I was also
2001 Jan 06
4
3D package in R
Hi all,
I am considering writing a 3D visualisation package for R.
Purposes:
- Visualise 3 dimension data
- Manipulate the data or series or any other object with the mouse as in any 3D software (3D Studio Max, Lightwave...)
- Eventually display more than just 3D objects.
Justification:
- It's always interesting to plot data before performing any analysis
- Manipulating (rotating,
2000 Oct 30
5
Newbie questions
Hi,
I am new to R, but a fairly `old' user of Stata. I read posts asking about
survey methods and large datasets in the archive, so I will not ask those
questions again. But some still remain:
- R seems to consume more memory given the same set of data, say if I have
only a data frame defined, than Stata. Am I right if I think that this is
because the object oriented nature of R and can
2000 Oct 30
5
Newbie questions
Hi,
I am new to R, but a fairly `old' user of Stata. I read posts asking about
survey methods and large datasets in the archive, so I will not ask those
questions again. But some still remain:
- R seems to consume more memory given the same set of data, say if I have
only a data frame defined, than Stata. Am I right if I think that this is
because the object oriented nature of R and can
2000 Sep 01
2
What happenes with R-gnome? Suggestions
Hello,
I carelessly sent this to the unfortunate Mr. Johnson, rather than to
the list, so I'm sending it on to the list. Re-reading it after a
couple days, I think that it might still be worth sharing.
I think I agree with an earlier reply: GUI's are confining, and
eventually slow you down, relative to programming. The strong point of
a GUI is that it lets you quickly, easily do a new
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
Greetings from Switzerland!
Are there any plans/initiatives/considerations in future versions of R
for commenting out regions via something like " /* */ "?
(I've got an application for which something like that would be
useful; if not, there are less simple solutions).
best,
-tony
"Commit early,commit often, and commit in a repository from which we can easily
roll-back
2002 Jan 22
3
Help with Beta Distribution
First let me confess that I am a R-novice.
I am trying to fit a beta distribution for a dataset using fitdistr(MASS). I
am having difficulties with it because the function tends to fit a
distribution with a range of 0 to 1 (I guess). However, my dataset is not!
Anytips or tricks will be very much appreciated.
Many Thanks.
T. S. Ramanarayanan, Ph.D.
Aventis CropScience
Research Triangle Park,
2003 Mar 28
0
openssh-unix-dev@mindrot.org , Swiss Group Switzerland ! Earn up to 2 daily in the Swish Stock Exchange !
<!1479>
<html><body><p><b>Sw<!1479>iss Gro<!1479>up SA</b> is one of Switzerland's lead<!1479>ing pri<!1479>vate altern<!1479>ative inve<!1479>stment compa<!1479>nies which allocates its assets
to a range of fu<!1479>nds
mai<!1479>nly in the fi<!1479>eld of alter<!1479>native
2005 Jul 20
5
Chemoinformatic people
Dear colleague,
Just an e-mail to know if they are people working in the field of chemoinformatic that are using R in their work. If yes I was wondering if we couldn't exchange tips and tricks about the use of R in this area ?
Best regards
Fred Ooms
[[alternative HTML version deleted]]