From 14ee0a202f1c7eaa4cf52f17927ebd8d98fd552d Mon Sep 17 00:00:00 2001 From: kss2k Date: Thu, 9 Jan 2025 11:10:31 +0100 Subject: [PATCH] remove bad link in doc for simple_slopes --- R/simple_slopes.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/simple_slopes.R b/R/simple_slopes.R index 36b227a..cb19358 100644 --- a/R/simple_slopes.R +++ b/R/simple_slopes.R @@ -79,9 +79,7 @@ #' (or prediction) interval. #' } #' An attribute \code{"variable_names"} (list of \code{x}, \code{z}, \code{y}) -#' is attached for convenience. Typically, the returned object can be passed to -#' \code{plot()} or \code{\link{plot.simple_slopes}} to visualize the slopes and their -#' intervals. +#' is attached for convenience. #' #' @export #'