Search found 43 matches

by Wake
Fri Jan 27, 2023 8:21 am
Forum: General
Topic: Transformed variable - if source contains
Replies: 7
Views: 29772

Re: Transformed variable - if source contains


we've not encountered this sort of use case before. perhaps we need to consider it.


I've just installed version 2.3.21 and come across the same issue. I'm trying to transform job titles into whether they are technical or not. I'd just switched to using COMPUTE but I thought I'd Google before ...
by Wake
Mon Nov 28, 2022 1:04 pm
Forum: Help
Topic: Sidebar not loading on Jamovi Cloud
Replies: 5
Views: 25846

Re: Sidebar not loading on Jamovi Cloud

I'm experiencing this too, as our my students. The side bar is blank but if I click on the left hand side where a menu item should it the full menu appears and can be used.

I'm using Chrome on Windows 10, but I get the same behaviour with Edge.

The developer tools show the following errors

Failed ...
by Wake
Sun Feb 27, 2022 10:23 pm
Forum: Help
Topic: Error importing SPSS data
Replies: 2
Views: 15041

Re: Error importing SPSS data

Thanks for the bug confirmation. I teach my students use export/import to filter and delete preview and incomplete data (Status != 1 and Finished == 1).

Meanwhile, for some reason, many students spuriously continue import data into the default ABC blank sheet instead of using open.
by Wake
Fri Oct 08, 2021 10:52 am
Forum: General
Topic: Feature request: text search
Replies: 6
Views: 25957

Re: Feature request: text search

Sorry -- now added to https://github.com/jamovi/jamovi/issues/1107
by Wake
Thu Feb 25, 2021 5:18 pm
Forum: Help
Topic: Linux 1.6.14.0 and Estimated Marginal Means
Replies: 9
Views: 30599

Re: Linux 1.6.14.0 and Estimated Marginal Means

Looks like I'd better upgrade then.
by Wake
Wed Dec 02, 2020 10:00 am
Forum: General
Topic: Factor Analysis output different from other software
Replies: 7
Views: 32711

Re: Factor Analysis output different from other software

I've just discussing this with David Foxcroft. It would be helpful if the default value for "Based on Eigenvalues" was 0 for EFA rather than 1.

You might appreciate this overlay of scree plots from PCA and EFA.
Scree plots from EFA and PCA
Scree plots from EFA and PCA
pca vs efa.png (85.11 KiB) Viewed 32443 times
by Wake
Tue Mar 10, 2020 12:39 pm
Forum: Statistics
Topic: Wakefield's jamovi slides
Replies: 2
Views: 9624

Wakefield's jamovi slides

Hi,

I now have a fair range of jamovi Google slides available on my website .

Jamovi Primer
SPSS => jamovi
Simple difference tests
One-way ANOVA
Independent two-way ANOVA
Mixed two-way ANOVA
Interpreting Q-Q Plots
Opening Qualtrics Data Files
Principal Components Analysis
Regression (includes ...
by Wake
Thu Jan 23, 2020 5:22 pm
Forum: Statistics
Topic: Fisher Exact test on rxc tables
Replies: 7
Views: 35496

Re: Fisher Exact test on rxc tables

Thank you.
by Wake
Wed Jan 22, 2020 2:46 pm
Forum: jamovi development
Topic: Tests of normalities
Replies: 19
Views: 154287

Re: Tests of normalities

hi,

moretests is what we call an "addon", where it adds results to existing analyses. just run the t-test or ANOVA as usual, and choose 'normality tests' (granted, there's an issue with 'normality tests' still be labeled as shapiro-wilk). see here:

cheers

jonathon

I've just tried this on ...
by Wake
Wed Jan 22, 2020 2:21 pm
Forum: Statistics
Topic: Fisher Exact test on rxc tables
Replies: 7
Views: 35496

Re: Fisher Exact test on rxc tables

Is it possible to do a Fisher Exact test on a bigger matrix than 2x2 using the Rj editor.

I tried fisher.test(data[c(1:2)]) but got the error message "all entries of 'x' must be nonnegative and finite. I get this whether the data in columns 1 and 2 form a 2x2 table or a 3x2 table. I get the same ...