slice_sample: Sample function for logs

slice_sampleR Documentation

Sample function for logs

Description

These objects are imported from other packages. Follow the links below to see their documentation.

dplyr

slice_sample

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): Sample n cases of a log.

  • slice_sample(grouped_log): Sample n cases from a grouped_log.


bupaR documentation built on April 3, 2023, 5:23 p.m.