Skip to content

Commit 926670c

Browse files
authored
Typo Fixes (#354)
* remove dash an model averaging for consistency * Selected Variables capitalization * Update EffectSizeComputation.qml
1 parent 64c6719 commit 926670c

6 files changed

+13
-13
lines changed

inst/qml/BayesianBinomialMetaAnalysis.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Form
114114

115115
Group
116116
{
117-
title: qsTr("Bayesian Model-Averaging")
118-
info: qsTr("Specify which components should be included Bayesian model-averaging. If selected, prior distribution under both the presence and absence of the component are specified. This allows for testing for the presence vs. absence of the component (if the component is not selected, a Bayes factor test is not conducted). The displayed estimates are averaged across null and alternative prior distributions of all specified components.")
117+
title: qsTr("Bayesian Model Averaging")
118+
info: qsTr("Specify which components should be included Bayesian model averaging. If selected, prior distribution under both the presence and absence of the component are specified. This allows for testing for the presence vs. absence of the component (if the component is not selected, a Bayes factor test is not conducted). The displayed estimates are averaged across null and alternative prior distributions of all specified components.")
119119

120120
CheckBox
121121
{

inst/qml/BayesianMetaAnalysis.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Form
122122

123123
Group
124124
{
125-
title: qsTr("Bayesian Model-Averaging")
126-
info: qsTr("Specify which components should be included Bayesian model-averaging. If selected, prior distribution under both the presence and absence of the component are specified. This allows for testing for the presence vs. absence of the component (if the component is not selected, a Bayes factor test is not conducted). The displayed estimates are averaged across null and alternative prior distributions of all specified components.")
125+
title: qsTr("Bayesian Model Averaging")
126+
info: qsTr("Specify which components should be included Bayesian model averaging. If selected, prior distribution under both the presence and absence of the component are specified. This allows for testing for the presence vs. absence of the component (if the component is not selected, a Bayes factor test is not conducted). The displayed estimates are averaged across null and alternative prior distributions of all specified components.")
127127

128128
CheckBox
129129
{

inst/qml/EffectSizeComputation.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Form
451451
AssignedVariablesList
452452
{ // metafor: di
453453
name: "group2OutcomeMinus"
454-
title: qsTr("Group 2/Outcome Minus")
454+
title: qsTr("Group 2/Outcome -")
455455
singleVariable: true
456456
allowedColumns: ["scale"]
457457
visible: (designValue === "independentGroups" && measurementValue === "binary") ||

inst/qml/RobustBayesianMetaAnalysis.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Form
123123

124124
Group
125125
{
126-
title: qsTr("Bayesian Model-Averaging")
127-
info: qsTr("Specify which components should be included Bayesian model-averaging. If selected, prior distribution under both the presence and absence of the component are specified. This allows for testing for the presence vs. absence of the component (if the component is not selected, a Bayes factor test is not conducted). The displayed estimates are averaged across null and alternative prior distributions of all specified components.")
126+
title: qsTr("Bayesian Model Averaging")
127+
info: qsTr("Specify which components should be included Bayesian model averaging. If selected, prior distribution under both the presence and absence of the component are specified. This allows for testing for the presence vs. absence of the component (if the component is not selected, a Bayes factor test is not conducted). The displayed estimates are averaged across null and alternative prior distributions of all specified components.")
128128

129129
CheckBox
130130
{

inst/qml/qml_components/ClassicalMetaAnalysisEstimatedMarginalMeans.qml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Section
3939
AvailableVariablesList
4040
{
4141
name: "estimatedMarginalMeansEffectSizeModelVariables"
42-
title: qsTr("Model variables")
42+
title: qsTr("Model Variables")
4343
source: "effectSizeModelTerms"
4444
}
4545

4646
AssignedVariablesList
4747
{
4848
id: estimatedMarginalMeansEffectSizeSelectedVariables
4949
name: "estimatedMarginalMeansEffectSizeSelectedVariables"
50-
title: qsTr("Selected variables")
50+
title: qsTr("Selected Variables")
5151
allowTypeChange:false
5252
info: qsTr("Variables selected for computing estimated marginal means in the effect size model.")
5353
}
@@ -133,15 +133,15 @@ Section
133133
AvailableVariablesList
134134
{
135135
name: "estimatedMarginalHeterogeneityModelVariables"
136-
title: qsTr("Model variables")
136+
title: qsTr("Model Variables")
137137
source: "heterogeneityModelTerms"
138138
}
139139

140140
AssignedVariablesList
141141
{
142142
id: estimatedMarginalMeansHeterogeneitySelectedVariables
143143
name: "estimatedMarginalMeansHeterogeneitySelectedVariables"
144-
title: qsTr("Selected variables")
144+
title: qsTr("Selected Variables")
145145
allowTypeChange:false
146146
info: qsTr("Variables selected for computing estimated marginal means in the heterogeneity model. Unavailable when performing multilevel/multivariate meta-analysis.")
147147
}

inst/qml/qml_components/RobustBayesianMetaAnalysisEstimatedMarginalMeans.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Section
4343
AvailableVariablesList
4444
{
4545
name: "estimatedMarginalMeansEffectSizeModelVariables"
46-
title: qsTr("Model variables")
46+
title: qsTr("Model Variables")
4747
source: "effectSizeModelTerms"
4848
}
4949

5050
AssignedVariablesList
5151
{
5252
id: estimatedMarginalMeansEffectSizeSelectedVariables
5353
name: "estimatedMarginalMeansEffectSizeSelectedVariables"
54-
title: qsTr("Selected variables")
54+
title: qsTr("Selected Variables")
5555
allowTypeChange:false
5656
info: qsTr("Variables selected for computing estimated marginal means in the effect size model.")
5757
}

0 commit comments

Comments
 (0)