Saving Standardized Residuals as a Variable - ANOVA in JASP
Hello All,
I am wondering whether there is a way of saving the standardized residuals as a variable when running ANOVA in JASP?
Many thanks!
Rachel
Hello All,
I am wondering whether there is a way of saving the standardized residuals as a variable when running ANOVA in JASP?
Many thanks!
Rachel
Comments
Although I am not the authority on it, here's how I do it in JASP:
If you get stumped, let me know and I'll provide a video on how to do it.
-Dan
Hey Rachel! Here's how I usually do it in JASP:
Let me know if you have any issues with that and I'll make a video instead.
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 code instead of constructor/drag-and-drop, and assuming you called your new residual variable rawresiduals (step 2 of Dmartin427 above), you can input:
scale(rawresiduals)orzScores(rawresiduals)Thank you, patc3! I'll start using your shortcuts moving forward - I appreciate it!