Hello,
Im really struggling with my R at the moment. I have a dataset with some amount of questions, and Im investigating the extreme answers given. In a 1-5 scale, thats 1 and 5. For that I wrote a code (Question 1 is called Q1S5):
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.