Search found 2629 matches

by jonathon
Mon Mar 18, 2024 3:13 am
Forum: Help
Topic: Priority Plan Verification Failure
Replies: 1
Views: 758

Re: Priority Plan Verification Failure

i'd suggest you try again, and email us at contact <at> jamovi.org if it continues to be a problem.

very occasionally, this problem crops up, but i think its a problem with firebase (a service we use) and usually resolves itself fairly quickly.

jonathon
by jonathon
Thu Mar 14, 2024 10:36 pm
Forum: General
Topic: Jamovi should support Apple Silicon
Replies: 4
Views: 14017

Re: Jamovi should support Apple Silicon

jamovi 2.5 is out for macOS, which includes a native 'apple silicon' version.
by jonathon
Thu Mar 14, 2024 10:35 pm
Forum: jamovi development
Topic: Jamovi to support Apple Silicon chips
Replies: 7
Views: 4556

Re: Jamovi to support Apple Silicon chips

jamovi 2.5 is out for macOS, which includes a native 'apple silicon' version.
by jonathon
Thu Mar 14, 2024 9:11 pm
Forum: Help
Topic: Proportion Test (N Outcomes) bug
Replies: 1
Views: 779

Re: Proportion Test (N Outcomes) bug

Hi,

If you can create an issue over here https://github.com/jamovi/jamovi/issues and provide a .omv file demonstrating the issue (you may need to zip it up, in order to attach it to a github issue) we'll be able to take a look.

With thanks
by jonathon
Thu Mar 14, 2024 11:16 am
Forum: Module development
Topic: Graph outputs - not appearing
Replies: 2
Views: 730

Re: Graph outputs - not appearing

hi roger, the issue might be the size of the state object. see the warning here: https://dev.jamovi.org/tuts0203-state.html#setstate() see if you can shift the actual plotting into the plot function itself. (did you want an invite to our slack group? you may find its easier to ask questions to do wi...
by jonathon
Thu Mar 07, 2024 8:49 am
Forum: Help
Topic: Unconsistent and "NaN" results.
Replies: 1
Views: 999

Re: Unconsistent and "NaN" results.

Hi,

As you've discovered, first terms in a multiway ANOVA aren't the same as a one-way ANOVA.

As for the 0s and NaNs, i think this might be an issue of "empty cells in your design". R180 has a pretty good explanation here:

viewtopic.php?t=3706

cheers

jonathon
by jonathon
Wed Feb 28, 2024 10:29 pm
Forum: Help
Topic: Cleaning Data - Case-Mean Substitution IF
Replies: 1
Views: 968

Re: Cleaning Data - Case-Mean Substitution IF

yeah, this is a tricky one. how many items in the measure?

jonathon
by jonathon
Wed Feb 28, 2024 10:25 pm
Forum: Module development
Topic: NAMESPACE issue?
Replies: 2
Views: 977

Re: NAMESPACE issue?

hi, your repo might be private, so i can't see it. but i wonder if you haven't named your module exactly the same as the R package, and so R doesn't know which package (or guesses incorrectly) which of the two R packages (your module, or the R package) you're trying to use. change the name of your m...