[R] Plot ticks and tick labels: thickness, colour?

2003-08-10 Thread Dirk Eddelbuettel
I am displaying several series in one plot, and would like to make them distinct without having to employ a legend. I managed to color tickmarks, but have been unsuccessful with either one of a) making tickmarks thicker (without increasing the axis at the same time). From reading ?axis:

[R] Question about 'NA'

2003-08-10 Thread Christian Mora
Hi all, Ive got a database with 10 columns (different variables) for 100 subjects, each column with different # of NA's. I'd like to know if it is possible to use a function to exclude the NA's using only a specific column, lets say: Data2 - omit.exclude(Data1$column1) ??, then Data3 -

Re: [R] gregmisc

2003-08-10 Thread Stefano Iacus
In Carbon R 1.7.1 recommnded packages are already installed. VR itself is a bundle of package and not a package itself. MASS, rpart, spatial and nnet are already present in Carbon R. BTW, From 1.8.0 MacOS X users can take advange of the new (forthcoming) RAqua (http://www.economia.unimi.it/R/

[R] probability plot correlation coefficient

2003-08-10 Thread anne
As a newbie to R, I'm still rather at a loss for finding information (the commands names can be rather arcane)so I'm just posting my question: I would like to estimate the shape coefficient of diverse distributions (Weibull, gamma and Tukey-Lambda specifically, but other could be of interest)

Re: [R] installing add-on packages on OS X

2003-08-10 Thread Philippe Glaziou
mpie [EMAIL PROTECTED] wrote: This is probably a stupid question, but since I'm a newbie on R, here it goes. I got R 1.6.2 running on OS 10.1.5 and I'm trying to install an add-on package. I couldn't find info on installing this in a mac. Can anyone give me some pointers? See R-admin.

Re: [R] 3D matrix

2003-08-10 Thread Prof Brian Ripley
Do you mean a 3-dimensional array? If so see the help for array(). In S/R terminology, a matrix is 2D, by definition. On Tue, 5 Aug 2003, Marcel Vieira wrote: Is it possible to define a 3 dimension matrix in R? (without using list - if possible) -- Brian D. Ripley, [EMAIL

Re: [R] robust regression

2003-08-10 Thread Joerg Schaber
Hi, the package is called quantreg and yes, it solved my problem. LAD regression was actually the method I was looking for, thanks a lot. However, some of my problems are rather large and even if I use the method 'fn' and 'pfn' recommended for large problems in 'rq' I get an error: res -

[R] L10N and i18n of R

2003-08-10 Thread Shigeru Mase
Dear R-users of non-English speaking countires. Maybe a good news for those who want to use R in their local languages. Recently two Japanese, E. Nakama and M. Okada, succeeded in making R speak Japanese. At present, R can handle Japanese (as well as other languages, I guess) character strings if

Re: [R] packages on R on a Mac

2003-08-10 Thread Thomas Lumley
On Tue, 22 Jul 2003, Roger Coupal wrote: Hello, i am new to R and have it on my Mac with OSX 10.2. I downloaded the systemfit package and tried to run it and it didn't work. I think i need to install the package, or update R to let it know that I have that in the library. (i simply placed the

[R] read.spss doesn't work anymore

2003-08-10 Thread Hedderik van Rijn
A couple of months ago, probably using an older version of R, R used to run the following code just fine: library(foreign) data.exp1 - as.data.frame(read.spss(dataDef.sav)) Issuing the same commands now (after starting R using --vanilla), gives me the following behavior: library(foreign) x

RE: [R] index all subsets of k of m items?

2003-08-10 Thread Liaw, Andy
help.search(subset) on my R installation gives: nchoosek(vsn)List all subsets of size k from n objects and vsn is one of the Bioconductor packages. From that, the index.subsets() you want shouldn't be too hard to construct... HTH, Andy -Original Message- From: Spencer

[R] high memory allocation

2003-08-10 Thread gowuban
Hello, I have trouble with my cluster analysis using package cluster. diana and agnes both seem to try to allocate memory directly, so I can not use virtual memory of my Windows2000 operation system. I do have 320 MB of memory. But they claim about 600 MB. Do I have a chance to do the analysis