On Thu, 2007-11-01 at 08:09 -0800, amna khan wrote: > Hi Sir > > I did find ctest package from CRAN. > Where it can be found? > > Regards
It has been merged into 'stats' now, so isn't needed - you'll see this warning if you try to load it: > require(ctest) Loading required package: ctest Warning message: package 'ctest' has been merged into 'stats' 'stats' is part of base R so you don't need to load anything to use functionality that used to be in ctest. You could, of course have found all this out for yourself. Please *do* learn to help yourself by availing yourself of the inbuilt search tools in R Your first port of call should have been > RSiteSearch("ctest") Which would open results in your web browser and the 3rd hit therein gives you essentially the same answer as I have here. HTH G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Dr. Gavin Simpson [t] +44 (0)20 7679 0522 ECRC, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT. [w] http://www.freshwaters.org.uk %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.