Skip to content

Commit 7996697

Browse files
committed
update docs
1 parent 175e1cd commit 7996697

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Suggests:
4747
Encoding: UTF-8
4848
NeedsCompilation: no
4949
Roxygen: list(markdown = TRUE, r6 = FALSE)
50-
RoxygenNote: 7.0.0
50+
RoxygenNote: 7.0.1
5151
Collate:
5252
'Filter.R'
5353
'mlr_filters.R'

R/FilterAnova.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
#' ```
1414
#'
1515
#' @description ANOVA F-Test filter calling [stats::aov()]. Note that this is
16-
#' equivalent to a t-test for binary classification.
16+
#' equivalent to a \eqn{t}-test for binary classification.
1717
#'
18-
#' The filter value is `-log10(p)` where `p` is the p-value. This transformation
19-
#' is necessary to ensure numerical stability for very small p-values.
18+
#' The filter value is `-log10(p)` where `p` is the \eqn{p}-value. This transformation
19+
#' is necessary to ensure numerical stability for very small \eqn{p}-values.
2020
#'
2121
#' @family Filter
2222
#' @template seealso_filter

R/FilterKruskalTest.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#' flt("kruskal_test")
1313
#' ```
1414
#'
15-
#' @description Kruskal-Wallis rank sum test filter calling
16-
#' [stats::kruskal.test()]. The filter value is `-log10(p)` where `p` is the
17-
#' p-value. This transformation is necessary to ensure numerical stability for
18-
#' very small p-values.
15+
#' @description Kruskal-Wallis rank sum test filter calling [stats::kruskal.test()].
16+
#'
17+
#' The filter value is `-log10(p)` where `p` is the \eqn{p}-value. This transformation
18+
#' is necessary to ensure numerical stability for very small \eqn{p}-values.
1919
#'
2020
#' @family Filter
2121
#' @template seealso_filter

man/FilterAnova.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/FilterKruskalTest.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)