From 8730c33bb202de3a673d7a694ae67403b292e05d Mon Sep 17 00:00:00 2001 From: David Shaub Date: Fri, 17 Feb 2017 13:45:51 -0700 Subject: [PATCH] fix typo, add link --- pkg/caret/R/varImp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/caret/R/varImp.R b/pkg/caret/R/varImp.R index ee0adbfcc..874935c31 100644 --- a/pkg/caret/R/varImp.R +++ b/pkg/caret/R/varImp.R @@ -4,7 +4,7 @@ #' \code{train} and method specific methods #' #' For models that do not have corresponding \code{varImp} methods, see -#' \code{filerVarImp}. +#' \code{\link{filterVarImp}}. #' #' Otherwise: #'