RES: [R] Developing R classes

2004-12-30 Thread Gilvan
60 Usd! Thanks again and have a nice 2005 ! Gilvan Justino [EMAIL PROTECTED] -Mensagem original- De: David Kane [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 29 de dezembro de 2004 12:07 Para: Gilvan Justino Cc: r-help@stat.math.ethz.ch Assunto: Re: [R] Developing R classes Gilvan

Re: [R] Developing R classes

2004-12-29 Thread David Kane
Gilvan Justino writes: Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I have faced a similar problem. Here is the summary of what I have been able to find (including some of the responses that you have already received) with a focus on S4

[R] Developing R classes

2004-12-28 Thread Gilvan Justino
Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I read there is 2 ways to write classes, using S3 ou S4 models. And it seems that S4 is the best model, so I thing I should use this one. I´m new user of R and I´m searched on the net some

RE: [R] Developing R classes

2004-12-28 Thread Liaw, Andy
Fritz's lecture at useR! 2004 may also be a good starting point: http://www.ci.tuwien.ac.at/Conferences/useR-2004/Keynotes/Leisch.pdf Andy From: Gilvan Justino Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I read there is 2 ways to

RE: [R] Developing R classes

2004-12-28 Thread Gabor Grothendieck
and read the source code for package `zoo' for S3 and package `its' for S4. Both packages define irregular time series classes. Date: Tue, 28 Dec 2004 13:46:10 -0300 (ART) From: Gilvan Justino [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Subject: [R] Developing R classes Hi, I´m trying

Re: [R] Developing R classes

2004-12-28 Thread Thomas Lumley
On Tue, 28 Dec 2004, Gilvan Justino wrote: Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I read there is 2 ways to write classes, using S3 ou S4 models. And it seems that S4 is the best model, so I thing I should use this one. There's a small

Re: [R] Developing R classes

2004-12-28 Thread Robert Gentleman
And some notes on the Bioconductor developer page. On Dec 28, 2004, at 9:38 AM, Thomas Lumley wrote: On Tue, 28 Dec 2004, Gilvan Justino wrote: Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I read there is 2 ways to write classes, using S3 ou S4

Re: [R] Developing R classes

2004-12-28 Thread Frank E Harrell Jr
). Frank Date: Tue, 28 Dec 2004 13:46:10 -0300 (ART) From: Gilvan Justino [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Subject: [R] Developing R classes Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I read there is 2 ways to write