Search found 424 matches

by MAgojam
Tue Jul 18, 2023 4:01 pm
Forum: Help
Topic: Unable to open stata files
Replies: 8
Views: 2697

Re: Unable to open stata files

Sorry but I can't provide my stata file... Yes, I see! So, since you know and use R, I'd suggest you try this: require(jmvReadWrite) jmvReadWrite::convert_to_omv(fleInp = 'x:/Stata17/dta/auto.dta', fleOut = 'x:/jamovi/omv/auto.omv') my_omv <- jmvReadWrite::read_omv(fleInp = 'x:/jamovi/omv/auto.omv'...
by MAgojam
Tue Jul 18, 2023 9:19 am
Forum: Help
Topic: Unable to open stata files
Replies: 8
Views: 2697

Re: Unable to open stata files

Hey @neck_dvvp,
this looks like a Python msg.
It might be that you need to update your version of jamovi.
We are currently with 2.3.28 solid and 2.4.1 current.
However if you don't mind providing your Stata file I might take a look.

Cheers,
Maurizio
by MAgojam
Thu Jun 29, 2023 10:32 am
Forum: Help
Topic: jamovi vs jasp meta analysis discrepancy troubleshooting
Replies: 2
Views: 1949

Re: jamovi vs jasp meta analysis discrepancy troubleshooting

Hey @madelinestein,
if you could provide a file with data producing your findings, i might take a look, before answering.

Cheers,
Maurizio
by MAgojam
Thu Jun 29, 2023 10:23 am
Forum: Module development
Topic: major module
Replies: 1
Views: 6195

Re: major module

drm wrote: Fri Jun 23, 2023 9:19 am Other advanced options in the MAJOR module such as trim and fill and so forth would be great!
Hey Daniel,
May I ask you to take a look here:
viewtopic.php?t=2607

there is an answer from me to another MAJOR user that could also apply to your request.

Cheers,
Maurizio
by MAgojam
Thu Jun 29, 2023 10:08 am
Forum: jamovi development
Topic: Additional options when using MAJOR package
Replies: 1
Views: 9099

Re: Additional options when using MAJOR package

Hey Natalie, sorry for the delay here, but for MAJOR there are already a lot of my answers in the forum. W. Kyle Hamilton, he's the author of MAJOR, but we haven't seen him around here for a long time now and that's why I've posted on this awesome form to fix reported bugs and add some requests, eve...
by MAgojam
Sat Jun 17, 2023 11:19 am
Forum: General
Topic: "contrast can be applied only to factors with 2 or more levels" message
Replies: 1
Views: 1406

Re: "contrast can be applied only to factors with 2 or more levels" message

Hi @drfuad,
you have a cross between "Institutional Delivery" and "CS", with No data.
Take a look at the screenshot.
ScreenShot_20230617130640.jpeg
ScreenShot_20230617130640.jpeg (226.52 KiB) Viewed 1395 times
Cheers,
Maurizio
by MAgojam
Fri Jun 16, 2023 11:28 am
Forum: Module development
Topic: How can I show a reference based on a condition?
Replies: 8
Views: 7372

Re: How can I show a reference based on a condition?

Hey Dan, there are, but my friend Jth preceded me in answering ( from him the light comes before from us :') ). Perhaps you may find it useful (if you haven't already) to have a look here at the ancova.b.R code for setting a reference on a condition: https://github.com/jamovi/jmv/blob/master/R/ancov...
by MAgojam
Wed Jun 14, 2023 9:24 pm
Forum: Module development
Topic: How can I show a reference based on a condition?
Replies: 8
Views: 7372

Re: How can I show a reference based on a condition?

The analysis is in the folder "nonpara" and is called "signtest" (NOT signrank). Hey Dan, it seems to me that the references in your first post are in favor of wilcoxranksum . So I played with the code in WRS and sent a PR with the small changes. Feel free to decline it. Cheers,...
by MAgojam
Wed Jun 14, 2023 12:30 am
Forum: Help
Topic: How can I fix these three issues? - Reliability Analysis & Principal Component Analysis
Replies: 6
Views: 2878

Re: How can I fix these three issues? - Reliability Analysis & Principal Component Analysis

jonathon wrote: Tue Jun 13, 2023 1:28 am mz might chime in on this.
Here I am.

I took a look on the fly.
By inserting the 4th variable 'Car 4_Level 1' the refresh of the data exits the (car wash :') )

Code: Select all

data <- jmvcore::naOmit(data)
with a single observation...

Cheers,
Maurizio
by MAgojam
Mon Jun 12, 2023 6:50 pm
Forum: Help
Topic: Computing variables with If-Then
Replies: 12
Views: 19555

Re: Computing variables with If-Then

Hey @erosenzweig,
if you take a look at the screenshots in the posts above, you will see that you need == (you only used one) for the formula to be correct and get the result you are looking for.

Cheers,
Maurizio