Skip to content

Commit af5481c

Browse files
committed
small update in README.md
1 parent 98b2e2a commit af5481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In other distributions, package names may differ slightly. To build RuleKit, ple
6666
```
6767
install.packages(c('RWeka','XML','caret','rprojroot','devtools'))
6868
```
69-
Then, build the package with *Install and Restart* (the appropiate version of RTools will be downloaded automatically, if it is not present at the target platform). RuleKit will be installed under default R package directory.
69+
Then, build the package with *Install and Restart* button (the appropiate version of RTools will be downloaded automatically, if it is not present at the target platform). RuleKit will be installed under default R package directory.
7070

7171
Below we present a survival analysis of *BMT-Ch* dataset with RuleKit R package. The set concerns the problem of analyzing factors contributing to the patients’ survival following bone marrow transplants. In order to perform the experiment, please run [./examples/survival.R](./examples/survival.R) script in R. As a result, a rule model is trained and survival function estimates for the entire dataset and for the rules are plotted.
7272

0 commit comments

Comments
 (0)