Search found 8 matches

by vjalby
Sun Feb 25, 2024 6:41 pm
Forum: jamovi development
Topic: Loading plot in Factor / PCA
Replies: 0
Views: 2881

Loading plot in Factor / PCA

Hi, SPSS Factor method (Analyze > Dimension Reduction > Factor) can display the loading plot for two first components (the option is hidden in Rotation option dialog). It's very helpful to teach PCA. Is it possible to add this option to Jamovi Principal Component Analysis from Factor menu ? MEDA (Fa...
by vjalby
Sun Feb 25, 2024 6:14 pm
Forum: jamovi development
Topic: Scatterplot with labels
Replies: 0
Views: 2650

Scatterplot with labels

Hi, I often use the Scatterplot function from the scatr module, but I sometimes miss the ability to add labels to points (from a text/nominal variable), eg to display country names. Using the color/group field gives chart not easily readable with more than 10 values. With R, I would use ggplot(df, a...
by vjalby
Tue Nov 21, 2023 12:16 am
Forum: jamovi development
Topic: Problem with snowCluster/LDA on Mac only
Replies: 1
Views: 11781

Problem with snowCluster/LDA on Mac only

Hi! Not sure if the bug is in Jamovi or in the plugin, but the plugin developer asked me to post it here... WIth the lastest version of jamovi (2.4.8 ) on Mac (M2 and M3), the latest version of snowCluster/LDA (Linear Discriminant Analysis) doesn't work. More precisely, it works with 2 covariates bu...
by vjalby
Tue Oct 31, 2023 4:24 pm
Forum: Module development
Topic: Multiple Response Module
Replies: 9
Views: 15086

Re: Multiple Response Module

Jonathon,

I'm sorry about that. Option variables must be dichotomous variables (0/1 by default). I've included a sample dataset in the new version available at GitHub.

Regards
by vjalby
Thu Oct 26, 2023 6:04 am
Forum: Module development
Topic: Multiple Response Module
Replies: 9
Views: 15086

Re: Multiple Response Module

Thanks Maurizio for your help. Actually, I found an easier and more straightforward way to do it : use a menu with some preset sizes. I'll modify is later today.

Regards
by vjalby
Wed Oct 25, 2023 4:59 pm
Forum: Module development
Topic: Multiple Response Module
Replies: 9
Views: 15086

Re: Multiple Response Module

Thank you very much. I already included your suggestions... but, you know, the min/max values in a.yaml. I really don't like the error message it shows to end users, which looks like a bug in the R code.
by vjalby
Tue Oct 24, 2023 9:11 pm
Forum: Module development
Topic: Multiple Response Module
Replies: 9
Views: 15086

Multiple Response Module

Hi, I build my own module to deal with multiple response questions (n dichotomous variables 0/1) displaying table and bar chart... before I noticed UFS is also available as Jamovi Module. My R code uses a few lines from UFS/MultiResponse code, but since it has more options and includes a bar char, I...