Skip to content

Commit

Permalink
Fixed typo in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-Gon committed Apr 2, 2019
1 parent ee42e13 commit 85b4009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The aim of this package is to build on `caret`'s powerful machine learning algor
iris1<-iris[1:60,]
iris2<-iris[60:nrow(iris),]
m1<-modeleR(iris1,Sepal.Length,Petal.Length,
lm,na.rm=TRUE,iris2))
lm,na.rm=TRUE,iris2)
```

Expand Down

0 comments on commit 85b4009

Please sign in to comment.