Skip to content

Commit

Permalink
bug fix in plots + rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Mar 11, 2019
1 parent ce0847d commit 70ffd74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion JASP-Engine/JASP/R/commonAnovaBayesian.R
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@

if (groupParameters) {

indices <- split(indices, plotTitles[indices])[order(unique(plotTitles))]
indices <- split(indices, plotTitles[indices])[order(unique(plotTitles[indices]))]
nms <- names(indices)

for (i in seq_along(indices)) {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Common/qml/AncovaBayesian.qml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Form
}
}

ExpanderButton
Section
{
text: qsTr("Single Model Inference")

Expand Down
10 changes: 3 additions & 7 deletions Resources/Common/qml/AnovaRepeatedMeasuresBayesian.qml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Form
}
}

ExpanderButton
Section
{
text: qsTr("Single Model Inference")

Expand All @@ -161,9 +161,6 @@ Form
CheckBox { text: qsTr("Posterior R\u00B2") ; name: "singleModelrsqPlot"}
}

<<<<<<< HEAD
Section
=======
}

VariablesForm
Expand All @@ -178,9 +175,8 @@ Form
}
}
}

ExpanderButton
>>>>>>> started on jaspResults

Section
{
title: qsTr("Post Hoc Tests")

Expand Down

0 comments on commit 70ffd74

Please sign in to comment.