Update title in README; rebuild

This commit is contained in:
2026-01-09 17:16:31 +01:00
parent d411821974
commit f029510984
9 changed files with 18 additions and 21 deletions
+8 -10
View File
@@ -4,9 +4,7 @@ measurements
## MASS anorexia data
1. Analyze the original data:
- In R, see ?MASS::anorexia
- Data preparation
Data preparation
``` r
data(anorexia, package = "MASS")
@@ -20,11 +18,13 @@ lattice::xyplot(Postwt ~ Prewt, dat, groups = Treat,
type = c("g", "r", "p"), auto.key = TRUE)
```
- Estimate the average treatment effect (ATE) for FT relative to CBT.
- What is the 95% CI for the ATE?
- What are the pre- and post-weight means for the two groups?
- What are the baseline-adjusted means for the two groups?
1. Analyze the original data:
- In R, see ?MASS::anorexia
- Estimate the average treatment effect (ATE) for FT relative to
CBT.
- What is the 95% CI for the ATE?
- What are the pre- and post-weight means for the two groups?
- What are the baseline-adjusted means for the two groups?
2. Run a power simulation for a replication study:
- Draw plausible pre-weights.
- Specify the minimum relevant effect.
@@ -41,5 +41,3 @@ lattice::xyplot(Postwt ~ Prewt, dat, groups = Treat,
- the R code, output, and plots (if any)
Render the R or Rmd file to HTML.
### Reference
Binary file not shown.