From 0179fa5f3565159dd3400a89b5762f9a1ba63fd4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Apr 2018 13:34:47 -0400 Subject: Add importFrom statements --- R/coef.gensvm.R | 3 +++ 1 file changed, 3 insertions(+) (limited to 'R/coef.gensvm.R') diff --git a/R/coef.gensvm.R b/R/coef.gensvm.R index e34bba6..8f60fd4 100644 --- a/R/coef.gensvm.R +++ b/R/coef.gensvm.R @@ -26,8 +26,11 @@ #' \code{\link{predict.gensvm}}, \code{\link{gensvm-package}} #' #' @method coef gensvm +#' #' @export #' +#' @importFrom stats coef +#' #' @examples #' x <- iris[, -5] #' y <- iris[, 5] -- cgit v1.2.3