Hello everyone, I have a project due 13th January and I'm really not a pro with R Studio.
I solved the tasks but the prof said there can't be any mistakes so I wanted to ask if anyone here could maybe go through my r code with me (maybe via zoom even or something similar)
A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here.