Skip to content

Commit 624b842

Browse files
CopilotFBartos
andcommitted
Change SE column title to "Standard Error" with proper translation
Co-authored-by: FBartos <[email protected]>
1 parent 8430d6a commit 624b842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/classicalmetaanalysiscommon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4724,7 +4724,7 @@ ClassicalMetaAnalysisCommon <- function(jaspResults, dataset, options, ...) {
47244724
.maAddSeColumn <- function(tempTable, options) {
47254725

47264726
if (options[["transformEffectSize"]] == "none") {
4727-
tempTable$addColumnInfo(name = "se", title = gettext("SE"), type = "number")
4727+
tempTable$addColumnInfo(name = "se", title = gettext("Standard Error"), type = "number")
47284728
}
47294729

47304730
return(tempTable)

0 commit comments

Comments
 (0)