I use this code to read an spss file:
dt<-read.spss("dt.sav",to.data.frame = TRUE,use.value.labels = TRUE)
But I got this error:
Warning message:
In
levels<-
(*tmp*
, value = if (nl == nL) as.character(labels) else paste0(labels, : duplicated levels in factors are deprecated
I didn't find anything about it. Could anyone help me?