aboutsummaryrefslogtreecommitdiff
path: root/R/coef.gensvm.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/coef.gensvm.R')
-rw-r--r--R/coef.gensvm.R3
1 files changed, 3 insertions, 0 deletions
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]