Skip to content

Commit 7ee1694

Browse files
committed
avoid warning in example
1 parent db6c331 commit 7ee1694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/dominance_analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#' # Dominance Analysis with Weighted Logit Regression
127127
#' model_wt <- glm(vs ~ cyl + carb + mpg,
128128
#' data = mtcars,
129-
#' weights = wt, family = binomial()
129+
#' weights = wt, family = quasibinomial()
130130
#' )
131131
#'
132132
#' dominance_analysis(model_wt, quote_args = "weights")

man/dominance_analysis.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.

0 commit comments

Comments
 (0)