Hi, I am trying to put this into R, but it keeps telling me I have an "unexpected symbol". I even don't know what I have to do (I'am on the Beginner Level in R).
Anpassung <- rpart(dataset ~ Alter + Tarifgruppe + Fahrerkreis + Schadenfreiheitsklasse + Regionalklasse + Typklasse + jährliche Fahrleistung + Fahrzeugalter + Abstellort + Beitragszahlung, data = Training)
Thanks for your help!