Skip to content

Commit d01ade2

Browse files
jingjtangJingjing Tang
authored andcommitted
Fixed the error in the documentation of se
1 parent a18184e commit d01ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quidel_covidtest/DETAILS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ p = 100 * X / N
3535

3636
The estimated standard error is simply:
3737
```
38-
se = 1/100 * sqrt{ p*(1-p)/N }
38+
se = 100 * sqrt{ p/100 *(1-p/100)/N }
3939
```
4040
where we assume for each time point, the estimates follow a binomial distribution.
4141

0 commit comments

Comments
 (0)