b:head_first_statistics:using_hypothesis_tests
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
b:head_first_statistics:using_hypothesis_tests [2024/11/27 08:19] – [What if the sample size gets larger] hkimscil | b:head_first_statistics:using_hypothesis_tests [2024/11/27 08:30] (current) – [What if the sample size gets larger] hkimscil | ||
---|---|---|---|
Line 133: | Line 133: | ||
그런데 보통은 (r을 사용하지 않을 경우에는) 위와 같은 계산이 어려우므로, | 그런데 보통은 (r을 사용하지 않을 경우에는) 위와 같은 계산이 어려우므로, | ||
- | z 점수가 .05일 경우의 점수를 찾아 본다 | + | z 점수가 .05일 경우의 점수를 찾아 본다. 이는 |
+ | < | ||
+ | > qnorm(0.05, 0, 1) # 왼쪽 부분 5%에 해당하는 | ||
+ | [1] -1.644854 | ||
+ | > # 혹은 원점수로 살펴보면 | ||
+ | > qnorm(0.05, 90, 3) # 왼쪽 | ||
+ | [1] 85.06544 | ||
+ | </ | ||
- | 즉, 회사의 claim 인 90% cure를 받아들이지 못한다. | + | 이 때의 z 값은 -1.64 이므로 |
+ | * 이 점수와 -3.33 을 비교한다. | ||
+ | * 혹은 85.06544 를 80 점과 비교한다. | ||
+ | < | ||
다른 예: [[: | 다른 예: [[: |
b/head_first_statistics/using_hypothesis_tests.1732663148.txt.gz · Last modified: 2024/11/27 08:19 by hkimscil