minor typo (#2751)

* minor typo

* typo

* Update discoverYourData.md
This commit is contained in:
Icyblade Dai
2017-09-27 22:45:10 -07:00
committed by Sergei Lebedev
parent 5c9f0ff9d9
commit 5c9f01d0a9
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ The purpose of this Vignette is to show you how to use **Xgboost** to discover a
This Vignette is not about predicting anything (see [Xgboost presentation](https://github.com/dmlc/xgboost/blob/master/R-package/vignettes/xgboostPresentation.Rmd)). We will explain how to use **Xgboost** to highlight the *link* between the *features* of your data and the *outcome*.
Pacakge loading:
Package loading:
```r
@@ -368,7 +368,7 @@ print(c2)
## X-squared = 35.475, df = 35, p-value = 0.4458
```
Pearson correlation between Age and illness disapearing is **35.48**.
Pearson correlation between Age and illness disappearing is **35.48**.
```r