Skip to content

Commit

Permalink
Fix unit tests (#150)
Browse files Browse the repository at this point in the history
* (no change) penalized meta-analysis

* (no change)  pet-peese

* (no change)  selection models

* (no change) RoBMA

* (no change) prediction performance

* disable poisson/log for metamisc

* update Bayesian Meta-Analysis figures
  • Loading branch information
FBartos authored Dec 22, 2022
1 parent 0f59f4c commit 89e061f
Show file tree
Hide file tree
Showing 60 changed files with 407 additions and 407 deletions.
2 changes: 1 addition & 1 deletion inst/qml/qml_components/PredictionPerformanceInference.qml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Section
name: "linkOE"
visible: measure == "OE"
label: qsTr("Within-study variation")
values: if (method.value == "Fixed Effects" || method.value == "Maximum Likelihood" || analysisType == "bayesian"){
values: if (analysisType == "bayesian"){ // removing as metamisc's link function is broken for frequentist option: method.value == "Fixed Effects" || method.value == "Maximum Likelihood" ||
[
{ label: qsTr("Normal/Log"), value: "normal/log" },
{ label: qsTr("Normal/Identity"), value: "normal/identity" },
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 89e061f

Please sign in to comment.