Displaying 1 result from an estimated 1 matches for "mdgdatasetadapt".
Did you mean:
mdgdatasetadapted
2012 Nov 18
2
Question about making histogram and x must be numeric
Hello all,
I hope someone of you can help me out, I have searched other posts as well
but I can't find any solution to the problem I'm dealing with.
I want to make a histogram from the data Telephone Lines
MDGdataset <-read.csv("MDG_dataset_2010.csv", header=T)
MDGdatasetAdapted <- subset(MDGdataset, select = c(Country_Code,
Country_Name, Year, GNI.per.capita..Atlas.method..current.US..,
Telephone.lines..per.100.people., Internet.users..per.100.people.))
MDGdatasetAdapted
MDGdatasetAdapted <- na.omit(MDGdatasetAdapted)
names(MDGdatasetAdapted) <- c("Code&qu...