Skip to content

Commit

Permalink
Merge pull request #324 from r-causal/ess
Browse files Browse the repository at this point in the history
add ess
  • Loading branch information
LucyMcGowan authored Feb 27, 2025
2 parents f67ea80 + c17e180 commit 95144b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chapters/10-estimands.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ Even though we are not doing a survey analysis, the same techniques are helpful
#| message: false
#| warning: false
library(survey)
library(halfmoon)
seven_dwarfs_svy <- svydesign(
ids = ~1,
data = seven_dwarfs_wts,
Expand All @@ -384,6 +385,7 @@ tbl_svysummary(
by = park_extra_magic_morning,
include = c(park_ticket_season, park_close, park_temperature_high)
) |>
add_ess_header() |>
add_overall(last = TRUE)
```

Expand Down Expand Up @@ -471,6 +473,7 @@ tbl_svysummary(
by = park_extra_magic_morning,
include = c(park_ticket_season, park_close, park_temperature_high)
) |>
add_ess_header() |>
add_overall(last = TRUE)
```

Expand Down Expand Up @@ -551,6 +554,7 @@ tbl_svysummary(
by = park_extra_magic_morning,
include = c(park_ticket_season, park_close, park_temperature_high)
) |>
add_ess_header() |>
add_overall(last = TRUE)
```

Expand Down Expand Up @@ -630,6 +634,7 @@ tbl_svysummary(
by = park_extra_magic_morning,
include = c(park_ticket_season, park_close, park_temperature_high)
) |>
add_ess_header() |>
add_overall(last = TRUE)
```

Expand Down Expand Up @@ -776,6 +781,7 @@ tbl_svysummary(
by = park_extra_magic_morning,
include = c(park_ticket_season, park_close, park_temperature_high)
) |>
add_ess_header() |>
add_overall(last = TRUE)
```

Expand Down
Binary file modified chapters/10-estimands_files/figure-html/unnamed-chunk-33-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95144b4

Please sign in to comment.