c:ps1-1:2023:schedule:note
Differences
This shows you the differences between two versions of the page.
c:ps1-1:2023:schedule:note [2023/09/18 08:29] – created hkimscil | c:ps1-1:2023:schedule:note [2023/09/18 08:39] (current) – hkimscil | ||
---|---|---|---|
Line 9: | Line 9: | ||
pnorm(3)-pnorm(-3) | pnorm(3)-pnorm(-3) | ||
- | pnorm(2)-pnorm(-2) | + | # .95 부분을 찾기 위해서는 |
+ | # qnorm을 사용해 본다 | ||
+ | # qnorm(percent, mean=0, sd=1) | ||
+ | perc68h <- .68 + (.32*.5) | ||
+ | perc68l <- .32*.5 | ||
+ | qnorm(perc68h, | ||
+ | qnorm(perc68l) | ||
ahi2 <- qnorm(.975) | ahi2 <- qnorm(.975) | ||
alo2 <- qnorm(.025) | alo2 <- qnorm(.025) |
c/ps1-1/2023/schedule/note.1694993350.txt.gz · Last modified: 2023/09/18 08:29 by hkimscil