Skip to content

Commit

Permalink
Update add_ess_header.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Feb 2, 2025
1 parent e8ecb47 commit 911e397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_ess_header.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ add_ess_header <- function(x, header = "**{level}** \nN = {round(n)}") {
x
}

# this is an ARD function in the style of the cardx::ard_survy_*() functions
# this is an ARD function in the style of the cardx::ard_survey_*() functions
ard_survey_ess <- function(data, by = NULL) {
# calculate ESS --------------------------------------------------------------
cards::ard_continuous(
Expand Down

0 comments on commit 911e397

Please sign in to comment.