diff --git a/R/interact_plot.R b/R/interact_plot.R index c962e03..b32388f 100755 --- a/R/interact_plot.R +++ b/R/interact_plot.R @@ -136,8 +136,8 @@ #' appears above the legend. If \code{NULL}, the name of the moderating #' variable is used. #' -#' @param colors See [jtools_colors] for details on the types of arguments -#' accepted. Default is "CUD Bright" for factor +#' @param colors See [`jtools_colors`][jtools::jtools_colors] for details on the +#' types of arguments accepted. Default is "CUD Bright" for factor #' moderators, "Blues" for +/- SD and user-specified \code{modx.values} #' values. #' diff --git a/R/simple_slopes.R b/R/simple_slopes.R index 4d8f7cb..4076f61 100644 --- a/R/simple_slopes.R +++ b/R/simple_slopes.R @@ -1025,7 +1025,7 @@ nobs.sim_slopes <- function(object, ...) { #' @param x The [sim_slopes()] object. #' @param format The method for sharing the slope and associated uncertainty. #' Default is `"{estimate} ({std.error})"`. See the instructions for the -#' `error_format` argument of [export_summs()] for more on your +#' `error_format` argument of [jtools::export_summs()] for more on your #' options. #' @param sig.levels A named vector in which the values are potential p value #' thresholds and the names are significance markers (e.g., "*") for when diff --git a/man/as_huxtable.sim_margins.Rd b/man/as_huxtable.sim_margins.Rd index 688229c..0594a4a 100644 --- a/man/as_huxtable.sim_margins.Rd +++ b/man/as_huxtable.sim_margins.Rd @@ -20,7 +20,7 @@ as_huxtable.sim_margins( \item{format}{The method for sharing the slope and associated uncertainty. Default is \code{"{estimate} ({std.error})"}. See the instructions for the -\code{error_format} argument of \code{\link[=export_summs]{export_summs()}} for more on your +\code{error_format} argument of \code{\link[jtools:export_summs]{jtools::export_summs()}} for more on your options.} \item{sig.levels}{A named vector in which the values are potential p value diff --git a/man/as_huxtable.sim_slopes.Rd b/man/as_huxtable.sim_slopes.Rd index 7cf6e3f..6728542 100644 --- a/man/as_huxtable.sim_slopes.Rd +++ b/man/as_huxtable.sim_slopes.Rd @@ -20,7 +20,7 @@ as_huxtable.sim_slopes( \item{format}{The method for sharing the slope and associated uncertainty. Default is \code{"{estimate} ({std.error})"}. See the instructions for the -\code{error_format} argument of \code{\link[=export_summs]{export_summs()}} for more on your +\code{error_format} argument of \code{\link[jtools:export_summs]{jtools::export_summs()}} for more on your options.} \item{sig.levels}{A named vector in which the values are potential p value diff --git a/man/interact_plot.Rd b/man/interact_plot.Rd index 444f67c..8e09b85 100755 --- a/man/interact_plot.Rd +++ b/man/interact_plot.Rd @@ -197,8 +197,8 @@ for the plot. If \code{NULL}, no main title is used.} appears above the legend. If \code{NULL}, the name of the moderating variable is used.} -\item{colors}{See \link{jtools_colors} for details on the types of arguments -accepted. Default is "CUD Bright" for factor +\item{colors}{See \code{\link[jtools:jtools_colors]{jtools_colors}} for details on the +types of arguments accepted. Default is "CUD Bright" for factor moderators, "Blues" for +/- SD and user-specified \code{modx.values} values.}