aboutsummaryrefslogtreecommitdiff
path: root/man/coef.gensvm.grid.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/coef.gensvm.grid.Rd')
-rw-r--r--man/coef.gensvm.grid.Rd2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/coef.gensvm.grid.Rd b/man/coef.gensvm.grid.Rd
index 744809f..48cf48d 100644
--- a/man/coef.gensvm.grid.Rd
+++ b/man/coef.gensvm.grid.Rd
@@ -18,11 +18,13 @@ The parameter grid of the GenSVMGrid object as a data frame.
Returns the parameter grid of a \code{gensvm.grid} object.
}
\examples{
+\dontrun{
x <- iris[, -5]
y <- iris[, 5]
grid <- gensvm.grid(x, y)
pg <- coef(grid)
+}
}
\references{