openintro (version 1.7.1)

outliers: Simulated data sets for different types of outliers

Description

Data sets for showing different types of outliers

Usage

data("outliers")

Arguments

Format

A data frame with 50 observations on the following 5 variables.

x

a numeric vector

y

a numeric vector

xInf

a numeric vector

yLev

a numeric vector

yOut

a numeric vector

Examples

Run this code
# NOT RUN {
data(outliers)
## maybe str(outliers) ; plot(outliers) ...
# }

Run the code above in your browser using DataCamp Workspace