Search found 10 matches
- Mon Jan 06, 2025 9:18 am
- Forum: Help
- Topic: merge files
- Replies: 6
- Views: 42756
Re: merge files
Hei, as I said before, it is easiest for me to find and correct errors if you could share the files and give a clear description of what the error is. You may first try again with the most recent version of the module (0.4.1; should appear soon, I asked Jonathon to compile this version for the jamov...
- Mon Dec 16, 2024 9:01 pm
- Forum: Help
- Topic: merge files
- Replies: 6
- Views: 42756
Re: merge files
If you can, please send me the files (sebastian.jentschke@uib.no) and I will have a look.
Best regards,
Sebastian
Best regards,
Sebastian
- Tue May 28, 2024 1:32 pm
- Forum: Help
- Topic: Looking for Jamovi 2.3.3.0 installing file for MAC
- Replies: 5
- Views: 8655
Re: Looking for Jamovi 2.3.3.0 installing file for MAC
There is a trick (although one that is a bit tiresome). [1] Run jmvtools::install() as usual. It will tell you which CRAN packages are required. [2] Manually install those packages, using install.packages(c("PACKAGE1", "PACKAGE2"), lib="./build/R4.1.2-win64/", repos = &...
- Sun Jul 23, 2023 10:32 am
- Forum: Help
- Topic: Unable to open stata files
- Replies: 8
- Views: 9205
Re: Unable to open stata files
Hei, the only other suggestion I could possibly make is to open the respective files in Stata and to save it in a non-Stata-format: I never used Stata, so I don't know what export options are provided, but ideally sth. that R could read directly (i.e., RData, rds - if you want to keep some metadata ...
- Mon Jan 18, 2021 1:22 pm
- Forum: General
- Topic: Factor Analysis output different from other software
- Replies: 7
- Views: 13654
Re: Factor Analysis output different from other software
Hei, to my knowledge this already has been changed (somewhere during the 1.2.-series, i.e., it certainly should work in version 1.6.x). The changes were taken into the code base last July (https://github.com/jamovi/jmv/pull/261). Please use a recent version and report back if it is still not working...
- Mon May 04, 2020 10:31 am
- Forum: Statistics
- Topic: Mahalanobis distance in SPSS vs. R
- Replies: 4
- Views: 20849
Re: Mahalanobis distance in SPSS vs. R
I intend to get Mahalanobis into jamovi. Is this sufficient? 
S

S
- Sun May 03, 2020 5:33 pm
- Forum: Statistics
- Topic: Mahalanobis distance in SPSS vs. R
- Replies: 4
- Views: 20849
Mahalanobis distance in SPSS vs. R
Hei, one can use the Mahalanobis-distance in order to check for multivariate outliers. The data set I am using is Album Sales.sav from Field (2018). http://study.sagepub.com/sites/default/files/ds5_spss_files.zip When calculating it using SPSS: Analyze → Regression (DV: Sales; IV: Adverts, Airplay, ...
- Thu Feb 13, 2020 2:06 pm
- Forum: Module development
- Topic: Feature requests: partial correlation and search function
- Replies: 16
- Views: 23998
Re: Feature requests: partial correlation and search functio
Hei MAgojam, regd. your private message and processR (I can't use PMs yet). processR is not working yet; it is actually in a very early stage of development (the working GUI might lure you to think there is more, but actually there is only the GUI at this stage). I did not really have time to work m...
- Wed Feb 12, 2020 8:36 am
- Forum: Module development
- Topic: Feature requests: partial correlation and search function
- Replies: 16
- Views: 23998
Re: Feature requests: partial correlation and search functio
I will make the module available via the jamovi library soon. I am happy to receive feedback if something is not working as intended or if there is something missing. I did for example not bother to implement zero-order partial correlations but could do this if there is serious need for it. Cheers, ...
- Thu Jan 30, 2020 1:02 pm
- Forum: General
- Topic: Frequency information missing: histogram (in Descriptives)
- Replies: 0
- Views: 9191
Frequency information missing: histogram (in Descriptives)
Hei, currently number of cases within a bin is not shown for the histogram (it just shows "density" on the y-axis). Furthermore, it would be ideal if it were possible to set the bin width (currently its not set to 1 which makes that the density within bins is different from SPSS (see e.g.,...