similar to: New Perl module Statistics::R

Displaying 20 results from an estimated 7000 matches similar to: "New Perl module Statistics::R"

2005 Jun 24
1
R servlet engine ?!!!
I use CGIwithR to run a website that executes R scripts under cgi-bin. Are there any projects that implement a work frame using R similar to Java's servlet engine? Initialization times are hurting. Can initialize once process and treat all web requests as threads of this process? Any help with this subject is greatly appreciated.
2004 May 19
3
Web-application using R
Hi, all; Our group is planning to develop a web-based analysis package with R. I have some questions. (1) Can we use R as a daemon-like way such that, after invoking R and making it run in a kind of background mode, just put some R script into R using some pipe-like mechanism and retrieve the result out of it? (2) If this is possible, then how can we do it? If this is not possible, then what
2004 Feb 15
1
source() function and crash of R!
Hello, This is the first time that I write here. I'm working on a Perl module to make a communication bridge between Perl and R. For now it's working very well, on Linux and Windows, but I'm making some tests before release the 1st version. One of the problems that I have is for invalid syntaxes for R, that crashes the R interpreter. Before explain the problem, I need to explain
2006 Feb 21
1
help-ERROR: unknown GUI none from Statistics::R
Hi, I download Statistics::R from http://search.cpan.org/~gmpassos/Statistics-R-0.02/ I am going to combine R with perl. but it keeps give the error msg: ERROR: unknown GUI none & stop running script. I feel very strange, because previously it works. my perl version is 5.8.6 my R version is Version 2.2.1 Is there anybody know about it? Thanks a lot. Nina [[alternative HTML version
2004 Jul 08
1
Statistics::R
Hello I am looking (possibly in vain!) for the Author of the Statistics::R perl package - I believe he announced the package on this mailing list some months ago. The name is Graciliano Monteiro Passos, and his e-mail address, gm at virtuasites.com.br, is giving permanent errors. Can anyone help? Does anyone use this perl package with R? I am having a few problems with it. Sorry to everyone
2010 May 27
1
Glusterfs over wan?
Hello ! sorry for english, but, just don't understand why glusterfs is not destinated to be used over the wan ? I think that if the files are tiny, there's no problem to use this solution over wan.. ? But okay, if file are large.. (don't know .. 100MB - 200MB and more.) i understand that it depend of the internet connection and that's the replication can be so soo soo slow..
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
Hi, The source attached at the bottom is a testcase which causes a back-end error in LLVM 2.4. These types of assembly routines are mainly used in OS kernels. I checked that GCC 4.3 works for this routine. The error messsage is ... Couldn't allocate output reg for constraint 'A'! I just need help or comments so that I could analyze and fix this bug. My
2001 May 03
2
configure problem
Hi! I am trying to install samba 2.2 on a Sun and I'm getting this error: ./configure --prefix=/local --with-ssl checking how to get filesystem space usage checking statvfs64 function (SVR4)... no checking statvfs function (SVR4)... no checking for 3-argument statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... no checking for
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
Hi, I have couple of questions that those who design unconventional passes would be interested in. 1. How to move a virtual register data to another new virtual register? It seems like that there is no LLVM instruction similar to mov machine instruction. Arithmetic or logical operators could be used for integer variables but what about pointer variables? 2. What is
2004 Aug 18
3
calling R from Perl
Hello, I am trying to call R from Perl running on Windows 2000. I have looked through the previous posts regarding running R from Perl and all have referred to the RSPerl package at Omegahat. Unfortunately the documentation for this package specifically states that it only works in Unix at the moment. Does anyone else have any suggestions about the best way to do this in the Windows
2011 Jan 30
5
How to relocate $HOME directory
Hi there, As you know, $HOME is generally located at "/home/$username" by default. I would like to re-locate all users' $HOME directories to something like "/export/home/$username" without having a hassle/trouble. Initially, I've thought of just copying them to the new directory (under /export/home/xxx), but guessed it might trouble for the normal use (I'm pretty
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
Thank your for reply. The reason why these information are needed is that I am trying to extract the program signature (e.g., control flow) out side of the binary. Conventional compiler technique adds extra checking code into the target source or target IR in an invasive manner. Since code generator combines the added code with the original one, they don't need to correlate these two
2008 Dec 08
0
[LLVMdev] How to correlate LLVA with native ISA
Keun Soo Yim wrote: > > Hi, > > How to correlate the LLVM IR-leve instructions and memory values > with the machine instructions and memory locations? Can you tell us what goal you are trying to accomplish that requires you to do this? There might be better ways of doing what you want. The answer to your question probably depends on whether you're trying to write a
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people that no one feels the need to have an explanation anywhere. I've been looking around the net for ages, and I can't figure out what, on Linux, is actually a program. I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to the /opt/openoffice.org1.9.122/program/ directory and... then what? What do
2011 Jan 25
2
regarding quit, exit and stop now in asterisk
Hi all, i am running asterisk by using command asterisk -r, asterisk -vc ............ when i want to come out of asterisk it not getting exit or quit from the shell.... i have tried soo many options like... stop now stop gracefully exit stop quit its not working stillll can any one tell me what would be the problem with this? please help me ... :( with regards, viswavardhan
2009 Feb 12
9
df -k takes too long only at random times
How do I find out why df -k is taking soo long to respond only sometimes? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?
2009 Dec 22
3
iptables ... *BSD pf ... pfSense
Hi, I followed the "Optimizing CentOS for gigabit firewall" posting and as some posters wrote pf is soo sooo ssooooo mutch faster, I was thinking to give it a try. But I'm not familier to BSD so I was looking for some tools and found "pfsense" http://www.pfsense.org/ "pfSense is a free, open source customized distribution of FreeBSD tailored for use as a
2008 Dec 08
2
[LLVMdev] How to correlate LLVA with native ISA
Hi, How to correlate the LLVM IR-leve instructions and memory values with the machine instructions and memory locations? For example, if CMP instruction in machine ISA is selected for the ICMP instruction in LLVA, with the Instruction datastructure for ICMP, is it possible to get the memory address of CMP instruction? Assume that the code segment base address is given. Similarly, by
2010 May 02
3
help with tapply or other apply
Hi, my data looks this: id forma program kod obor rocnik 1 10001 kombinovan? Matematika M1101 matematika 1 2 10002 prezen?n? Informatika N1801 teoretick? informatika 1 3 10002 prezen?n? Informatika B1801 obecn? informatika 3 4 10003 prezen?n? Informatika M1801 softwarov?
2009 Jun 23
2
Spatial Statistics on Grids
Dear colleagues, I'm searching for methods to analyze spatial distributions of cells with certain properties in a regular grid. For instance, consider a grid, where a part of the cells have the property "0", and the others have the property "1". I'm looking for statistics I could use for characterizing the spatial distribution of the "1-cells". Does anyone