Hello, I need to use a procedure in R that similar to lme in Splus.. is this particular procedure has been implemented in the recent version? thanks. Regards, Peppy Adi-Purnomo Energy Market Analyst Energy Link Ltd Telp.: +64 3 479 2475 Fax. : +64 3 477 8463 www.energylink.co.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peppy Adi Purnomo wrote:> I need to use a procedure in R that similar to lme in Splus.. is this > particular procedure has been implemented in the recent version? thanks.Have a look at the package "nlme", available at CRAN. Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Fri, 22 Sep 2000, Peppy Adi Purnomo wrote:> Hello, > > I need to use a procedure in R that similar to lme in Splus.. is thisWhich S-PLUS? The version of lme in S-PLUS 2000 (and the announced 6.0) is closely related to that in the add-on package nlme available from CRAN (version numbers 3,x). Earlier versions of S-PLUS are based on nlme2 and have a different syntax. I suggest you use the nlme3 version even if you have to convert example S-PLUS code. (Both Pinheiro & Bates' book and V&R3 use the nlme syntax.)> particular procedure has been implemented in the recent version? thanks.(Recent version of what? R's current philosophy is to have a fairly small core and lots of fairly small add-on packages, some of which ship with R and more of which are on CRAN. At present that's needed for memory and performance reasons. It's also helpful to distribute R in fairly small pieces for download.) -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello, do I get this from the contrib section? there is nlme.zip there but not sure how to implement it into my R (my version is 1011). thanks. Peppy -----Original Message----- From: Prof Brian D Ripley [mailto:ripley at stats.ox.ac.uk] Sent: Friday, 22 September 2000 18:34 To: Peppy Adi Purnomo Cc: 'R - Help desk' Subject: Re: [R] lme On Fri, 22 Sep 2000, Peppy Adi Purnomo wrote:> Hello, > > I need to use a procedure in R that similar to lme in Splus.. is thisWhich S-PLUS? The version of lme in S-PLUS 2000 (and the announced 6.0) is closely related to that in the add-on package nlme available from CRAN (version numbers 3,x). Earlier versions of S-PLUS are based on nlme2 and have a different syntax. I suggest you use the nlme3 version even if you have to convert example S-PLUS code. (Both Pinheiro & Bates' book and V&R3 use the nlme syntax.)> particular procedure has been implemented in the recent version? thanks.(Recent version of what? R's current philosophy is to have a fairly small core and lots of fairly small add-on packages, some of which ship with R and more of which are on CRAN. At present that's needed for memory and performance reasons. It's also helpful to distribute R in fairly small pieces for download.) -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peppy Adi Purnomo wrote:> > Hello, > > do I get this from the contrib section? there is nlme.zip there but not > sure how to implement it into my R (my version is 1011).Right. You get it for example at http://cran.r-project.org/bin/windows/windows-NT/contrib/ How to install packages is described in the R for Windows FAQ, section 3.1. Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
At 18:03 25/09/00 +1200, you wrote:>Hello, > >do I get this from the contrib section? there is nlme.zip there but not >sure how to implement it into my R (my version is 1011). > >thanks. >PeppyI guess you are under Windows. In the R for Windows-FAQ... 3.1 Can I install packages (libraries) in this version? Yes, of course. The easy way is to see if a pre-compiled binary version of the package is available: look on CRAN at bin/windows/windows-NT/contrib. If there is, download the zip file and unpack it in the rwXxxx\library directory, using unzip or similar, or using the installer rwinst.exe. Perhaps even easier is to use the R function install.packages(): check out its help page. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Dear R Folk, Is there a function to do a chi-square test for trend or equivalent in R. I can write one myself but I was wondering, before I get down to it, if I need to re-invent the wheel. Thanks Mark -- Mark Myatt -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._