Skip to content

Commit

Permalink
Update R/ard_chisqtest.R
Browse files Browse the repository at this point in the history
Co-authored-by: Zelos Zhu <[email protected]>
Signed-off-by: Daniel Sjoberg <[email protected]>
  • Loading branch information
ddsjoberg and zdz2101 authored Feb 7, 2024
1 parent 196ad33 commit 61620a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ard_chisqtest.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ard_chisqtest <- function(data, by, variable, ...) {
dplyr::case_when(
.data$stat_name %in% "statistic" ~ "X-squared Statistic",
.data$stat_name %in% "p.value" ~ "p-value",
.data$stat_name %in% "paramter" ~ "Degrees of Freedom",
.data$stat_name %in% "parameter" ~ "Degrees of Freedom",
TRUE ~ .data$stat_name,
)
)
Expand Down

0 comments on commit 61620a5

Please sign in to comment.