Search found 194 matches

by Ravi
Thu Nov 12, 2020 2:15 pm
Forum: Help
Topic: Grouped data
Replies: 4
Views: 6243

Re: Grouped data

Hi,

It should be (and instead of &):

Code: Select all

if $source > 30 and $source <= 40 use '[31;40] years'
by Ravi
Tue Oct 20, 2020 8:24 am
Forum: Help
Topic: Mann-Whitney U test, effect size changed
Replies: 2
Views: 1486

Re: Mann-Whitney U test, effect size changed

Did you by any chance updated jamovi in the meantime? We recently updated the effect sizes in the t-tests to use more appropriate types of effect sizes for different tests. In this update we changed the effect size of the mann-whitney U test from cohen's d to a rank biserial correlation (which is mo...
by Ravi
Tue Oct 20, 2020 8:21 am
Forum: General
Topic: Factor Analysis output different from other software
Replies: 7
Views: 6859

Re: Factor Analysis output different from other software

So the EFA doesn't use the initial eigenvalues to compare against in EFA (it does in PCA), but instead used the eigenvalues of the common factor solution (see https://github.com/jamovi/jmv/blob/679274a708d42166a6220588daab66226565ddf6/R/pca.b.R#L444). Hence the difference in number of factors.
by Ravi
Tue Sep 08, 2020 2:53 pm
Forum: Statistics
Topic: EFA results different than SPSS
Replies: 2
Views: 3550

Re: EFA results different than SPSS

Hi, So it's hard to answer all your questions cause I'm not an expert on EFA. We use the psych R package for the actual underlying calculations (see https://github.com/jamovi/jmv/blob/master/R/pca.b.R#L52-L55), so for the technical details it's best to read the psych documentation. I can answer ques...
by Ravi
Mon Aug 17, 2020 8:31 am
Forum: Help
Topic: Exploratory Factor Analysis
Replies: 3
Views: 2142

Re: Exploratory Factor Analysis

Hi,

The EFA uses listwise deletion.

Cheers
by Ravi
Fri Jun 12, 2020 7:59 am
Forum: Statistics
Topic: Standard error of the estimate vs RMSE?
Replies: 2
Views: 4833

Re: Standard error of the estimate vs RMSE?

So I assume in terms of R output you mean the residual standard error?
Screenshot 2020-06-12 at 09.58.38.png
Screenshot 2020-06-12 at 09.58.38.png (84.71 KiB) Viewed 4825 times
If so, I can easily add that. Can you make an issue on our github so I won't forget: https://github.com/jamovi/jamovi/issues
by Ravi
Tue May 19, 2020 12:41 pm
Forum: Help
Topic: RM ANOVA sphericity assumption
Replies: 6
Views: 4849

Re: RM ANOVA sphericity assumption

Oke, I fixed it so that there's a more informative footnote in the table when this happens (https://github.com/jamovi/jmv/pull/256)
by Ravi
Sun May 17, 2020 2:24 pm
Forum: Help
Topic: RM ANOVA sphericity assumption
Replies: 6
Views: 4849

Re: RM ANOVA sphericity assumption

So apparently there's some singularity issue, that's not being caught be the jamovi analysis. If you use the following R code (similar to what we use in the background): data <- data.frame( 'id' = 1:15, 'x1' = c(4, 13, 15, 12, 12, 2, 19, 10, 22, 13, 10, 22, 10, 14, 22), 'x2' = c(55, 40, 26, 6, 20, 3...
by Ravi
Sat May 16, 2020 11:57 am
Forum: Help
Topic: RM ANOVA sphericity assumption
Replies: 6
Views: 4849

Re: RM ANOVA sphericity assumption

Just a quick update that I'm looking into it!
by Ravi
Thu Apr 09, 2020 7:57 am
Forum: Help
Topic: Choosing Correlated vs Uncorrelated Factors CFA in Jamovi
Replies: 5
Views: 3150

Re: Choosing Correlated vs Uncorrelated Factors CFA in Jamov

Hi Debbie,
Yup, it indeed means that the factors are allowed to correlate in jamovi.