일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- dplyr
- select()
- sample_n()
- proc contents
- summarize()
- filter()
- samp;e_frac()
- groupe_by()
- AES
- mutate()
- distinct()
- arrange()
- 대칭형 알고리즘
Archives
- Today
- Total
Gae Ko's Blog
[SAS] TTEST 결과 분석 본문
Method | Variances | DF | t Value |
Pr > |t| |
---|---|---|---|---|
Pooled | Equal | 674 | -10.30 | <.0001 |
Satterthwaite | Unequal | 673.47 | -14.24 | <.0001 |
Some people use the simple rule here:
- When the p-value (shown under "Pr>F") is greater than 0.05, then the variances are equal then read the "Pooled" section of the result
- When the p-value (shown under "Pr>F") is no more than 0.05, then the variances are unqueal then read the "Satterthwaite" section of the result
(출처 : http://www.stat.purdue.edu/~tqin/system101/method/method_two_t_sas.htm)
'통계 > SAS ' 카테고리의 다른 글
[SAS] 분산분석하고 싶어. PROC ANOVA (0) | 2017.11.17 |
---|---|
[SAS] VARCOMP 프로시저 (0) | 2017.11.17 |
[SAS] keep, drop 옵션 (0) | 2017.10.08 |
[SAS] proc gplot 플롯 그리기 (0) | 2017.10.07 |
[SAS] input 문에서 데이터입력시 (@@의 역할) (0) | 2017.10.07 |