We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad0dd2 commit 7987c47Copy full SHA for 7987c47
R/ard_categorical.R
@@ -47,7 +47,7 @@
47
#' The argument expects one of the following inputs:
48
#' - a string: one of `"column"`, `"row"`, or `"cell"`.
49
#' - `"column"`, the default, returns percentages where the sum is equal to
50
-#' one within the variable after the data frame as been subset with `by`/`strata`.
+#' one within the variable after the data frame has been subset with `by`/`strata`.
51
#' - `"row"` gives 'row' percentages where `by`/`strata` columns are the 'top'
52
#' of a cross table, and the variables are the rows. This is well-defined
53
#' for a single `by` or `strata` variable, and care must be taken when there
0 commit comments