Sample function for eventlog
sample_n(tbl, size, replace = FALSE, weight = NULL, .env = NULL, ...)# S3 method for log
sample_n(tbl, size, replace = FALSE, weight = NULL, .env = NULL, ...)
# S3 method for grouped_log
sample_n(tbl, size, replace = FALSE, weight = NULL, .env = NULL, ...)
Event log
integer: Number of cases to sample
logical (default FALSE): Sample with replacement TRUE or without FALSE.
Sampling weights. This must evaluate to a vector of non-negative numbers the same length as the input. Weights are automatically standardised to sum to 1.
Deprecated; please don't use.
ignored
sample_n(log): Sample n cases of eventlog
sample_n(grouped_log): Stratified sampling of a grouped eventlog: sample n cases within each group
slice_sample