Skip to content

Commit

Permalink
lintr, styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 24, 2023
1 parent f5f43de commit 49fe314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion R/get_statistic.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ get_statistic.merModList <- function(x, ...) {
get_statistic.afex_aov <- function(x, ...) {
out <- data.frame(
Parameter = rownames(x$anova_table),
Statistic = x$anova_table$`F`,
Statistic = x$anova_table[["F"]],
stringsAsFactors = FALSE,
row.names = NULL
)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-coxme.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,5 @@ withr::with_environment(
expect_identical(find_statistic(m1), "z-statistic")
expect_identical(find_statistic(m2), "z-statistic")
})

}
)

0 comments on commit 49fe314

Please sign in to comment.