https://bugs.kde.org/show_bug.cgi?id=404431
m.eik michalke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ng.biz --- Comment #3 from m.eik michalke <[email protected]> --- (In reply to Matthias from comment #0) > STEPS TO REPRODUCE > 1. Run: > > library(likert) > library(dplyr) > > df <- data.frame(x = c("A lot", "Some", "Not at all")) > df <- mutate(mydata, x_recoded = recode(x, "A lot" = 1, "Some" = 2, "Not at > all" = 3)) > > 2. Open df in RKWards viewer > > 3. Run "df <- likert(df) using RKWard 0.7.4z+0.7.5+devel3 with R 4.2, i can't run this code. assuming, that "mydata" is to be replaced with "df", the call to likert() results in: Error in likert(df) : All items (columns) must have the same number of levels -- You are receiving this mail because: You are the assignee for the bug.
