Re: [R] References verifying accuracy of R for basic statisticalcalculations and tests

2006-07-14 Thread Rau, Roland
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Prof > Brian Ripley > > `Correct' as in `as obtained by NIST'? It is a considerable > assumption > that the reference results are 'correct' or 'accurate'. > > I learnt from my work with analytica

Re: [R] References verifying accuracy of R for basic statisticalcalculations and tests

2006-07-14 Thread Prof Brian Ripley
; [mailto:[EMAIL PROTECTED] On Behalf Of Corey Powell > > > > > > Do you know of any references that verify the accuracy of R > > > for basic statistical calculations and tests. The results of > > > these studies should indicate that R results are the same as &g

Re: [R] References verifying accuracy of R for basic statisticalcalculations and tests

2006-07-14 Thread Jesus Frias
as a basis for some > regression tests? > > Sean > > > > On 14/07/06, Rau, Roland <[EMAIL PROTECTED]> wrote: >> Hi, >> > [mailto:[EMAIL PROTECTED] On Behalf Of Corey Powell >> > >> > Do you know of any references that verify the accuracy of

Re: [R] References verifying accuracy of R for basic statisticalcalculations and tests

2006-07-14 Thread Sean O'Riordain
Please don't shoot! q: would it be a good idea to use these datasets as a basis for some regression tests? Sean On 14/07/06, Rau, Roland <[EMAIL PROTECTED]> wrote: > Hi, > > [mailto:[EMAIL PROTECTED] On Behalf Of Corey Powell > > > > Do you know of any referenc

Re: [R] References verifying accuracy of R for basic statisticalcalculations and tests

2006-07-14 Thread Rau, Roland
Hi, > [mailto:[EMAIL PROTECTED] On Behalf Of Corey Powell > > Do you know of any references that verify the accuracy of R > for basic statistical calculations and tests. The results of > these studies should indicate that R results are the same as > the results of other st

Re: [R] References verifying accuracy of R for basic statistical calculations and tests

2006-07-13 Thread Tony Plate
king relevant [leaving "the" and "of" in the query results in the search engine timing out - odd?] -- Tony Plate Corey Powell wrote: > Do you know of any references that verify the accuracy of R for basic > statistical calculations and tests. The results of these studie

Re: [R] References verifying accuracy of R for basic statistical calculations and tests

2006-07-13 Thread Clint Bowman
any references that verify the accuracy of R for basic > statistical calculations and tests. The results of these studies should > indicate that R results are the same as the results of other statistical > packages to a certain number of decimal places on some benchmark calculations

[R] References verifying accuracy of R for basic statistical calculations and tests

2006-07-13 Thread Corey Powell
Do you know of any references that verify the accuracy of R for basic statistical calculations and tests. The results of these studies should indicate that R results are the same as the results of other statistical packages to a certain number of decimal places on some benchmark calculations

[R] Data in R for tag clouds

2006-06-28 Thread Gregor Gorjanc
Hello! I have written function for tag clouds[1]. Currently it is in alpha state and can be found at[2]. I would like to provide some data for this in examples, but I would like to consider if there is any relevant data for such a plot already in R so I can easily load it. Btw. If anyone has any

[R] Tcl/Tk failing in JGR, but not in R for Mac OS X GUI

2006-06-26 Thread Michael Kubovy
Dear r-helpers, I wonder if you can figure out why the following is working: > sessionInfo() Version 2.3.1 (2006-06-01) powerpc-apple-darwin8.6.0 attached base packages: [1] "tcltk" "methods" "stats" "graphics" "grD

Re: [R] for loops and counter interpolation

2006-05-17 Thread Sarah Goslee
Hello, I think you are trying to combine too many things into one. for(i in 1:100){ >points(cor(v$logA[v$id>i], v$logB[v$id>i], use="complete.obs"), i)) > } > (i created a plot object already) For points() you need to have x and y, but you are giving the output of cor() This will plot your

[R] for loops and counter interpolation

2006-05-17 Thread e . rapsomaniki
Hi I'm sorry about the triviality of my problem. I have a vector (v) of three columns (logA, logB, id). I want to compute (and plot) the correlation between logA and logB for different thresholds of id (e.g. >30, etc). So I tried: for(i in 1:100){ points(cor(v$logA[v$id>i], v$logB[v$id>i], us

Re: [R] using latex() in R for Unix

2006-05-05 Thread Richard M. Heiberger
The difficulty you are running into is related to the fact that print methods return their argument as their value. They do not return a representation of the text that appears on the screen. At some level, it looks like the intent is to capture the screen text and reformat it for LaTeX. This is

Re: [R] using latex() in R for Unix

2006-05-04 Thread Paul Johnson
This thread piqued my interest in how to use Hmisc latex() to produce the tables that I actually want, rather than the ones that come out by default. Actually, I'd be glad to use R2HTML or any other tool if I can make the output suit my taste. Here's a small working example that does not require

Re: [R] R for Mac OS X: 10.3.9 is obsolete?

2006-04-27 Thread iit512
Dear all, >for now there is a binary and some packages - check out http:// >R.research.att.com/ (near the bottom of the page). Thank you so much! >Please use only if >you really have no way to upgrade to Tiger. At the moment, this is my case. > get a Tiger instead ;). I have something to s

Re: [R] R for Mac OS X: 10.3.9 is obsolete?

2006-04-27 Thread Simon Urbanek
Peter pretty much summed it up. Just two notes. On Apr 27, 2006, at 4:20 AM, Peter Dalgaard wrote: > "iit512" <[EMAIL PROTECTED]> writes: > >> Dear all, >> >> I am highly disappointed of the following decision: >> >> === ... Starting with R 2.3.0, CRAN binaries support Mac OS X 10.4 >> (Tiger) an

Re: [R] R for Mac OS X: 10.3.9 is obsolete?

2006-04-27 Thread Peter Dalgaard
possible to compile binaries for earlied OS X > versions from sources. === > > But the process, described on > http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#Building-R-from-sources > consists of more than 9 steps and is much more complex than > installing R for Linux.

[R] R for Mac OS X: 10.3.9 is obsolete?

2006-04-27 Thread iit512
on http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#Building-R-from-sources consists of more than 9 steps and is much more complex than installing R for Linux. And I think that most Mac users (like their Windows colleagues) cannot compile any application from source... Even worse, I also

Re: [R] for "bclust" in package "e1071"

2006-04-06 Thread Uwe Ligges
Linda Lei wrote: > Hi All, > > > > Could you please help with the error I get from the following codes? > > > > >>Library(cluster) > > > > > >>data(iris) > > > > > >>bc1 <- bclust(iris[,2:5], 3, base.method="clara", base.centers=5) > > > > > Then I got: > > > > "Commi

[R] for "bclust" in package "e1071"

2006-04-06 Thread Linda Lei
Hi All, Could you please help with the error I get from the following codes? > Library(cluster) > data(iris) > bc1 <- bclust(iris[,2:5], 3, base.method="clara", base.centers=5) Then I got: "Committee Member: 1(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19

Re: [R] using latex() in R for Unix

2006-04-05 Thread Frank E Harrell Jr
Peter Dalgaard wrote: > "Brian Quinif" <[EMAIL PROTECTED]> writes: > > >>Yes, Peter, I do mean the later() function from the Hmsic package. >>Below is a reproducible example. Also, does anyone know how to stop R >>from automatically running LaTeX on the file produced by latex() > > > The last

Re: [R] using latex() in R for Unix

2006-04-05 Thread Don MacQueen
e next line of code for running in Windows--it works, and I >can find the file out.tex >#latex(Estimates, file='out.tex', rowlabel='',digits=3) > >#I use the next line of code for running in Unix--I get an error >message saying the file/directory does not exist >#la

Re: [R] using latex() in R for Unix

2006-04-05 Thread Brian Quinif
I seem to have straightened out the problem I was having by typing ls -ald /home/b/bquinif/bq/9095/ before running R. Thanks again to the ever helpful people on this list. BQ before you start 05 Apr 2006 23:11:12 +0200, Peter Dalgaard <[EMAIL PROTECTED]>: > "Brian Quinif" <[EMAIL PROTECTED]> w

Re: [R] using latex() in R for Unix

2006-04-05 Thread Peter Dalgaard
"Brian Quinif" <[EMAIL PROTECTED]> writes: > Yes, Peter, I do mean the later() function from the Hmsic package. > Below is a reproducible example. Also, does anyone know how to stop R > from automatically running LaTeX on the file produced by latex() The last bit is easy. It's the print method

Re: [R] using latex() in R for Unix

2006-04-05 Thread Brian Quinif
#x27;, rowlabel='',digits=3) 05 Apr 2006 22:29:54 +0200, Peter Dalgaard <[EMAIL PROTECTED]>: > "Brian Quinif" <[EMAIL PROTECTED]> writes: > > > I am using R for Unix and want to make some LaTeX tables. I have > > already played around in R for Window

Re: [R] using latex() in R for Unix

2006-04-05 Thread Peter Dalgaard
"Brian Quinif" <[EMAIL PROTECTED]> writes: > I am using R for Unix and want to make some LaTeX tables. I have > already played around in R for Windows and have succeeded in making > tables that I want using the following code: > > latex(Estimates, file=

[R] using latex() in R for Unix

2006-04-05 Thread Brian Quinif
I am using R for Unix and want to make some LaTeX tables. I have already played around in R for Windows and have succeeded in making tables that I want using the following code: latex(Estimates, file='out.tex', rowlabel='',digits=3) However, when I use this code in Unix,

Re: [R] R for Windows crash on new laptop - corrected script

2006-03-29 Thread Karen Martien
esday, March 29, 2006 11:07 AM >> To: r-help@stat.math.ethz.ch >> Subject: [R] R for Windows crash on new laptop >> >> I'm trying to use a contributed package (rmetasim) to generate simulated >> genetic datasets. My scripts work fine when I run them on a Sun >

[R] R for Windows crash on new laptop

2006-03-29 Thread Karen Martien
I'm trying to use a contributed package (rmetasim) to generate simulated genetic datasets. My scripts work fine when I run them on a Sun workstation running Solaris 7 and when I run them on a ~4 year old laptop PC that I have. However, when I run them on my new laptop (Dell Latitude D410 purc

Re: [R] R for MacOSX - History and command line problems

2006-03-24 Thread Rob J Goedman
following issues using "R for Mac OS X 2.2.1" (from the > ppc-.dmg) on a Mac OS X 10.4.5: > > 1) The command history is never saved (automatically) to .Rhistory. > (The file stays empty.) > > 2) If I save a history to some file via the "Save History" button,

[R] R for MacOSX - History and command line problems

2006-03-24 Thread Wiebke Timm
Hi! I have the following issues using "R for Mac OS X 2.2.1" (from the ppc-.dmg) on a Mac OS X 10.4.5: 1) The command history is never saved (automatically) to .Rhistory. (The file stays empty.) 2) If I save a history to some file via the "Save History" button, and

Re: [R] what is the function in R for MARS and PRIM?

2006-03-10 Thread Gavin Simpson
On Fri, 2006-03-10 at 11:57 -0800, Michael wrote: > thanks a lot! > > [[alternative HTML version deleted]] mars() in package mda can't find PRIM. This list posting didn't appear to get an answer: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/71239.html which might suggest that this met

Re: [R] what is the function in R for MARS and PRIM?

2006-03-10 Thread Liaw, Andy
1. Try this at the R prompt: RSiteSearch("mars", restrict="functions") 2. I know of no publicly available implementation of PRIM. 3. Please put your question in the _body_ of the message. Andy From: Michael > > thanks a lot! > > [[alternative HTML version deleted]] > > ___

[R] what is the function in R for MARS and PRIM?

2006-03-10 Thread Michael
thanks a lot! [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] R for Windows GUI front-end has encountered a problem

2006-03-06 Thread Uwe Ligges
he code that makes R crash. Uwe Ligges > Sincerely yours, > Nantachai > > >> From: Uwe Ligges <[EMAIL PROTECTED]> >> To: Nantachai Kantanantha <[EMAIL PROTECTED]> >> CC: r-help@stat.math.ethz.ch, [EMAIL PROTECTED] >> Subject: Re: [R] R for Windows

Re: [R] R for Windows GUI front-end has encountered a problem

2006-03-06 Thread Nantachai Kantanantha
solve this kind of problem? Sincerely yours, Nantachai >From: Uwe Ligges <[EMAIL PROTECTED]> >To: Nantachai Kantanantha <[EMAIL PROTECTED]> >CC: r-help@stat.math.ethz.ch, [EMAIL PROTECTED] >Subject: Re: [R] R for Windows GUI front-end has encountered a problem >Date

Re: [R] R for Windows GUI front-end has encountered a problem

2006-03-02 Thread Uwe Ligges
Nantachai Kantanantha wrote: > Hi, > I try to run my model using Quantile Regression (quantreg) package. > However, when I run the script, it has an error message in a pop-up window: > > R for Windows GUI front-end has encountered a problem and needs to close. > We

[R] R for Windows GUI front-end has encountered a problem

2006-03-02 Thread Nantachai Kantanantha
Hi, I try to run my model using Quantile Regression (quantreg) package. However, when I run the script, it has an error message in a pop-up window: R for Windows GUI front-end has encountered a problem and needs to close. We are sorry for the inconvenience. The error has error information as

Re: [R] Parallel computing in R for dummies--how to optimize an external model?

2006-02-14 Thread Jasjeet Singh Sekhon
Hi Scott, It is difficult to debug your issue without more information. Would it be possible to email me code of a simple example? Cheers, Jas. === Jasjeet S. Sekhon Associate Professor

[R] Parallel computing in R for dummies--how to optimize an external model?

2006-02-13 Thread Waichler, Scott R
I am trying to use the optimizing function genoud() with the snow package on a couple of i686 machines running Redhat Linux WS4 . I don't know anything about PVM or MPI, so I just followed the directions in snow and rgenoud for the simplest method and started a socket cluster. My function fn for

Re: [R] for-loop with multiple variables changing

2006-02-06 Thread Peter Dalgaard
Sean Davis <[EMAIL PROTECTED]> writes: > On 2/6/06 5:53 AM, "Piet van Remortel" <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > Never really managed to build a for-loop with multiple running > > variables in an elegant way. > > > > Can anybody hint ? > > > > See below for an example of what I

Re: [R] for each element in matrix...

2006-02-06 Thread Petr Pikal
pch = 21,labels = rownames(a)) abline(v = mean.diagonal, col = "red", lty = 4) } HTH Petr On 5 Feb 2006 at 21:21, Andrej Kastrin wrote: Date sent: Sun, 05 Feb 2006 21:21:20 +0100 From: Andrej Kastrin <[EMAIL PROTECTED]> To:

Re: [R] for-loop with multiple variables changing

2006-02-06 Thread Petr Pikal
ubject: [R] for-loop with multiple variables changing > Hi all, > > Never really managed to build a for-loop with multiple running > variables in an elegant way. > > Can anybody hint ? > > See below for an example of what I would like. > > EXAMPLE

Re: [R] for-loop with multiple variables changing

2006-02-06 Thread Sean Davis
On 2/6/06 6:23 AM, "Sean Davis" <[EMAIL PROTECTED]> wrote: > > > > On 2/6/06 5:53 AM, "Piet van Remortel" <[EMAIL PROTECTED]> wrote: > >> Hi all, >> >> Never really managed to build a for-loop with multiple running >> variables in an elegant way. >> >> Can anybody hint ? >> >> See below

Re: [R] for-loop with multiple variables changing

2006-02-06 Thread Adaikalavan Ramasamy
If you want a one-to-one action between corresponding pairs of "a" and "b", then how about simply : for( i in 1:length(a) ){ print( number[i] ) print( name[i] ) } If you want the first element of "a" to work with all elements of "b", the second element of "a" to work with all elements of "b

Re: [R] for-loop with multiple variables changing

2006-02-06 Thread Sean Davis
On 2/6/06 5:53 AM, "Piet van Remortel" <[EMAIL PROTECTED]> wrote: > Hi all, > > Never really managed to build a for-loop with multiple running > variables in an elegant way. > > Can anybody hint ? > > See below for an example of what I would like. > > EXAMPLE > a<-c(1,2,3) > b<-c("name1","n

[R] for-loop with multiple variables changing

2006-02-06 Thread Piet van Remortel
Hi all, Never really managed to build a for-loop with multiple running variables in an elegant way. Can anybody hint ? See below for an example of what I would like. EXAMPLE a<-c(1,2,3) b<-c("name1","name2","name3") for( number in a, name in b ) { print( number ) ##take a value

[R] for each element in matrix...

2006-02-05 Thread Andrej Kastrin
Dead R useRs, I wrote function, which plot dotchart from given matrix, compute mean from diagonal elements and plot it with abline. In addition, if particular element of matrix is greater then mean value (i.e. mead.diagonal), it should be plot in red, otherwise in green color. graph <- functio

Re: [R] For each element in vector do...

2006-01-18 Thread Petr Pikal
-0500 Copies to: r-help Subject: Re: [R] For each element in vector do... > > a<-c(0,1,2,3,0,4,5) > > b<-vector(length=length(a)) > > b[a>0]<-a[a>0]+1 > > b[a<=0]<-a[a<=0] > > b > [1] 0 2 3 4 0 5 6 > > > On Tue, 200

Re: [R] For each element in vector do...

2006-01-17 Thread tom wright
> a<-c(0,1,2,3,0,4,5) > b<-vector(length=length(a)) > b[a>0]<-a[a>0]+1 > b[a<=0]<-a[a<=0] > b [1] 0 2 3 4 0 5 6 On Tue, 2006-17-01 at 15:30 +0100, Andrej Kastrin wrote: > Dear R useRs, > > I have a vector with positive and negative numbers: > A=c(0,1,2,3,0,4,5) > > Now if i-th element in vecto

Re: [R] For each element in vector do...

2006-01-17 Thread Gabor Grothendieck
If addition to the ifelse solution already posted one could do this since a logical expression used in a numeric context is regarded as 1 for TRUE and 0 for FALSE. B <- A + (A>0) On 1/17/06, Andrej Kastrin <[EMAIL PROTECTED]> wrote: > Dear R useRs, > > I have a vector with positive and negative

Re: [R] For each element in vector do...

2006-01-17 Thread Barry Rowlingson
Andrej Kastrin wrote: > vector A: 0 1 2 3 0 4 5 > vector B: 0 2 3 4 0 5 6 > > What's the right way to do this. I still have some problems with for and > if statements... > ?ifelse perhaps... > A [1] 0 1 2 3 0 4 5 > B=ifelse(A>0,A+1,0) > B [1] 0 2 3 4 0 5 6 does a sort of element

Re: [R] For each element in vector do...

2006-01-17 Thread Dimitris Rizopoulos
+32/(0)16/337015 Web: http://www.med.kuleuven.be/biostat/ http://www.student.kuleuven.be/~m0390867/dimitris.htm - Original Message - From: "Andrej Kastrin" <[EMAIL PROTECTED]> To: "r-help" Sent: Tuesday, January 17, 2006 3:30 PM Subject: [R] For each eleme

Re: [R] For each element in vector do...

2006-01-17 Thread Chuck Cleland
B <- ifelse(A > 0, A + 1, A) ?ifelse Andrej Kastrin wrote: > Dear R useRs, > > I have a vector with positive and negative numbers: > A=c(0,1,2,3,0,4,5) > > Now if i-th element in vector A is > 0, then i-th element in vector B > is a+1 > else i-th element in vector b=a (or 0) > > vector A: 0

[R] For each element in vector do...

2006-01-17 Thread Andrej Kastrin
Dear R useRs, I have a vector with positive and negative numbers: A=c(0,1,2,3,0,4,5) Now if i-th element in vector A is > 0, then i-th element in vector B is a+1 else i-th element in vector b=a (or 0) vector A: 0 1 2 3 0 4 5 vector B: 0 2 3 4 0 5 6 What's the right way to do this. I still hav

Re: [R] for loop should check the looping index !!

2006-01-13 Thread Peter Dalgaard
johan Faux <[EMAIL PROTECTED]> writes: > Hello , > > a<-c(1) > for(i in 2:length(a)) > do.something with a[[i]] > > I get : > Error in a[[i]] : subscript out of bounds > > Am I missing something here? Doesnt R check the value of i inside "for" > and if the condition i

Re: [R] for loop should check the looping index !!

2006-01-13 Thread Tony Plate
Yep, you missed the fact that 2:1 generates the sequence c(2,1). Personally, I'd excuse you for missing this, as the documentation for seq says: The operator ':' and the 'seq(from, to)' form generate the sequence 'from, from+1, ..., to'. Maybe I'm missing something, but I don't see

[R] for loop should check the looping index !!

2006-01-13 Thread johan Faux
Hello , a<-c(1) for(i in 2:length(a)) do.something with a[[i]] I get : Error in a[[i]] : subscript out of bounds Am I missing something here? Doesnt R check the value of i inside "for" and if the condition is not tru, dont do anything thanks, johan

[R] R for Windows Proxy Solution

2006-01-10 Thread Andrew . McCallum
For errors with: download.file() install.package() update.package() any other command that R uses to access the internet Setting up a proxy in R 2.2.1 for windows. I work at a Central Bank so our firewall and proxy are very particular. To allow R to access the net I did the following: 1. In or

Re: [R] For loop gets exponentially slower as dataset gets larger...

2006-01-03 Thread Gabor Grothendieck
Accepting this stacked representation for the moment try this. When reordering the dates do it in reverse order. Then loop over all codes applying the zoo function na.locf to the the prices for that code. locf stands for last observation carried forward. Since our dates are reversed it will bri

Re: [R] For loop gets exponentially slower as dataset gets larger...

2006-01-03 Thread bogdan romocea
d",price.list). You might also want to take a look at ?Rprof and check the archives for efficiency suggestions. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of r user > Sent: Tuesday, January 03, 2006 11:59 AM > To: rhelp > Subj

[R] For loop gets exponentially slower as dataset gets larger...

2006-01-03 Thread r user
I am running R 2.1.1 in a Microsoft Windows XP environment. I have a matrix with three vectors (“columns”) and ~2 million “rows”. The three vectors are date_, id, and price. The data is ordered (sorted) by code and date_. (The matrix contains daily prices for several thousand stocks

Re: [R] for loop error

2005-12-23 Thread ecoinfo
I guess you missed {} after for (): for (j in 1:groups) # no.groups=50 ## ?? for (j in 1:groups) { for (k in 1:length(ratio)) ## ?? for () { On 12/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > I have the following code and I am not sure

Re: [R] for loop error

2005-12-23 Thread Petr Pikal
MAIL PROTECTED] Date sent: Fri, 23 Dec 2005 11:45:02 +0100 Subject:[R] for loop error > > > > > > I have the following code and I am not sure what's wrong or how to > make it work. > > B <- matrix(1,nrow=50,ncol=2) > for (i in 1:l

[R] for loop error

2005-12-23 Thread Ita . Cirovic-Donev
I have the following code and I am not sure what's wrong or how to make it work. B <- matrix(1,nrow=50,ncol=2) for (i in 1:length(size.out)){ # length(size.out=2) these are the two variables X <- var.range[i,1] # min Y <- var.range[i,1]

[R] for loop error

2005-12-23 Thread Ita . Cirovic-Donev
I have the following code and I am not sure what's wrong or how to make it work. B <- matrix(1,nrow=50,ncol=2) for (i in 1:length(size.out)){ # length(size.out=2) these are the two variables X <- var.range[i,1] # min Y <- var.range[i,1]

Re: [R] R for Windows server

2005-12-14 Thread Philippe Grosjean
up the program > for the CPU usage like I do for the memory usage? Is there a version of R for > servers? > Thank you in advance, > Marco Geraci > > > - > > > [[alternative HTML versio

Re: [R] R for Windows server

2005-12-14 Thread Prof Brian Ripley
n I set up the > program for the CPU usage like I do for the memory usage? Is there a > version of R for servers? No, R runs at close to 100% of possible on properly configured Windows machines. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statist

[R] R for Windows server

2005-12-14 Thread Marco Geraci
itation of R? If so, can I set up the program for the CPU usage like I do for the memory usage? Is there a version of R for servers? Thank you in advance, Marco Geraci - [[alternative HTML versi

Re: [R] 'For each file in folder F do....'

2005-11-27 Thread Duncan Murdoch
On 11/27/2005 3:51 PM, Ron Piccinini wrote: > Hello, > > I have 2700 text files in a folder and need to apply > the same program/procedure to each individually. I'm > trying to find how to code something like: > > For each file in do {} > > is there an easy way to do this? other suggestions? >

Re: [R] 'For each file in folder F do....'

2005-11-27 Thread Kjetil Brinchmann Halvorsen
Ron Piccinini wrote: > Hello, > > I have 2700 text files in a folder and need to apply > the same program/procedure to each individually. I'm > trying to find how to code something like: > > For each file in do {} > > is there an easy way to do this? other suggestions? files <- listfiles() re

[R] 'For each file in folder F do....'

2005-11-27 Thread Ron Piccinini
Hello, I have 2700 text files in a folder and need to apply the same program/procedure to each individually. I'm trying to find how to code something like: For each file in do {} is there an easy way to do this? other suggestions? I have tried to list all the files names in a vector e.g. >li

Re: [R] Proxy config in R for windows

2005-11-23 Thread Prof Brian Ripley
On Wed, 23 Nov 2005, Kenneth Roy Cabrera Torres wrote: Hi R users: I know that the --internet2 options enable me in Windows to download packages in R, but now, in my university the put a usename and password configuration for the proxy. How can I configure R to take the proxy password and user

[R] Proxy config in R for windows

2005-11-23 Thread Kenneth Roy Cabrera Torres
Hi R users: I know that the --internet2 options enable me in Windows to download packages in R, but now, in my university the put a usename and password configuration for the proxy. How can I configure R to take the proxy password and username. I linux I solve the problem when I configre the e

Re: [R] R for reliability analysis (with censored samples)?

2005-11-13 Thread Thomas Lumley
On Sun, 13 Nov 2005, Wolfgang Keller wrote: > So here are the questions: > > How suitable is R for this kind of work (reliability analysis)? > > Does it handle (right-/left-/interval-)censored samples by default? > The survreg() function in the "survival" package fits

[R] R for reliability analysis (with censored samples)?

2005-11-13 Thread Wolfgang Keller
n the (tiny) company I work for, so paying multi-kEUR every year in license fees for some commercial application will probably not be the preferred choice for us. So I'm planning to use R together with Python and GNUmeric/OO Calc instead. So here are the questions: How suitable i

[R] R for Psychometrics

2005-11-06 Thread Jan de Leeuw
Over the last couple of years I have written quite a few R programs for various "psychometric" techniques, and I am regularly updating and expanding what is there. I now have (wholly or partially), or have planned -- gifi package (update to homals on CRAN). Code for multiple correspondence ana

Re: [R] R CMD INSTALL --help crashes R for Windows

2005-11-05 Thread Prof Brian Ripley
The question: I am trying to figure out why on my machine R for Windows Front-end crashes when on the command prompt I type any of the following: R CMD INSTALL --help R CMD SHLIB --help ... I get a windows dialog box asking if i want to send a bug report to microsoft. This is specific to you: it

[R] R CMD INSTALL --help crashes R for Windows

2005-11-05 Thread ¨Tariq Khan
on my machine R for Windows Front-end crashes when on the command prompt I type any of the following: R CMD INSTALL --help R CMD SHLIB --help ... I get a windows dialog box asking if i want to send a bug report to microsoft. I am now using R 2.2.0 (default install) and am running Windows XP. Typing &

Re: [R] For multiple trellis plot, how to add a global title

2005-11-02 Thread Deepayan Sarkar
On 11/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I use print.trellis() to draw multilple plots in a single frame, but than > how > could add a global title and subtitle to the final plot. Thank you! > > eg code: > print(position=(0,0,1,0,5), more=T, xyplot(...)) > print(position=(0,0

[R] For multiple trellis plot, how to add a global title

2005-11-02 Thread alexfang
I use print.trellis() to draw multilple plots in a single frame, but than how could add a global title and subtitle to the final plot. Thank you! eg code: print(position=(0,0,1,0,5), more=T, xyplot(...)) print(position=(0,0.5,1,0,1), more=F, xyplot(...)) # Will produce error if I put the

[R] R for teaching multivariate statistics (Summary)

2005-10-05 Thread Murray Jorgensen
Greetings all I promised a summary of the responses that I got to my question: "Next year I will be teaching a third year course in applied statistics about 1/3 of which is multivariate statistics. I would be interested in hearing experiences from those who have taught multivariate statistics

[R] R for teaching multivariate statistics

2005-10-03 Thread Murray Jorgensen
Greetings all - Next year I will be teaching a third year course in applied statistics about 1/3 of which is multivariate statistics. I would be interested in hearing experiences from those who have taught multivariate statistics using R. Especially I am interested in the textbook that you used

Re: [R] Installing local packages in R for MacOSX 10.4.2

2005-09-23 Thread Rob J Goedman
OS. On Sep 23, 2005, at 7:24 AM, Booman, M wrote: > Dear all, > > I have been using R for Windows before but recently switched to > Mac. Now I > am confused about how to install local packages using R 2.1.1. on > the Mac. > I found the menu Packages and Data, and have u

[R] Installing local packages in R for MacOSX 10.4.2

2005-09-23 Thread Booman, M
Dear all, I have been using R for Windows before but recently switched to Mac. Now I am confused about how to install local packages using R 2.1.1. on the Mac. I found the menu Packages and Data, and have used it succesfully to install CRAN and Bioconductor packages (all binaries) by selecting

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Gabor Grothendieck
On 9/20/05, Greg Snow <[EMAIL PROTECTED]> wrote: > > >>> Gabor Grothendieck <[EMAIL PROTECTED]> 09/20/05 11:31AM >>> > >> Just one comment here lest we be arguing against a strawman. > >> While I agree that reproducibility can be a problem with pivot > tables > >> if created interactively and this

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Greg Snow
>>> Gabor Grothendieck <[EMAIL PROTECTED]> 09/20/05 11:31AM >>> >> Just one comment here lest we be arguing against a strawman. >> While I agree that reproducibility can be a problem with pivot tables >> if created interactively and this applies to just about anything you do >> in Excel if done in

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Gabor Grothendieck
On 9/20/05, Patrick Burns <[EMAIL PROTECTED]> wrote: > Gabor Grothendieck wrote: > ... > > >The fact that Excel has both an interactive interface and a script-based > >interface whereas R has only a script-based interface puts it ahead, not > >behind, R in at least some respects. > > > > > > Sorr

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Patrick Burns
Gabor Grothendieck wrote: ... >The fact that Excel has both an interactive interface and a script-based >interface whereas R has only a script-based interface puts it ahead, not >behind, R in at least some respects. > > Sorry, but I can't resist: That very much depends on if you are doing som

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Liaw, Andy
ith the pivot table you need > to try and > remember > everything that you clicked on and click on it again. With the R > script file you > just fix the data (or load in the new data) and rerun the script and > your done. > > OK, enough of my ranting, on to helping with yo

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Gabor Grothendieck
On 9/20/05, Greg Snow <[EMAIL PROTECTED]> wrote: > >>> "BANNISTER, Keith" <[EMAIL PROTECTED]> 09/20/05 > 09:46AM >>> > >> > >> Hi, > >> > >> I'd like to use R to do what excel pivot tables do, and plot > results. > > R does not have pivot tables and I hope that it never does. > > My experiance wi

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread hadley wickham
Hi Keith, You might want to check out my reshape package (http://had.co.nz/reshape/) which is very much pivot table inspired. I doesn't produce graphics yet, but the output is very amenable to being fed into existing R graphics function (especially lattice graphics). Hadley

Re: [R] Neat way of using R for pivoting?

2005-09-20 Thread Greg Snow
to do something simple. I can't help but think I'm not "Doing it >> the R way". >> >> I could be using R for the wrong thing, in which case, please tell me off. [snip] "by" is a bit of an overkill for this situation, tapply will probably

[R] Neat way of using R for pivoting?

2005-09-20 Thread BANNISTER, Keith
Hi, I'd like to use R to do what excel pivot tables do, and plot results. I've never used R before, and I've managed to do something, but it's quite a lot of code to do something simple. I can't help but think I'm not "Doing it the R way". I could be us

[R] R for symbian

2005-08-14 Thread Paolo Covelli
Hi, exists one version of R for the Symbian Operating System ? Thanks in advance. Paolo, Italy [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] breaking command in command line in R for Mac Aqua

2005-08-03 Thread Spencer Graves
thing > is that you will typically have forgotten how to do that reliably. > Entering > > $$ > > or > > a b > > is a good guess. The main exception is that you could be in the middle > of a text string, in which case you need a terminating quote first. >

Re: [R] breaking command in command line in R for Mac Aqua

2005-08-03 Thread Peter Dalgaard
uess. The main exception is that you could be in the middle of a text string, in which case you need a terminating quote first. -p > On Tue, 2005-08-02 at 13:34 -0700, Michael Sohn wrote: > > I'm using R for Mac Aqua version 2.1.1 > > > > If at the command line,

Re: [R] breaking command in command line in R for Mac Aqua

2005-08-03 Thread Adaikalavan Ramasamy
://www.xemacs.org/Documentation/packages/html/ess_2.html [2] http://stats.math.uni-augsburg.de/JGR/index.shtml [3] http://www.sciviews.org/_rgui/projects/Editors.html [4] https://stat.ethz.ch/mailman/listinfo/r-sig-mac Regards, Adai On Tue, 2005-08-02 at 13:34 -0700, Michael Sohn wrote: > I'm usi

[R] breaking command in command line in R for Mac Aqua

2005-08-02 Thread Michael Sohn
I'm using R for Mac Aqua version 2.1.1 If at the command line, I type: ls( and then a return, the command line prompt changes to a plus sign indicating that the command has not been completed. How do I break, or kill, the partial command? Sometimes, I type a long command but miss a brack

RE: [R] Using R for classifying new samples

2005-05-27 Thread bogdan romocea
10:56 AM To: r-help@stat.math.ethz.ch Subject: [R] Using R for classifying new samples Hello, I do not have any statistical background, So I shall apologise if I am asking trivial question or help. I am trying to work with R. The problem I have on hand is: I have 2 sets of data(means & SD for

<    1   2   3   4   >