0

I have been trouble shooting this the past two days at work. I'm new to R (took one online class last month) and have been self-teaching myself everything else. Discovered the Likert Scales and I want to learn how to use them for some of my data at work.

I'm specifically following along this website: https://jakec007.github.io/2021-06-23-R-likert/

But everything I am doing on my computer and all the different times I restart everything, I am continuously getting this message:

Error in likert(Item ~ ., cookie_data, ReferenceZero = 3, ylab = "Question", : unused arguments (ReferenceZero = 3, ylab = "Question", main = list("Cookie Data", x = unit(0.62, "npc")), auto.key = list(columns = 2, reverse.rows = T))

I went over to my boss's computer and ran through the exact same steps on his RStudio, and it worked like a charm.

Why do I keep getting the "unused arguments" message every time I try to run this on my computer/RStudio?

Tried following the exact steps on the website, restarted RStudio, restarted my whole computer. Cannot get this package to work!

Progman
  • 16,827
  • 6
  • 33
  • 48
  • Greetings! Usually it is helpful to provide a minimally reproducible dataset for questions here so people can troubleshoot your problems (rather than a table or screenshot for example). One way of doing is by using the `dput` function on the data or a subset of the data you are using, then pasting the output into your question. You can find out how to use it here: https://youtu.be/3EID3P1oisg – Shawn Hemelstrand Jan 21 '23 at 02:28

0 Answers0