[R] survey package

2003-01-27 Thread Marwan Khawaja
This is great! Thanks Thomas! Marwan -Date: Sat, 25 Jan 2003 11:55:12 -0800 (PST) -From: Thomas Lumley [EMAIL PROTECTED] -To: [EMAIL PROTECTED] -Subject: [R] survey package -A new package `survey' for analysing complex survey samples is on CRAN. I-t handles stratification, clustering, and

Re: [R] google

2003-01-27 Thread Murray Jorgensen
That's good. But it will probably not take you to other pages where people mention that they are using R for something, which is a bit of a pity. Rafael A. Irizarry wrote: fyi, I typed R in google and hit the I'm feeling lucky botton... it took me to http://www.r-project.org -rafael ps -

Re: [R] Multinomial Logit Models

2003-01-27 Thread Laura Gross
Hi, Thanks for that help. In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes On Fri, 24 Jan 2003, L.E.Gross wrote: I am wanting to fit some multinomial logit models (multinom command in package nnet) Is it possible to do any model checking techniques on these models e.g. residual,

[R] [off] Statistical list

2003-01-27 Thread Ronaldo Reis Jr.
Hi all, Anybody know if exist a good statistical list? A list for discuss about different means to work in the same dataset. The profit and cost of each mean. Thanks for all Inte Ronaldo -- O fracasso e a oportunidade de comecar de novo inteligentemente -- | //|\\

Summary: [R] books on categorical data analyses

2003-01-27 Thread Ramon Diaz
Dear All, I received several helpful replies to my original query (reproduced below); thanks to Frank Harrell, Paul Hewson, Pat Althman, and Chunlou Yung. Basically, I was directed to Laura Thompsons' S-PLUS manual for Agresti's 1990 Categorical Data Analysis (available from

Re: [R] re: box counting method and other landscape ecology measures

2003-01-27 Thread Manuel Castejón Limas
Dear Rohan, Have a look at the fdim library, it may be of interest to you as far as fractal dimension (or box counting if you prefer) is concerned. Best wishes, Manuel Castejon __ [EMAIL PROTECTED] mailing list

[R] boot error message

2003-01-27 Thread Ernesto Jardim
Hi I'm using boot.ci to calculate the bca CI. However I'm getting an error message that I can not understand, can someone help me with this ? blm8901.P1.bca - boot.ci(blm8901,type=c(bca),index=1) Error in if (!all(rk 1 rk R)) warning(Extreme Order Statistics used as Endpoints) :

Re: [R] Multinomial Logit Models

2003-01-27 Thread ripley
On Mon, 27 Jan 2003, Laura Gross wrote: Hi, Thanks for that help. In message [EMAIL PROTECTED], [EMAIL PROTECTED] writes On Fri, 24 Jan 2003, L.E.Gross wrote: I am wanting to fit some multinomial logit models (multinom command in package nnet) Is it possible to do any model

[R] seMethod for tkpack and tkgrid

2003-01-27 Thread Lars Hougaard Hansen BSA
I have a problem, regarding setMethod for tkpack and tkgrid. Please see attached file. I am using a Linux-gnu platform and the 1.7.0 version of R. Lars Hougaard Hansen ## problem regarding setMethod for tkpack and tkgrid. library(methods) library(tcltk) # a class, select, is

[R] Re: Problems for 13 year old

2003-01-27 Thread Jim_Garrett
How about spam filtering? Granted, there's some infrastructure involved, which means gratification is not instant. But it involves something that most people who use computers care about: e-mail, and spam. I mention this because the following web site sparked some interest in statistics among

RE: [R] Problems for 13 year old

2003-01-27 Thread Stuart Luppescu
On Fri, 2003-01-24 at 21:17, Kloss, Burkhard wrote: There was some discussion on python news groups of an introductory programming course based on python, which is similar in structure to the S language. (Note I said similar - no flames please.) That may also be a source of examples.

[R] Conditioned file Import?

2003-01-27 Thread Robert Schick
I'm using R 1.6.2 on Windows 2000. I have two similar sets of files in two different directories. One contains species presence data and environmental measurements; the other contains species absence data and environmental measurements for the same variables as the presence data. The absence

Re: [R] Conditioned file Import?

2003-01-27 Thread ripley
On Mon, 27 Jan 2003, Robert Schick wrote: I'm using R 1.6.2 on Windows 2000. I have two similar sets of files in two different directories. One contains species presence data and environmental measurements; the other contains species absence data and environmental measurements for the same

[R] Please begin a new subject if your post isn't a response to a previous one

2003-01-27 Thread Patrick Connolly
Most mornings, I have over a screenful of messages mostly from R-help and it's very useful to have them threaded. However, the usefulness of threading is lost when posters reply to a message and then change the subject instead of creating a new message. People who don't have a mail client that

Re: [R] Plotting coloured histograms...

2003-01-27 Thread kjetil brinchmann halvorsen
On 25 Jan 2003 at 22:21, Fernando Henrique Ferraz Pereira da Rosa wrote: Hola! Maybe this may be of help: x - rnorm(100,2,2) y - rnorm(200, 4,3) hist(x) hist(y, add=TRUE) # which gives a confusing result. Better is: hist(x, freq=FALSE) hist(y, add=TRUE, freq=FALSE) # But it is

[R] Irregular time series

2003-01-27 Thread Damon Wischik
I have an irregular time series, stored as a data frame, in the form Time Bytes 57213.191 20 57213.193 20 57213.300 23 ... ... How should I convert this into a regularly-spaced time series? I have in mind to divide time into equal-sized intervals, and sum the number

[R] iterative proportional fitting in R?

2003-01-27 Thread nels.tomlinson.1
Hi, We have some sample data from the US census, and we know the marginal totals for the population. We need to make the population estimates add up to the correct sums. I have two questions: Is there some package in R which does this adjustment, by any means? Is there some more modern

Re: [R] repeated measures: Greenhouse-Geisser correction

2003-01-27 Thread ripley
That's a kludge. You can analyse such models in a principled way using either summary.manova or lme, both of which model the correlation in the `repeated measures' rather than wish it away. Could you try to use a more informative subject? Although I knew what the correction was, I have never