Search found 9 matches

by sle
Tue Jul 18, 2023 8:03 am
Forum: Module development
Topic: Save results - type: Output
Replies: 1
Views: 6212

Re: Save results - type: Output

Sorry, I've finally found the answer...isFilled() was not set properly
by sle
Mon Jul 17, 2023 12:47 pm
Forum: Module development
Topic: Save results - type: Output
Replies: 1
Views: 6212

Save results - type: Output

Dear jamovi developers, I'm trying to save results from two different functions: 1. results from a PCA 2. results from clustering based on the dimensions of the previous PCA. In the first case, this code works perfectly well: for (i in 1:(nFactors)) { scores <- as.numeric(self$PCAResult$ind$coord[, ...
by sle
Fri May 05, 2023 7:15 am
Forum: Help
Topic: Correspondence Analysis
Replies: 5
Views: 3234

Re: Correspondence Analysis

Hi Beth,
you have to put at least 2 active columns.
If you could send me the data I can check, but it should work fine.
by sle
Fri May 05, 2023 7:08 am
Forum: Statistics
Topic: PCA repeated measures
Replies: 4
Views: 9352

Re: PCA repeated measures

You should have a look at this link: https://sebastien-le.github.io/medasite/PCA.html#Potential_issue(s) As the program gives you an automatic description of the 5 first dimensions, you should at least have 5 variables in your PCA. If you have less than 5 variables, you have to go to the numerical i...
by sle
Wed Jun 10, 2020 2:44 pm
Forum: General
Topic: Icon
Replies: 2
Views: 2169

Re: Icon

Thanks for the answer!
by sle
Wed Jun 10, 2020 8:37 am
Forum: Module development
Topic: Icon
Replies: 1
Views: 2655

Icon

Dear John, dear all,
hope you're doing well.
We're about to finish two modules and I was wondering if there's any way I can put a different icon for each module.
Thanks for the answer, thanks for Jamovi.
Best,
Sébastien

P.S. sorry I've put the same question in the wrong topic (general)
by sle
Wed Jun 10, 2020 8:07 am
Forum: General
Topic: Icon
Replies: 2
Views: 2169

Icon

Dear John, dear all,
hope you're doing well.
We're about to finish two modules and I was wondering if there's any way I can put a different icon for each module.
Thanks for the answer, thanks for Jamovi.
Best,
Sébastien
by sle
Mon Jun 17, 2019 12:14 pm
Forum: Module development
Topic: Distributing modules
Replies: 1
Views: 3334

Distributing modules

Dear all,
when I call jmvtolls::install() it produces a .jmo that only works on my computer, which means that I cannot distribute it.
Your help would be greatly appreciated.
With kind regards,
Sébastien
by sle
Mon May 07, 2018 2:40 pm
Forum: Module development
Topic: Structuring the outputs
Replies: 1
Views: 2662

Structuring the outputs

Dear all, I have a question about how to structure the menu of the outputs to be displayed. If you have a look at the first module for exploration, you will see that it’s divided into statistics and plots and then divided as well into sub-topics. In the same manner, but less complex, if you look at ...