Help for a project

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)

Regards

Actually, if you have the project up and running it sounds like you are fine unless the prof is being very picky about formatting or something.

You could post code and some sample data here and see if anyone has comments. See FAQ: How to do a minimal reproducible example ( reprex ) for beginners

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.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.