-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Bug: HighBugs that are negatively affecting the area of the program, but don't need immediate fix.Bugs that are negatively affecting the area of the program, but don't need immediate fix.Module: jaspRegressionOS: macOS Silicon
Description
JASP Version
0.95.4
Commit ID
No response
JASP Module
Regression
What analysis are you seeing the problem on?
Linear Regression
What OS are you seeing the problem on?
macOS Silicon
Bug Description
Adding Standardised residuals to dataset actually adds studentized residuals, and vice versa, if cross-checked with R. According to github code.
Expected Behaviour
Standardised should add rstandard(linearmodel), and Studentized should add rstudent(linearmodel), but I found that it's the other way around.
Steps to Reproduce
- Create a hierarchical linear model
- Append residuals selecting not Raw, but Standardised option
- Cross-check variable with R using rstandard() and rstudent()
Log (if any)
No response
More Debug Information
No response
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.
Metadata
Metadata
Assignees
Labels
Bug: HighBugs that are negatively affecting the area of the program, but don't need immediate fix.Bugs that are negatively affecting the area of the program, but don't need immediate fix.Module: jaspRegressionOS: macOS Silicon