detect_duration_outliers {daqapo} | R Documentation |
Detect activity duration outliers
Description
Function detecting duration outliers for a particular activity
Usage
detect_duration_outliers(activitylog, ..., details, filter_condition)
Arguments
activitylog |
The activity log |
... |
for each activity to be checked, an argument "activity_name" = duration_within(...) to define bounds. See ?duration_within |
details |
Boolean indicating wheter details of the results need to be shown |
filter_condition |
Condition that is used to extract a subset of the activity log prior to the application of the function |
Value
activitylog containing the rows of the original activity log for which activity duration outliers are detected Information on the presence of activity duration outliers
See Also
Examples
data("hospital_actlog")
detect_duration_outliers(activitylog = hospital_actlog,
Treatment = duration_within(bound_sd = 1))
[Package daqapo version 0.3.2 Index]