Search found 2631 matches

by jonathon
Fri May 03, 2024 10:17 pm
Forum: Help
Topic: extracting part of a text variable
Replies: 2
Views: 8

Re: extracting part of a text variable

concatenating variables couldn't be simpler:
Screenshot 2024-05-04 at 08.16.25.png
Screenshot 2024-05-04 at 08.16.25.png (157.49 KiB) Not viewed yet
by jonathon
Fri May 03, 2024 10:15 pm
Forum: Help
Topic: extracting part of a text variable
Replies: 2
Views: 8

Re: extracting part of a text variable

hi, i would extract the hour with the formula: INT(SPLIT(SPLIT(C, ' ', 2), ':', 1)) SPLIT(C, ' ', 2) says split the variable C where ever there are spaces, and give me the 2nd chunk. SPLIT('04/05/23 05:35', ' ', 1) gives '04/05/23' SPLIT('04/05/23 05:35', ' ', 2) gives '05:35' then i would take that...
by jonathon
Wed May 01, 2024 12:44 am
Forum: Help
Topic: cairo_ps error
Replies: 7
Views: 221

Re: cairo_ps error

The problem was that my .omv file was located in a folder that was nested inside another folder named in Persian (a different language).
thanks for letting us know. i've created an issue and will look at fixing this soon.

https://github.com/jamovi/jamovi/issues/1493

with thanks
by jonathon
Tue Apr 30, 2024 12:30 pm
Forum: jamovi development
Topic: Coming Soon?
Replies: 2
Views: 81

Re: Coming Soon?

hi matt,

nothing really imminent, but customization of graphics is something we're often thinking about. hopefully something we can get to in the next 6 months.

jonathon
by jonathon
Fri Apr 26, 2024 10:17 pm
Forum: Help
Topic: cairo_ps error
Replies: 7
Views: 221

Re: cairo_ps error

hi,

i don't think this is to do with the snowRMM module, but rather jamovi itself. could you try using jamovi 2.5 like seol suggests, and let us know if that fixes it?

with thanks
by jonathon
Fri Apr 26, 2024 1:29 am
Forum: Statistics
Topic: Independant Samples t-Test: Assumption Checks?
Replies: 3
Views: 163

Re: Independant Samples t-Test: Assumption Checks?

My experience is that most people want to test the residuals all together, and a small proportion of people want to test the residuals of the groups separately (for that, we provide the facility in descriptives that you describe).

jonathon
by jonathon
Tue Apr 23, 2024 5:45 am
Forum: Help
Topic: Dummy variables for ordinal logistic regression on Jamovi
Replies: 3
Views: 211

Re: Dummy variables for ordinal logistic regression on Jamovi

hi njain,

can i get you to start a new thread?

kind regards

jonathon
by jonathon
Mon Apr 22, 2024 10:14 pm
Forum: Help
Topic: Dummy variables for ordinal logistic regression on Jamovi
Replies: 3
Views: 211

Re: Dummy variables for ordinal logistic regression on Jamovi

hi, yes, when you specify a variable as a factor, jamovi takes care of the dumming coding for you automagically. if you want to do it manually, you can dummy code the variable yourself, and then specify the dummy coded variables as 'covariate's. ordinal logistic regressions only require the dependen...
by jonathon
Mon Apr 22, 2024 12:03 am
Forum: General
Topic: seolmatrix
Replies: 5
Views: 282

Re: seolmatrix

hi,

we're going to need more information about what you're experiencing when you try and download these modules.

at this stage, i'm not even sure if your computer is turned on.

kind regards
by jonathon
Fri Apr 19, 2024 1:16 am
Forum: Help
Topic: How should a github package be uploaded to Jamovi?
Replies: 1
Views: 288

Re: How should a github package be uploaded to Jamovi?

i would reach out to aaron caldwell, and ask him if a new version can be pushed to the jamovi library. we push updates when the maintainers ask us to.

cheers

jonathon