@@ -859,7 +859,7 @@ ClassicalMetaAnalysisCommon <- function(jaspResults, dataset, options, ...) {
859
859
pooledEstimatesTable $ position <- 4
860
860
pooledEstimatesTable $ dependOn(c(" heterogeneityTau" , " heterogeneityTau2" , " heterogeneityI2" , " heterogeneityH2" ,
861
861
" confidenceIntervals" , " confidenceIntervalsLevel" , " predictionIntervals" , " transformEffectSize" ,
862
- " includeFullDatasetInSubgroupAnalysis" ))
862
+ " standardError " , " includeFullDatasetInSubgroupAnalysis" ))
863
863
modelSummaryContainer [[" pooledEstimatesTable" ]] <- pooledEstimatesTable
864
864
865
865
pooledEstimatesTable $ addColumnInfo(name = " par" , type = " string" , title = " " )
@@ -1331,7 +1331,7 @@ ClassicalMetaAnalysisCommon <- function(jaspResults, dataset, options, ...) {
1331
1331
estimatedMarginalMeansTable $ dependOn(c(switch (
1332
1332
parameter ,
1333
1333
effectSize = c(" estimatedMarginalMeansEffectSize" , " estimatedMarginalMeansEffectSizeSdFactorCovariates" , " estimatedMarginalMeansEffectSizeTestAgainst" ,
1334
- " estimatedMarginalMeansEffectSizeTestAgainstValue" , " transformEffectSize" , " predictionIntervals" ),
1334
+ " estimatedMarginalMeansEffectSizeTestAgainstValue" , " transformEffectSize" , " predictionIntervals" , " standardError " ),
1335
1335
heterogeneity = c(" estimatedMarginalMeansHeterogeneity" , " estimatedMarginalMeansHeterogeneityTransformation" , " estimatedMarginalMeansHeterogeneitySdFactorCovariates" )
1336
1336
)))
1337
1337
variableContainer [[" estimatedMarginalMeansTable" ]] <- estimatedMarginalMeansTable
@@ -1394,7 +1394,7 @@ ClassicalMetaAnalysisCommon <- function(jaspResults, dataset, options, ...) {
1394
1394
contrastsTable $ position <- 1
1395
1395
contrastsTable $ dependOn(switch (
1396
1396
parameter ,
1397
- effectSize = c(" contrastsEffectSize" , " contrastsEffectSizePValueAdjustment" , " predictionIntervals" , " transformEffectSize" ),
1397
+ effectSize = c(" contrastsEffectSize" , " contrastsEffectSizePValueAdjustment" , " predictionIntervals" , " transformEffectSize" , " standardError " ),
1398
1398
heterogeneity = c(" contrastsHeterogeneity" , " contrastsHeterogeneityPValueAdjustment" , " estimatedMarginalMeansHeterogeneityTransformation" )
1399
1399
))
1400
1400
variableContainer [[" contrastsTable" ]] <- contrastsTable
@@ -4723,7 +4723,7 @@ ClassicalMetaAnalysisCommon <- function(jaspResults, dataset, options, ...) {
4723
4723
}
4724
4724
.maAddSeColumn <- function (tempTable , options ) {
4725
4725
4726
- if (options [[" transformEffectSize" ]] == " none" ) {
4726
+ if (options [[" standardError " ]] && options [[ " transformEffectSize" ]] == " none" ) {
4727
4727
tempTable $ addColumnInfo(name = " se" , title = gettext(" Standard Error" ), type = " number" )
4728
4728
}
4729
4729
0 commit comments