Skip to content

Commit

Permalink
Change Bayes factor label according to the hypothesis value
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Feb 14, 2024
1 parent a102f75 commit 28f5939
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions inst/qml/CorrelationBayesian.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ Form

RadioButtonGroup
{
name: "alternative"
title: qsTr("Alt. Hypothesis")
id: alternative
name: "alternative"
title: qsTr("Alt. Hypothesis")
RadioButton { value: "twoSided"; label: qsTr("Correlated"); checked: true }
RadioButton { value: "greater"; label: qsTr("Correlated positively") }
RadioButton { value: "less"; label: qsTr("Correlated negatively") }
Expand All @@ -73,7 +74,7 @@ Form
}
}

BayesFactorType {}
BayesFactorType { correlated: alternative.value }

Group
{
Expand Down

0 comments on commit 28f5939

Please sign in to comment.