patc3
About
- Username
- patc3
- Joined
- Visits
- 3,869
- Last Active
- Roles
- Member
Comments
-
@Yuichiro it's not possible from your screenshots to see what the problem is. I also don't understand what the problem is from the textual description you gave.
-
What's the problem with the screenshot you showed?
-
You're welcome for the help Per 🙃 Did you try to change the values when it's a nominal variable, or change the labels when it's a numeric variable? Either way you can get the text you want. You can try both too and see which one you like best/works …
-
It looks like you can't change labels for a nominal variable (where the value itself can act as a label, since text is allowed). If you want a numeric value (which you can use in analyses) with labels, you can change the variable type to scale (curr…
-
https://forum.cogsci.nl/uploads/055/I66SXS5QIDDQ.png
-
From memory I think it's called variance covariance of effects or something like that (right above the checkbox you checked to get individual random effects)
-
By default JASP estimates all possible random effects (including those for interactions). You have to go under Model and remove (uncheck) random effects (in your case, you only have a random intercept, so only intercept should be checked): https://f…
-
sorry I'm not sure what the answer to your question is, so I'll let others chime in
-
Michael, I think there might be some confusion as to what problem GVIF solves. GVIF is designed to accommodate categorical **predictors**, whereas VIF had been originally designed to accommodate numerical predictors only. As far as I know this as no…
-
https://forum.cogsci.nl/uploads/987/R03GP0H44MY4.png
-
Insert new column using R code called AtLeast26: as.numeric(Age >= 26)
-
Could the numeric stats use numeric values and frequency tables use labels? (E.g. value 1 has label 3). Just a guess, I'm on my phone
-
you can drag and drop from one line to another: https://i.imgur.com/u2rcX3H.gif
-
If you're using constructor (drag-and-drop) column, "and" is ^, so you should read ColA>25 ^ ColB>25: https://forum.cogsci.nl/uploads/076/8Z3FBGAQ74CS.png If you're using R code, "and" is &, so you should read ColA>…
-
I also can't get it to work😭😭😭
-
That's because your variables are set as ordinal rather than scale, you can change this in the data panel (leftmost panel) by clicking the variables' icon: https://forum.cogsci.nl/uploads/401/YILILSA1C6RZ.png
-
random intercept
-
it's like JASP is taking the approach of model pruning rather than model building, but it rarely runs out of the box because of this, and not everyone is savvy enough to know what the error means...
-
I would do random intercept personally it's bad because it rarely runs (e.g. if you reproduce the example in the data library from scratch by going into mixed -> linear, it throws an error until you remove all random effects but the intercept, as…
-
my guess is that you need to look at Model -> Random effects: https://forum.cogsci.nl/uploads/129/3Y0MAU60OFZC.png By default JASP has the very bad default behavior of adding all possible random effects, whereas you specify those manually in SPSS…
-
I mean, it definitely exists in SPSS... https://forum.cogsci.nl/uploads/990/5MG6DHVECI4C.png That said @tahidus , perhaps this page (or something similar) could help: https://libguides.library.kent.edu/SPSS/Multiple-Response-Sets I didn't read it al…
-
yes, do an EFA and specify 1 factor https://forum.cogsci.nl/uploads/954/OYXMZIN1F7D2.png https://forum.cogsci.nl/uploads/516/IMRGDSTHB428.png
-
Dmartin427 has a nice way to get it done. Steps 5-6 can be condensed into one step by using the function zScores(y) on the right of the screen nstead of manually dividing by the standard deviation of rawresiduals. Also if you insert column using R c…
-
the difference between -29.402 and -24.435 is still very large no?
-
there are three elements to fill: a condition value if condition is true value if condition is false otherwise you're gonna have to give more details about what you're trying to achieve
-
@TarandeepKang your explanation was very useful
-
This is likely due to having a dependent variable with a very large scale (e.g. salary in dollar amounts, or something even bigger). You could try to go in preferences and uncheck this box: https://forum.cogsci.nl/uploads/575/U9UJICY4DDRJ.png
-
See GitHub issue here: https://github.com/jasp-stats/jasp-issues/issues/2926
-
Thanks I remember now. I used to know how to get to multinomial regression, but it's so weirdly located that I couldn't find it anymore. Welp you're definitely right the UI is completely unresponsible to changes in the diagnostics section. It might …
-
I thought JASP didn't have multinomial logistic regression? Am I misremembering?