Skip to content

Commit

Permalink
Merge pull request jtleek#3 from Fredus14/gh-pages
Browse files Browse the repository at this point in the history
fixed small typo
  • Loading branch information
jtleek committed Sep 17, 2015
2 parents 9943636 + 30ff742 commit e60f9f0
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/01_11_transforms.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ls()

## Skewed distributions

We would like continuous data to be nice and summetric like a normal distribution for two reasons:(1) plots are easier to see this way and (2) most statistical methods are designed to work better for non-skewed data.
We would like continuous data to be nice and symmetric like a normal distribution for two reasons:(1) plots are easier to see this way and (2) most statistical methods are designed to work better for non-skewed data.

```{r}
hist(rnorm(1000),col=2)
Expand Down
236 changes: 236 additions & 0 deletions vignettes/01_11_transforms.html

Large diffs are not rendered by default.

0 comments on commit e60f9f0

Please sign in to comment.