Skip to content

Commit aa1b016

Browse files
authored
The permutations package is called permutations, not permutation
This was a typo that cost me some time when learning R through an edX course
1 parent 3601aa7 commit aa1b016

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
@@ -33,7 +33,7 @@ including:
3333
- create a factor variable from the quantiles of a continuous variable
3434
(`quantcut`),
3535
- enumerate permutations and combinations (`combinations`,
36-
`permutation`),
36+
`permutations`),
3737
- calculate and convert between fold-change and log-ratio
3838
(`foldchange`, `logratio2foldchange`, `foldchange2logratio`),
3939
- calculate probabilities and generate random numbers from Dirichlet

0 commit comments

Comments
 (0)