Skip to content

Comments

[jaspLearnStats] Change default value of delta to 0.5 in Effect Sizes within Learn S...#149

Closed
sisyphus-jasp wants to merge 1 commit intojasp-stats:masterfrom
sisyphus-jasp:fix-sisyphus-1771909344
Closed

[jaspLearnStats] Change default value of delta to 0.5 in Effect Sizes within Learn S...#149
sisyphus-jasp wants to merge 1 commit intojasp-stats:masterfrom
sisyphus-jasp:fix-sisyphus-1771909344

Conversation

@sisyphus-jasp
Copy link
Contributor

Summary

Issue: https://github.com/jasp-stats/INTERNAL-jasp/issues/3107

Summary

Issue: Change default value of delta to 0.5 in Effect Sizes within Learn Stats module.

Root Cause: The QML file inst/qml/LSeffectSizes.qml had the default value for Cohen's delta set to 0 instead of a more useful value like 0.5.

Changes Made:

  • Modified inst/qml/LSeffectSizes.qml line 65: Changed defaultValue: 0 to defaultValue: 0.5 for the effectSizeValueDelta DoubleField.

Test Status:

  • No unit tests exist for this module, so testAll() returned "No tests were found."
  • This is a purely QML UI change that only affects the default value shown in the interface, not any computation logic.

Implementation Plan

No plan provided by agent.

Test Results

Test Run Result
Baseline (pre-fix) Could not parse test summary
Post-fix Could not parse test summary
Upstream CI dcade49 -- CI: passing

@FBartos FBartos closed this Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants