aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-12 15:34:19 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-12 15:34:19 +0100
commita2b9be39e332180f9716ec42e032cf6cb69f86e0 (patch)
tree11a91bdbb73e0eed99c12b0c02bb1e12b824b79c
parentBump version and update changelog (diff)
downloadrgensvm-a2b9be39e332180f9716ec42e032cf6cb69f86e0.tar.gz
rgensvm-a2b9be39e332180f9716ec42e032cf6cb69f86e0.zip
Fix readme typoHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.