diff --git a/NEWS.md b/NEWS.md index 24bbf89..1d476ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # interactions 1.2.0.9000 +A special thanks to Github user @olivroy for contributing a number of mostly +under-the-hood updates prior to this release. + Enhancements: * `sim_slopes()` now supports non-continuous variables in the `pred` argument. diff --git a/R/simple_slopes.R b/R/simple_slopes.R index 8f70007..25aa93b 100644 --- a/R/simple_slopes.R +++ b/R/simple_slopes.R @@ -86,7 +86,7 @@ #' #' @family interaction tools #' -#' @seealso \code{\link{interact_plot()}} accepts similar syntax and will plot the +#' @seealso \code{\link{interact_plot}} accepts similar syntax and will plot the #' results with \code{\link[ggplot2]{ggplot}}. #' #' \code{testSlopes()} from `rockchalk` performs a hypothesis test of diff --git a/man/sim_slopes.Rd b/man/sim_slopes.Rd index 56689e9..ac07a06 100644 --- a/man/sim_slopes.Rd +++ b/man/sim_slopes.Rd @@ -232,7 +232,7 @@ multiple regression/correlation analyses for the behavioral sciences} (3rd ed.). Mahwah, NJ: Lawrence Erlbaum Associates, Inc. } \seealso{ -\code{\link{interact_plot()}} accepts similar syntax and will plot the +\code{\link{interact_plot}} accepts similar syntax and will plot the results with \code{\link[ggplot2]{ggplot}}. \code{testSlopes()} from \code{rockchalk} performs a hypothesis test of