Skip to content

Commit b70b2ac

Browse files
committed
made the example data a lot more noisy
1 parent 7d50115 commit b70b2ac

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

data-raw/example_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library(tidyverse)
33
n_items <- 5
44
set.seed(1)
55

6-
rankings <- BayesMallows::sample_mallows(1:5, 5, 100, thinning = 1000)
6+
rankings <- BayesMallows::sample_mallows(1:5, .2, 100, thinning = 1000)
77
colnames(rankings) <- paste0("item", 1:5)
88

99
complete_rankings <- tibble(timepoint = 1:100, user = 1:100) %>%

data/complete_rankings.rda

-85 Bytes
Binary file not shown.

data/pairwise_preferences.rda

42 Bytes
Binary file not shown.

data/partial_rankings.rda

-113 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)