From 4f22141faf57d7e53761574067f2924aceb88e0f Mon Sep 17 00:00:00 2001 From: bgreenwell Date: Thu, 26 May 2022 21:35:33 -0400 Subject: [PATCH] remove URL to plotmo --- R/partial.R | 2 +- man/partial.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/partial.R b/R/partial.R index ef7de27..a3687a9 100644 --- a/R/partial.R +++ b/R/partial.R @@ -39,7 +39,7 @@ #' \strong{plotmo} package). If \code{TRUE}, then \code{partial()} will compute #' predictions across the predictors specified in \code{pred.var} while holding #' the other predictors constant (a "poor man's partial dependence" function as -#' Stephen Milborrow, the author of \strong{plotmo} package), puts it). +#' Stephen Milborrow, the author of \strong{plotmo}, puts it). #' Default is \code{FALSE}. Note this works with \code{ice = TRUE} as well. #' WARNING: This option is currently experimental. Use at your own risk. It is #' possible (and arguably safer) to do this manually by passing a specific diff --git a/man/partial.Rd b/man/partial.Rd index fda75f9..6ecf2a8 100644 --- a/man/partial.Rd +++ b/man/partial.Rd @@ -83,7 +83,7 @@ approximate, marginal effect plot (similar in spirit to the \strong{plotmo} package). If \code{TRUE}, then \code{partial()} will compute predictions across the predictors specified in \code{pred.var} while holding the other predictors constant (a "poor man's partial dependence" function as -Stephen Milborrow, the author of \strong{plotmo} package), puts it). +Stephen Milborrow, the author of \strong{plotmo}, puts it). Default is \code{FALSE}. Note this works with \code{ice = TRUE} as well. WARNING: This option is currently experimental. Use at your own risk. It is possible (and arguably safer) to do this manually by passing a specific