Search found 2628 matches

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

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: 6
Views: 176

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: 105

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: 172

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: 172

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: 246

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: 107

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
by jonathon
Fri Apr 19, 2024 1:10 am
Forum: Help
Topic: Numbers and text on the axes are not displayed in the graphs, Export to pdf do not work
Replies: 3
Views: 191

Re: Numbers and text on the axes are not displayed in the graphs, Export to pdf do not work

that's great to hear. more recent versions of R fixed this problem ... which is what we ship with the 2.5 series. so this is a nice confirmation that that has addressed the issue.

with thanks
by jonathon
Thu Apr 18, 2024 9:41 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 136

Re: Linebreak in table note

i'm not sure. off the top of my head, i can't think of a way of discriminating between whether you're running in R, or in jamovi ... but i have some vague recollection that there's a way it can be done. i, personally, would just go Note. text Note. some more text Note. even more text as that's how o...
by jonathon
Thu Apr 18, 2024 9:01 am
Forum: Module development
Topic: Linebreak in table note
Replies: 4
Views: 136

Re: Linebreak in table note

hi,

i'd set these as three separate notes:

table$setNote('a', 'some text')
table$setNote('b', 'some more text')
table$setNote('c', 'even some text')

cheers