Column 7 of "oded" is "Breed". If I enter
> summary(Breed)
I get the counts of the numbers in each breed.
However, if I enter
I have tried
> hist($Breed)
Error: unexpected '$' in "hist($"
> hist(Breed)
Error in hist(Breed) : object 'Breed' not found
> hist("Breed")
Error in hist.default("Breed
I have a project that I have to do this Friday-Sunday. I have 2 dirty excel
spreadsheets that I need brought into R, cleaned up, and then some
descriptive statistics run. I am very new to R and not having fun. I can
pay, but you will need to 1) be expert and 2) be willing to show me how the
work is
I saved what I consider a medium size Excel file--about 2000x 40 as a CSV.
I am NOT sure the save went well as it took over five minutes to do it
(Intel i7 running at 240 GHz, 12 GB RAM).
When I put in the following code , I get a "+" instead of ">".
read.table("c:/us
3 matches
Mail list logo