Dear All, I have to install 'stats' package in my windows machine, could you let me know how to install the package? Look forward to your assistance, Ajay. ------------------------------------------------------------- Ajay Singh, Ph.D. |Tel: +91-22 25764785 Research Scientist, |Fax: 091-22-25722872 S.J.M. School of Management, |Telex:011-71923 IITB IN INDIA. | See the Web's breaking stories, chosen by people like you. Check [[alternative HTML version deleted]]
It should not require installation. It's part of the base distribution. What makes you think you do not have it as already? What does this report: installed.packages(priority="base") ? -- David On Sep 3, 2009, at 6:01 AM, Ajay Singh wrote:> Dear All, > I have to install 'stats' package in my windows machine, could you > let me know how to install the package? > Look forward to your assistance, > > Ajay. > > ------------------------------------------------------------- > > Ajay Singh, Ph.D. |Tel: +91-22 25764785 > > Research Scientist, |Fax: 091-22-25722872 > > S.J.M. School of Management, |Telex:011-71923 IITB IN > > > > INDIA. | > > > > > See the Web's breaking stories, chosen by people like you. > Check > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.David Winsemius, MD Heritage Laboratories West Hartford, CT
Hi Ajay, To install new packages try: install.packages("package_name", dependencies=T) But stats is part of base R. :-) bests miltinho On Thu, Sep 3, 2009 at 6:01 AM, Ajay Singh <ajayvisen@yahoo.co.in> wrote:> Dear All, > I have to install 'stats' package in my windows machine, could you let me > know how to install the package? > Look forward to your assistance, > > Ajay. > > ------------------------------------------------------------- > > Ajay Singh, Ph.D. |Tel: +91-22 25764785 > > Research Scientist, |Fax: 091-22-25722872 > > S.J.M. School of Management, |Telex:011-71923 IITB IN > > > > INDIA. | > > > > > See the Web's breaking stories, chosen by people like you. Check > [[alternative HTML version deleted]] > > ______________________________________________ > 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]