Skip to content

Commit

Permalink
fix problem with contrasts
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Feb 15, 2024
1 parent 14672ed commit f46b0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/heplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
#' @examples
#'
#' ## iris data
#' contrasts(iris$Species) < -matrix(c(0,-1,1, 2, -1, -1), 3,2)
#' contrasts(iris$Species) < - matrix(c(0,-1,1, 2, -1, -1), 3,2)
#' contrasts(iris$Species)
#'
#' iris.mod <- lm(cbind(Sepal.Length, Sepal.Width, Petal.Length, Petal.Width) ~
Expand Down
2 changes: 1 addition & 1 deletion man/heplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f46b0f3

Please sign in to comment.