[rkward] [Bug 404431] RKWard crashes when changing the class of an opened object
m.eik michalke
bugzilla_noreply at kde.org
Wed Sep 21 12:44:55 BST 2022
https://bugs.kde.org/show_bug.cgi?id=404431
m.eik michalke <bugs.kde.org at ad.gelduntergang.biz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugs.kde.org at ad.geldunterga
| |ng.biz
--- Comment #3 from m.eik michalke <bugs.kde.org at ad.gelduntergang.biz> ---
(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.
More information about the rkward-devel
mailing list