What does the rpart “Error in as.character(x) : cannot coerce type 'builtin' to vector of type 'character' ” message mean?
问题 I've been banging my head against rpart for a few days now (trying to make classification trees for this dataset that I have), and I think it's time to ask a lifeline at this point :-) I'm sure it's something silly that I'm not seeing, but here's what I've been doing: EuropeWater <- read.csv(file=paste("/Users/artessaniccola/Documents/", "Magic Briefcase/CityTypology/Europe_water.csv",sep="")) library(rpart) attach(EuropeWater) names(EuropeWater) [1] "City" "waterpercapita_m3" "water_class"