-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f47b9df
commit 635ff72
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# no assessment set | ||
|
||
Code | ||
assessment(xx$splits[[1]]) | ||
Condition | ||
Error in `as.data.frame()`: | ||
! There is no assessment data set for an `rsplit` object with class perm_split. | ||
|
||
# printing | ||
|
||
Code | ||
permutations(mtcars, 1) | ||
Output | ||
# Permutation sampling | ||
# Permuted columns: [mpg] | ||
# A tibble: 25 x 2 | ||
splits id | ||
<list> <chr> | ||
1 <split [32/0]> Permutations01 | ||
2 <split [32/0]> Permutations02 | ||
3 <split [32/0]> Permutations03 | ||
4 <split [32/0]> Permutations04 | ||
5 <split [32/0]> Permutations05 | ||
6 <split [32/0]> Permutations06 | ||
7 <split [32/0]> Permutations07 | ||
8 <split [32/0]> Permutations08 | ||
9 <split [32/0]> Permutations09 | ||
10 <split [32/0]> Permutations10 | ||
# i 15 more rows | ||
|