Error when using the psych 'describe' function after recoding variable items from string to numeric

We don't really have enough info to help you out. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

Try making sure it's a number by using:
class(DesktopPersonalityDataCombined_3$demo_3R)

Generally, that's the error you see when the data is a factor or character.

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