slice_sample {bupaR} | R Documentation |
Sample function for logs
Description
These objects are imported from other packages. Follow the links below to see their documentation.
- dplyr
Usage
## 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)
Methods (by class)
-
slice_sample(log)
: Samplen
cases of alog
. -
slice_sample(grouped_log)
: Samplen
cases from agrouped_log
.
[Package bupaR version 0.5.4 Index]