Hai i just wanted to know how we can find the package of a dataset, eg: how can i find the package in which the dataset *iris* is present Ram [[alternative HTML version deleted]]
On 18.04.2011 14:58, Ramnath R wrote:> Hai > i just wanted to know how we can find the package of a dataset, eg: how can > i find the package in which the dataset *iris* is presentType ?iris Uwe Ligges> Ram > > [[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.
On Apr 18, 2011, at 8:58 AM, Ramnath R wrote:> Hai > i just wanted to know how we can find the package of a dataset, eg: > how can > i find the package in which the dataset *iris* is present?data -- David Winsemius, MD West Hartford, CT
Am 18.04.2011 14:58, schrieb Ramnath R:> Hai > i just wanted to know how we can find the package of a dataset, eg: how can > i find the package in which the dataset *iris* is present > RamHi, if you have the package installed, go > ?iris to find out which package it belongs to. If not, just google "R iris" and click the links until you land here: http://stat.ethz.ch/R-manual/R-patched/library/datasets/html/iris.html it says iris {datasets} in the top line. Package "datasets". Try it yourself, maybe with "votes.repub". -- Alex