Skip to content

Commit

Permalink
small bugfix for examples to describe.Anova
Browse files Browse the repository at this point in the history
  • Loading branch information
achetverikov committed Jul 10, 2024
1 parent de3a99a commit e18d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @examples
#'
#' mod <- lm(conformity ~ fcategory * partner.status, data = Moore, contrasts = list(fcategory = contr.sum, partner.status = contr.sum))
#' mod <- lm(conformity ~ fcategory * partner.status, data = carData::Moore, contrasts = list(fcategory = contr.sum, partner.status = contr.sum))
#' afit <- car::Anova(mod)
#' describe.Anova(afit, "fcategory")
#' describe.Anova(afit, 2, 4)
Expand Down

0 comments on commit e18d2da

Please sign in to comment.