Search found 2 matches

by fhauw
Fri Sep 16, 2022 2:24 pm
Forum: General
Topic: Discrepancy Jamovi / R
Replies: 3
Views: 10424

Re: Discrepancy Jamovi / R

Hello,
Sorry for the late answer.
Trying to be simple: I'm comparing 2 populations for error rates and reaction time on multiple experiments.

When I get on syntax mode on jamovi, it gives me this code:

gamlj::gamljGlmMixed(
formula = Errors ~ 1 + Group_Id + Num_Lett + Group_Id:Num_Lett+( 1 ...
by fhauw
Fri Sep 09, 2022 9:28 am
Forum: General
Topic: Discrepancy Jamovi / R
Replies: 3
Views: 10424

Discrepancy Jamovi / R

Hello everyone,

I just discovered this amazing Jamovi recently, and wanted to store all the R scripts resulting from the analyses made through the UI in a R script.
But when I launch these scripts on R, I get different stats than those I get using Jamovi, with exactly the same data, and without ...