diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 13:34:47 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 13:34:47 -0400 |
| commit | 0179fa5f3565159dd3400a89b5762f9a1ba63fd4 (patch) | |
| tree | 51228d63b1333b2e5e08578b6fc0d751fe983fe8 /R/coef.gensvm.R | |
| parent | Remove debug symbols from compilation (diff) | |
| download | rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.tar.gz rgensvm-0179fa5f3565159dd3400a89b5762f9a1ba63fd4.zip | |
Add importFrom statements
Diffstat (limited to 'R/coef.gensvm.R')
| -rw-r--r-- | R/coef.gensvm.R | 3 |
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] |
