Skip to content

Commit

Permalink
Remove some links to external packages in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-long committed Jul 28, 2024
1 parent 2f28eaf commit 8571eb7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/cat_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
#'
#' The function is designed for two and three-way interactions. For
#' additional terms, the
#' \code{\link[effects]{effects}} package may be better suited to the task.
#' \code{effects} package may be better suited to the task.
#'
#' This function supports nonlinear and generalized linear models and by
#' default will plot them on
Expand Down
5 changes: 4 additions & 1 deletion R/interact_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,13 @@
#'
#' @author Jacob Long \email{jacob.long@@sc.edu}
#'
#' @seealso \code{\link[rockchalk]{plotSlopes}} from \pkg{rockchalk} performs a
#' @seealso \code{plotSlopes} from \code{rockchalk} performs a
#' similar function, but
#' with R's base graphics---this function is meant, in part, to emulate
#' its features.
#'
#' Functions from the `margins` and `sjPlot` packages may also be useful
#' if this one isn't working for you.
#'
#' \code{\link{sim_slopes}} performs a simple slopes analysis with a similar
#' argument syntax to this function.
Expand Down
6 changes: 3 additions & 3 deletions R/simple_slopes.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
#'
#' @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{\link[rockchalk]{testSlopes}} performs a hypothesis test of
#' \code{testSlopes()} from `rockchalk` performs a hypothesis test of
#' differences and provides Johnson-Neyman intervals.
#'
#' \code{\link[pequod]{simpleSlope}} performs a similar analysis.
#' \code{simpleSlope()} from `pequod` performs a similar analysis.
#'
#' @references
#'
Expand Down
2 changes: 1 addition & 1 deletion man/cat_plot.Rd

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

5 changes: 4 additions & 1 deletion man/interact_plot.Rd

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

6 changes: 3 additions & 3 deletions man/sim_slopes.Rd

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

0 comments on commit 8571eb7

Please sign in to comment.