hii, I'm new to RStudio and I want to ask. Why "unexpected symbol" appeared when I try to run this formula:
goals_cat <- cut(goals, breaks=c(0,15,30,45,60,75,90,96),
labels=c(15,30,45,60,75,90,96))
plot.ecdf(as.numeric(as.character(goals_cat))
Help me, please
Thanks before.