[R] Missing datasets (2.13.1)

Philippe Grosjean phgrosjean at sciviews.org
Mon Aug 15 11:05:25 CEST 2011


On 15/08/11 10:44, Uwe Ligges wrote:
>
>
> On 15.08.2011 10:26, Sierra Bravo wrote:
>> Thanks Uwe, Dennis.
>>
>> However, I'm unable to make progress...this is what I get:
>>
>>> data(ToothGrow)
>> Warning message:
>> In data(ToothGrow) : data set 'ToothGrow' not found
>>
>>> ToothGrow
>> Error: object 'ToothGrow' not found

Just read the error message to understand what happens. Basically, it 
says that 'ToothGrow' does not exist. I suspect that you are looking for:

data(ToothGrowth)

Best,

Philippe Grosjean


> What happens if you type
>
> library("datasets")
>
> Sounds like your R installation is either broken or misconfigured.
>
> Best,
> Uwe Ligges
>
>>
>>
>> TIA
>>
>>
>> s.b.
>>
>>
>>
>> --
>> View this message in context:
>> http://r.789695.n4.nabble.com/Missing-datasets-2-13-1-tp3743896p3744123.html
>>
>> Sent from the R help mailing list archive at Nabble.com.
>>
>> ______________________________________________
>> 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.
>
> ______________________________________________
> 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.
>
>



More information about the R-help mailing list