"Error: Can't convert <haven_labelled> to character"

Viewed 4391

My student and I both loaded the same dataset, installed the same packages, and were running the same code. When I run "frq" I get a frequency table and the variable is labeled as "numeric." When my student runs the same code, she gets "Error: Can't convert <haven_labelled> to character."

Any thoughts on where we might be going wrong?

1 Answers

I got same problem. I used library(tidyverse) and it helps.

Related