From a2b9be39e332180f9716ec42e032cf6cb69f86e0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 12 Sep 2020 15:34:19 +0100 Subject: Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d05d1ea..0dc27f9 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The main GenSVM functions are: * `gensvm` : Fit a GenSVM model for specific model parameters. * `gensvm.grid` : Run a cross-validated grid search for GenSVM. -Both these functions return S3 objects that for which `plot` and `predict` +Both these functions return S3 objects for which `plot` and `predict` functions are available. For the GenSVMGrid object the function is applied to the best model found during training. For both of these objects a `coef` function is also available. -- cgit v1.2.3