test2 Multiple test correction 2020.11.30 - [Statistics] - P-value 2020.10.26 - [Statistics] - FDR : False Discovery Rate FWER, Family-wise error rate = Pr(FP ≥ 1) : false positive를 적어도 한개 이상 가지고 있을 확률. Significance level을 alpha 로 놓고 m번의 테스트가 있을 때, false positive 적어도 한 개 이상을 가지고 있을 확율은 다음과 같다. 이렇게 되면 테스트가 많을 수록 FWER이 높아지게 된다. 즉, 허용하는 false positive 많다는 얘기다. False positive를 줄이기 위해 Bonferronni limit을 적용하여 FWER을 고정하는 방법이 있다. 위 방.. 2021. 6. 10. Fisher's exact test Fisher's exact test - for small samples - categorical data * Chi-squre test is for large samples. It means that it is an approximation of Fisher's exact test. 위와 같은 데이터가 있다고 하자. 구하고자 하는 것은 다음과 같다. "전체 샘플18명에서 7명을 선택했을 때, case 8명 중에서 positive인 3명과 control 10명 중에 positive 4명을 선택할 확률은 얼마나 될 것인가?" 이런 경우 Fisher's exact test를 적용하게 된다. Pr(K = 7) = ( 8c3 * 10c4 ) / 18c7 달리말해, Hypergeometric distribution.. 2021. 6. 1. 이전 1 다음