ctmmweb icon indicating copy to clipboard operation
ctmmweb copied to clipboard

Use Outlie in outlier page

Open chfleming opened this issue 5 years ago • 15 comments

@jmcalabrese @NoonanM

Mike and I both prefer selecting outliers just from the plot of the output of outlie, rather than the histograms.

For instance:

OUT <- outlie(DATA)
plot(OUT)

It seems easier to see the outliers in plot(OUT) than in the histograms of OUT$speed and OUT$distance.

chfleming avatar May 22 '19 14:05 chfleming