Skip to content

Commit c7ad6fe

Browse files
committed
fix
1 parent 8a80d97 commit c7ad6fe

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Description: Collection of convenient functions for common statistical computati
1616
License: GPL-3
1717
Depends:
1818
R (>= 3.4),
19-
utils
19+
utils,
20+
stats
2021
Imports:
2122
bayestestR,
2223
datawizard,

R/wtd_se.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
#' levels giving the corresponding groups and \code{rhs2} a variable with weights.
2929
#' @param y Optional, bare (unquoted) variable name, or a character vector with
3030
#' the variable name.
31-
#' @param grp Bare (unquoted) name of the cross-classifying variable, where
32-
#' \code{x} is grouped into the categories represented by \code{grp},
33-
#' or a character vector with the variable name.
3431
#' @param mu A number indicating the true value of the mean (or difference in
3532
#' means if you are performing a two sample test).
3633
#' @param ci.lvl Confidence level of the interval.

man/weighted_se.Rd

Lines changed: 0 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)