Skip to content

Commit 9849004

Browse files
committed
fix
1 parent cc4449b commit 9849004

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

NAMESPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ S3method(print,sj_xtab_stat)
2929
S3method(print,svyglm.nb)
3030
S3method(print,svyglm.zip)
3131
S3method(residuals,svyglm.nb)
32+
S3method(svyglm,nb)
33+
S3method(svyglm,zip)
3234
S3method(terms,svyglm.nb)
3335
S3method(weighted_correlation,default)
3436
S3method(weighted_correlation,formula)
@@ -87,8 +89,6 @@ export(se)
8789
export(se_ybar)
8890
export(smpsize_lmm)
8991
export(survey_median)
90-
export(svyglm.nb)
91-
export(svyglm.zip)
9292
export(table_values)
9393
export(var_pop)
9494
export(weight)

R/wtd_se.R

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@
3131
#'
3232
#' @return The weighted (test) statistic.
3333
#'
34-
#' @note `weighted_chisq()` is a convenient wrapper for `\link{crosstable_statistics`}.
35-
#' For a weighted one-way Anova, use `means_by_group()` with
36-
#' `weights`-argument.
37-
#' \cr \cr
38-
#' `weighted_ttest()` assumes unequal variance between the two groups.
39-
#'
4034
#' @examples
35+
#' data(efc)
4136
#' weighted_se(efc[, 1:3], runif(n = nrow(efc)))
4237
#'
4338
#' # survey_median ----

man/svyglm.nb.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/svyglm.zip.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/weighted_se.Rd

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

0 commit comments

Comments
 (0)