summary_of_hypothesis_testing:code01
Differences
This shows you the differences between two versions of the page.
| summary_of_hypothesis_testing:code01 [2025/11/30 15:29] – created hkimscil | summary_of_hypothesis_testing:code01 [2025/11/30 15:39] (current) – hkimscil | ||
|---|---|---|---|
| Line 111: | Line 111: | ||
| m.p2 | m.p2 | ||
| + | x.p.est <- seq(m.treated.s-5*se.s, | ||
| + | | ||
| + | | ||
| + | y.p.est <- dnorm(x.p.est, | ||
| + | |||
| + | plot(x.p.est, | ||
| + | | ||
| + | main = " | ||
| + | xlab = " | ||
| + | se1 <- c(m.treated.s-se.s, | ||
| + | se2 <- c(m.treated.s-2*se.s, | ||
| + | se3 <- c(m.treated.s-3*se.s, | ||
| + | abline(v=c(m.treated.s, | ||
| + | | ||
| + | ' | ||
| + | ' | ||
| + | | ||
| pt(diff/ | pt(diff/ | ||
| t.test(treated.s, | t.test(treated.s, | ||
| - | |||
| </ | </ | ||
summary_of_hypothesis_testing/code01.1764516543.txt.gz · Last modified: by hkimscil
