Skip to content

Commit bd1b2e9

Browse files
author
ckdckd145
committed
Improvements readability in normality assumption conclusions.
1 parent be8d30a commit bd1b2e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

statmanager/messages_for_reporting.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
'eng' : "Warning: at least one case, the sample size is less than 30. Consider another analysis to check the normality assumption. ",
7373
},
7474
'shapiro' : {
75-
'kor' : "주의: 저어도 하나 이상의 경우에서 표본 수가 30보다 많습니다. 정규성 가정 충족 여부를 확인하기 위해 다른 분석을 고려하십시오. ",
75+
'kor' : "주의: 적어도 하나 이상의 경우에서 표본 수가 30보다 많습니다. 정규성 가정 충족 여부를 확인하기 위해 다른 분석을 고려하십시오. ",
7676
'eng' : "Warning: at least one case, the sample size is more than 30. Consider another analysis to check the normality assumption. ",
7777
},
7878
}
7979

8080
conclusion_for_normality_assumption = {
8181
'kor' : {
82-
'under' : '결론: 정규성 가정 미충족',
83-
'up' : '결론: 정규성 가정 충족',
82+
'under' : '정규성 가정 미충족',
83+
'up' : '정규성 가정 충족',
8484
},
8585
'eng' : {
86-
'under' : 'Conclusion: The normality assumption is not met.',
87-
'up' : 'Conclusion: The normality assumption is met.',
86+
'under' : 'The normality assumption is not met.',
87+
'up' : 'The normality assumption is met.',
8888
}
8989
}
9090

0 commit comments

Comments
 (0)