aboutsummaryrefslogtreecommitdiff
path: root/R/predict.gensvm.grid.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/predict.gensvm.grid.R')
-rw-r--r--R/predict.gensvm.grid.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/predict.gensvm.grid.R b/R/predict.gensvm.grid.R
index acc838f..d6f5e06 100644
--- a/R/predict.gensvm.grid.R
+++ b/R/predict.gensvm.grid.R
@@ -35,6 +35,7 @@
#' @importFrom stats predict
#'
#' @examples
+#' \dontrun{
#' x <- iris[, -5]
#' y <- iris[, 5]
#'
@@ -43,6 +44,7 @@
#'
#' # predict training sample
#' y.hat <- predict(grid, x)
+#' }
#'
predict.gensvm.grid <- function(object, newdata, ...)
{