차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
med:통계분석 [2015/07/13 00:21] – [정확도(Accuracy)란?] 115.93.88.196 | med:통계분석 [2016/07/10 09:41] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | {{tag> 통계 }} | ||
======통계분석 ====== | ======통계분석 ====== | ||
줄 58: | 줄 59: | ||
- | =====정확도(Accuracy)란? | ||
- | |||
- | " | ||
- | |||
- | {{: | ||
- | |||
- | That is, the accuracy is the proportion of true positives]] and true negatives]] in the population. It is a parameter of the test. | ||
- | |||
- | {{http:// | ||
- | |||
- | An accuracy of 100% means that the test recognizes all sick and well people as such. | ||
- | |||
- | * 위양성률: | ||
=====RR vs OR===== | =====RR vs OR===== | ||
줄 160: | 줄 148: | ||
[[meta-analysis]] | [[meta-analysis]] | ||
- | {{tag> 통계 }} | + | =====검사의 타당도===== |
+ | |||
+ | |||
+ | 진단검사법의 타당도 | ||
+ | |||
+ | |검사 결과| 병 있음|병 없음|전체| | ||
+ | |양성|a|b|a+b | | ||
+ | |음성|c|d|c+d | | ||
+ | |전체|a+c|b+d|a+b+c+d| | ||
+ | |||
+ | * 민감도(감수성, | ||
+ | * 특이도(특이성, | ||
+ | |||
+ | * 위양성(의양성, | ||
+ | * 위음성(의음성, | ||
+ | |||
+ | * 유병률(prevalence)=(a+c)/ | ||
+ | |||
+ | * 양성 예측도(positive predictive value)=a/ | ||
+ | * 음성 예측도(negative predictive value)=d/ | ||
+ | |||
+ | |||
+ | * 양성 가능도 비(likelihood ratio positive, LR+)=[a/ | ||
+ | * 음성 가능도 비(likelihood ratio negative, LR-)=[c/ | ||
+ | |||
+ | |||
+ | |||