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 6eb9452 commit 62f36be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions inst/qml/BinomialTestBayesian.qml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Form

RadioButtonGroup
{
title: qsTr("Direction")
name: "alternative"
id: alternative
title: qsTr("Direction")
name: "alternative"
RadioButton { value: "twoSided"; label: qsTr("≠ Test value"); checked: true }
RadioButton { value: "greater"; label: qsTr("> Test value") }
RadioButton { value: "less"; label: qsTr("< Test value") }
Expand Down Expand Up @@ -74,5 +75,5 @@ Form
}
}

BayesFactorType {}
BayesFactorType { correlated: alternative.value }
}

0 comments on commit 62f36be

Please sign in to comment.