Learn R Programming

VWPre (version 1.2.5)

rm_trackloss_events: Removes events with excessive trackloss

Description

rm_trackloss_events removes events with less data than the specified amount.

Usage

rm_trackloss_events(data = data, RequiredData = NULL)

Value

An object of type data table as described in tibble.

Arguments

data

A data table object output by mark_trackloss.

RequiredData

A number indicating the percentage of data required to be included (i.e., removes events with less than this amount of data).

Examples

Run this code
if (FALSE) {
library(VWPre)
# Remove events...
df <- rm_trackloss_events(data = dat, RequiredData = 50)
}

Run the code above in your browser using DataLab