Search found 17 matches

by vjalby
Sat Jun 07, 2025 9:41 pm
Forum: Module development
Topic: Likert Plot
Replies: 2
Views: 119986

Re: Likert Plot

1a) if you group "by group", the whole variable name is displayed : https://vincent.jalby.org/tmp/likert.jpg Not sure it makes sense when grouping "by variable" 1b) I may. Tell me what you expect by PM. 2+3) https://www.mdpi.com/2673-8392/5/1/18 may be a good start. To be concise...
by vjalby
Wed Apr 09, 2025 10:39 am
Forum: jamovi development
Topic: Spacing between columns / Cell.BEGIN_GROUP like
Replies: 2
Views: 39145

Spacing between columns / Cell.BEGIN_GROUP like

Hi, i'm working to a module with a wide table with several groups (with superTitle) of columns. It seems there's no way to specify the "spacing" between two adjacents groups (as we can for row groups with format / Cell.BEGIN_GROUP). I tried to add an empty column, but the result doesn't lo...
by vjalby
Tue Jan 07, 2025 11:27 am
Forum: jamovi development
Topic: 2.6.19/21 export bug
Replies: 3
Views: 67266

Re: 2.6.19/21 export bug

Sorry, but maybe another bug with 2.6.21 mac-arm (but not in 2.6.19) : jamovi fails to open files (omv/sav/XLSX) when using the "system" dialog (||| > Open > "Browse") showing an "Uploading" message forever, while it works if I use the jamovi-built-in file-system dialog...
by vjalby
Mon Jan 06, 2025 2:30 pm
Forum: jamovi development
Topic: 2.6.19/21 export bug
Replies: 3
Views: 67266

2.6.19/21 export bug

Happy New Year to all ! With the latest version of jamovi (at least the 2 lasts, Mac-Silicon), when exporting results (|||>Export > pdf), the title of tables (eg. "One Sample T-Test") is displayed BELOW the names of columns (eg. "Statistic, df, p"). It happens with Descriptive an...
by vjalby
Fri Oct 25, 2024 2:03 pm
Forum: Module development
Topic: additional ggplot2 stat layer
Replies: 2
Views: 75010

Re: additional ggplot2 stat layer

I ran into the same problem while using the prop stats (after_stat(prop) / stat= "prop"). I think I was able to fix it using the (alt ?) name "StatProp" instead of "prop". (StatProp is explicitly exported by ggstats in NAMESPACE file). There's also "StatCross"...
by vjalby
Sun Oct 06, 2024 8:46 pm
Forum: Module development
Topic: Likert Plot
Replies: 2
Views: 119986

Likert Plot

Hello all, I made a module to plot Likert scaled variables using Larmarange's R package ggstats. The module is available at https://github.com/vjalby/vijLikert (the built module is for Apple Silicon). Here a screenshot https://raw.githubusercontent.com/vjalby/vijLikert/refs/heads/main/vijLikert.jpg ...
by vjalby
Thu Jun 20, 2024 10:10 am
Forum: General
Topic: Multi response variable sets
Replies: 7
Views: 35152

Re: Multi response variable sets

My module vijMR can already deal with multipleResponse variable sets. It's available in jamovi library. I'm working to add spss-like crosstab to it (MR x factor). The dev version is available at https://github.com/vjalby/vijMR/tree/dev It would be very helpful to have your feedback (ok UI is not don...