Message-ID: <4DAC374B.4050805@chaotic-neutral.de>
Date: 2011-04-18T13:06:19Z
From: Alexander Engelhardt
Subject: (no subject)
In-Reply-To: <BANLkTi=330Ravd30r9UDaroaMXSdjYW2nA@mail.gmail.com>
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
> Ram
Hi,
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