hi! thanks for your reply,really appreciate it,ive been staring at it too long i didnt even realise haha but im still getting this error? "Error in fortify():
! data must be a data frame, or other object coercible by fortify(), not a character vector.
Run rlang::last_error() to see where the error occurred."
students=c("index","school","sex","age","address","famsize","Pstatus","Medu","Fedu","Mjob","Fjob","reason","guardian","traveltime","studytime","failures","schoolsup","famsup","paid","activities","nursery","higher","internet","romantic","famrel","freetime","goout","Dalc","Walc","health","absences","G1","G2","G3")
data.frame(students)
ggplot (students , aes(x = famsize, y = famrel)) + geom_line () + geom_point()
this is the code i have right now!