[R] PLS regression?

2003-01-14 Thread OTAB (Olivier Taboureau)
Hi all, I would like to do some QSAR analysis (quantitative structure activity relationship). I need to use some Partial Least Squares (PLS) regression, but I have not seen this option on the R-project. Is it possible to do this kind of regression on R? thank you in advance best regards, olivier

[R] Random number generator in R compared to S

2003-01-14 Thread Alain LE TERTRE
I'm doing some simulations for which i need to use both S-plus and R. I generate in S+ some random normal distributions to define one dataset by iteration. I need to use the same dataset generated in S-plus in R. I was first thinking to generate in R the same dataset by using the same random

[R] Problem with pdf()

2003-01-14 Thread alessandro . valli
Hallo, I noted the PDF format of pdf() beeing PDF-1.1. I would like to know if it is possible to generate PDF files in PDF-1.2. For some strange reason it is not possible to visualize certain pdf files generated via R on IE 5.5 (using AR 5.1). But converting this to PDF-1.2 (using postscript()

Re: [R] building R1.6.2 from source (windows2k)

2003-01-14 Thread Christian Schulz
Do read more carefully. The file INSTALL says `doc/manual'! many thanks ! I work with the very usefuel manual R for Windows Users 2.0 from Ko-Kang Kevin Wang , but IMHO here is a small mistake (Page 13!) ? Sorry for my newbie problems, but why the make docs ends not fine and the make

Re: [R] graphics landscape orientation

2003-01-14 Thread ripley
That's a function of the R graphics driver, e.g. the horizontal arg in postscript() or set a landscape format width and height in pdf() or win.metafile() or On Tue, 14 Jan 2003, Juan Ramon Gonzalez wrote: I would like to know how I can get the resulting graphic of the function

Re: [R] residuals() with missing data, alignment to original dataset

2003-01-14 Thread ripley
na.action=na.exclude does this. On Tue, 14 Jan 2003 [EMAIL PROTECTED] wrote: Hello, I have a data frame and want to do the following. Do a regression of one variable versus another: fit - lm(a ~ b) Then I would like to plot the residuals of this fit versus a third variable:

[R] export result files (loop problem?)

2003-01-14 Thread Christian Schulz
i'm experimenting with several possibilities produce and export plot/result files. I attempt a lot of things, the file which i want in most ways written but empty, i.e. pdf,write,sink. One exception which works correct for me in the loop is write.table(data,file=dataname). The way without a loop

[R] comparing class() -- R=NULL and S+=numeric

2003-01-14 Thread [EMAIL PROTECTED]
I'm just reading Modern Applied Statistics with S, 4th Ed., Venables and Ribley I'm typing in their examples in both R and S+. I need insight in the difference in the class() statement shown in Chap. 2. Example from book: names(powers.of.pi) - -2:2 powers.of.pi -2-1 0

Re: [R] comparing class() -- R=NULL and S+=numeric

2003-01-14 Thread Peter Dalgaard BSA
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: I'm just reading Modern Applied Statistics with S, 4th Ed., Venables and Ribley I'm typing in their examples in both R and S+. I need insight in the difference in the class() statement shown in Chap. 2. Example from book: names(powers.of.pi)

[R] Re: R-help digest, Vol 1 #45 - 24 msgs

2003-01-14 Thread David Duffy
[EMAIL PROTECTED] asked: Surely, I just have a mental block and there is a more elegant way of creating a summary count (other than extracing it from ftable). I'd like to create a new data.frame containing counts of spell by loc ie have three columns showing spell,loc,count. Below the

Re: [R] How to change the label position in axis() ?

2003-01-14 Thread Ben Bolker
See ?par, the source of all wisdom: par(las=1) On Tue, 14 Jan 2003 [EMAIL PROTECTED] wrote: Dear R People, I'm working on a plot function to produce the graph shown below. One of the features my supervisor does not like is that the labels in the Y- axix are shown vertically. Is there

[R] Mandrake packages for R-1.6.2 uploaded

2003-01-14 Thread mikalzet
Mandrake packages for R 1.6.2 have been uploaded and will propagate through CRAN in due course. -- Michele Alzetta __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help

[R] Is R really an open source S+ ?

2003-01-14 Thread [EMAIL PROTECTED]
This is not a criticism. I'm just curious. Is there an effort to keep R comparable to S+? Or are the two languages diverging? I am doing what probably legions have done before me, and legions will after me...using R on examples from text books written with S+ code. Most of the time everything

RE: [R] Is R really an open source S+ ?

2003-01-14 Thread Liaw, Andy
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] This is not a criticism. I'm just curious. Is there an effort to keep R comparable to S+? Or are the two languages diverging? I am doing what probably legions have done before me, and legions will after me...using R on examples

[R] Why are default sizes of plotting characters different?

2003-01-14 Thread Patrick Connolly
I had occasion to use panel.superpose to draw points in a lattice plot, and chose to set the size to 1.1 using trellis.par.set(). I also wished to add some other plotting characters which I did with grid.points. To get them looking like the same size as those done with panel.superpose, I needed

Re: [R] install problem: gpclib

2003-01-14 Thread Markus Neteler
On Tue, Jan 14, 2003 at 01:39:03PM -0500, Robert Gentleman wrote: On Tue, Jan 14, 2003 at 07:35:21PM +0100, Markus Neteler wrote: R-161 R : Copyright 2002, The R Development Core Team Version 1.6.1 (2002-11-01) [...] system(R CMD INSTALL gpclib_1.0-1.tar.gz) WARNING: ignoring

Re: [R] Universal legend for graph...

2003-01-14 Thread Uwe Ligges
Vumani Dlamini wrote: Dear R-Users: I am trying to create a graph with 6 panels, but would like to have a universal legend as each panel merely denotes a separate stratum. The legend has to be at the bottom. I use par(mfrow=c(2,3)) to get the panels, but am not sure how to put the legend

Re: [R] building R1.6.2 from source (windows2k)

2003-01-14 Thread Uwe Ligges
Christian Schulz wrote: Do read more carefully. The file INSTALL says `doc/manual'! many thanks ! I work with the very usefuel manual R for Windows Users 2.0 from Ko-Kang Kevin Wang , but IMHO here is a small mistake (Page 13!) ? Sorry for my newbie problems, but why the make docs ends not