slice_sample {bupaR} | R Documentation |
These objects are imported from other packages. Follow the links below to see their documentation.
## S3 method for class 'log'
slice_sample(.data, ..., n, prop, weight_by = NULL, replace = FALSE)
## S3 method for class 'grouped_log'
slice_sample(.data, ..., n, prop, weight_by = NULL, replace = FALSE)
slice_sample(log)
: Sample n
cases of a log
.
slice_sample(grouped_log)
: Sample n
cases from a grouped_log
.