Skip to content

Commit a134a8b

Browse files
Update README.md
1 parent b0a5134 commit a134a8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ Example of 2 x 2 table is provided here. As an exercise, consider a paper about
102102
####################################################
103103
# HIT Test# # #
104104
# Negative# True Positive # False Positive #
105-
# # 7 # 72 #
105+
# # 35 # 0 #
106106
####################################################
107107
# HIT Test# # #
108108
# Positive# False Negative # True Negative #
109-
# # 35 # 0 #
109+
# # 7 # 72 #
110110
####################################################
111111

112112
#Stroke
113-
#Sensitiviy=TP/(TP+FN)=17%
114-
#Specificity=TN/(TN+FP)=0%
113+
#Sensitiviy=TP/(TP+FN)=83%
114+
#Specificity=TN/(TN+FP)=100%
115115

116116
```
117117

0 commit comments

Comments
 (0)