similar to: HTTP Post connections in R

Displaying 20 results from an estimated 1000 matches similar to: "HTTP Post connections in R"

2004 Feb 26
2
save() size in XDR
Dear R-devel, Is there a way to find the size in bytes of a save() command --before-- the file has been saved? If not, can anyone point me to some resources on XDR so I can find a way to calculate it? Thanks, ===== Nathan Whitehouse Statistics/Programming Baylor College of Medicine Houston, TX, USA nlwhitehouse@yahoo.com http://rho-project.org: rho- open source web services for R.
2004 May 06
0
Re: R web interfaces
cashaw at bcm.tmc.edu, youngas7 at yahoo.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, First, does anyone think it is a good idea to put up a web server site similar to Phillippe Grosjean's site for GUIs? To answer foobar's question- There are a several web 'interfaces', with different focuses and degrees of sophistication. Apologies to the
2004 Apr 23
0
SJava embedded in R
Hi, Here's some suggestions for troubleshooting the install. The CLASSPATH needs to be $SJAVA_HOME/org/omegahat/Jars/Environment.jar, $SJAVA_HOME/org/omegahat/Jars/antlr.jar $SJAVA_HOME/org/omegahat/Jars/jas.jar $SJAVA_HOME. This allows the java compiler/interpreter to find 1)the ROmegahatInterpreter and REvaluator classes(in a org/omegahat/R/Java tree under SJava 2)& the
2004 May 07
0
Re: R web interfaces
Hi, > I don't see any replies to this, but it does seem > quite a good idea, > especially as the existing information (eg in the > FAQ) is rather thin > and probably incomprehensible to most. I have no > time to do it myself, > though. Someone in this lab(Andrew Young, Chad Shaw or I) would be willing to put together a page. I think it's a good way to collect
2004 May 07
0
Re: Sessioned R web interfaces
Frank, Both RZope and Rho solve this problem. RZope (http://www.analytics.washington.edu/statcomp/projects/rzope/)solves it by using *nix's fork command, which takes as much time as a memcopy. Rho(http://rho-project.org) solves it by maintaining a pool of idling R processes, which it maintains active & can pull to do a calculation immediately. Both of these are pretty
2004 May 17
1
Problem with package SJava
Hello all, I'm trying to run SJava package (0.65 modified downloaded from : http://stats.math.uni-augsburg.de/iPlots/alpha/) on windows NT 2000 and R 1.8.01. I have also downloaded the PDF Calling R from Java and when I want to execute the following code: import org.omegahat.R.Java.*; import java.io.*; public class Essai{ public static void main (String [] args) { REvaluator e = new
2005 Mar 24
3
client-server setup for R
I am currently the only use-R at my company, but they are considering buy a more powerful server and letting multiple people use it. They asked me if R supports client-server setups. I know S+ has a server version that does that. I didn't find anything about that on CRAN, but hopefully someone can correct me. I did see some stuff about R web servers
2007 Mar 08
2
augPred in lmer
I read the posts about augPred with lme, but does anyone know if there is a correlate for augPred for lmer? Specifically, I want to be able to use it to plot projections for all groups in an lmer class object using plot(augPred(lmer.object)). Thanks, Kyle *************************************** J. Kyle Roberts, Ph.D. Baylor College of Medicine Center for Educational Outreach One Baylor Plaza,
2005 Apr 21
3
Objects in R
Hi, A few comments from a fairly experienced R user who worked for several years on a R-based bioinformatics analysis framework. I don't want to misrepresent anyone's views, but... There are real disadvantages to the "objects-as-C-structs" and functions/methods which "mutate" based on argument type. i.e. S4. (1)Novices simply don't understand it.
2004 Sep 23
7
decompose a correlation matrix
Is there a simple way to decompose the upper triangle of a correlation matrix to a linear list; For example: X Y Z X 1 2 3 Y 2 1 4 Z 3 4 1 so you get a list like: xy 2 XZ 3 YZ 4 I suspect you can do it with a matrix transformation, but that beyond me at present. Many thanks Mark _________________________ Department of Molecular and Human Genetics, Baylor College of Medicine,
2005 Jan 28
2
Nortel --> Asterisk-------->Asterisk
I am looking at setting up the following configuration and any help/input/comments before signing the PRI contracts will be greatly appreciated. PRI Tampa PRI Sarasota PRI <--> Nortel BCM-->Asterisk<------------------>Asterisk<---> I would like to link the Nortel BCM to * using the a digital trunk card. The BCM will
2005 Nov 08
1
(no subject)
hello. My name is kerlim arturo. i was search into internet about R apache y PhP and i found your mail into foro. i want create a stadistic's software on line with language R,apache y php . i want know, what is the steps for developer this stadistic's software? where can i get information about language R, apache y php; and examples between language R and php ('source'). can I
2009 Dec 19
1
Nortel BCM - Call Accounting Interface?
Dear List, Need to know if anyone on this list has had any experience with using the Nortel BCM 50 for Call Account Reporting using an IP connection to a Linux / Asterisk interface? Presently, I have a BCM 50 installed that uses a local Lenova Small Form Factor PC with a windows XP / os that quit reporting because of a up-grade to the Nortel reporting software. Nortel support is now telling
2004 Jan 22
4
customising installed libraries
hello I am returning to some libraries that I had previously customised by amongst other things adding additional functions. I had simply typed these new functions into the file in library/R/thelibrary. These however do not seem to be loaded now as they previously were under older versions of R. What's changed and what do i need to do? Thanks Stephen
2003 Jul 10
2
XML Package.
Hi! I have installed the new R on windows. I wanted to reinstall the XML package. I am not able to find the XML.zip anymore. I am quite shure that they where a windows binary version. Has anyone old XML windows binary? Eryk Dipl. bio-chem. Eryk Witold Wolski @ MPI-MG Dep. Vertebrate Genomics Ihnestrasse 73 14195 Berlin 'v' tel: 0049-30-84131285 / \ mail:
2003 Nov 21
2
method names conflict.
Hi! I would like to give my objects functions like "subset", "union", et cetera and name it also in this way. But this functions names are already used in the base package and they are not generic. I am right in that if they would be generic then i still can use the neat names with my objects? I have the impression that there are more and more packages are going to be
2009 Nov 04
2
Cisco SPA3102 Thoughts & Other Recommendations
I'm looking to build a VoIP solution for 100+ service vehicles that have WiFi hot spots installed (with cellular uplinks). Currently we are trying out Skype wireless handselts and Majick Jack. I'd also like to consider an Open Source solution that can bring the calls back to our data center [possibly integrated without our existing BCM 3.x VoIP PBX]. For hardware someone on the IRC
2004 Sep 10
1
R conversion
I am a newcomer to R trying to convert a SAS program to R. Does anyone know if there is a functional equivalent of the SAS 'Factor' procedure? For example in SAS: proc factor DATA=cor method=principal rotate=varimax proportion=0.9 scree where 'cor' is a correlation matrix (as in the R 'cor' function) This should get you a list of eigen values as well as a factor
2006 Jun 03
3
Asterisk + PRI Card -> Nortel BCM
Has anyone fed a Nortel BCM from Asterisk? I'm interested in switching our company over, but don't want to replace all the handsets in one fell swoop. I imagine some of the PRI cards can "emulate" a switch? I'd still like to pass CallerID into the Nortel, etc but all the external traffic would be VOIP, not TDM.
2010 Oct 11
1
Problems with gpxelinux and Broadcom 57711
Hello. We are using gpxelinux from SYSLINUX 4.02. We recently purchased some HP Proliant BL460c G6 servers with Broadcom BCM 57711 10Gbit NICS. We have a very simple pxelinux.gpxe script compiled into gpxelinux.0: #!gpxe set use-cached 1 dhcp net0 chain http://webserver/gpxe/gpxe.php?IP=${net0/ip} The PHP script dynamically creates a config file that looks something like this: #!gpxe set