data_bbsalaries {cthreshER}R Documentation

Baseball pitcher salary data

Description

Salaries of 176 piters for the 1987 season. The variables are as follows:

Usage

data(data_bbsalaries)

Format

A data frame with 176 observations on the following 2 variables.

y

Log of the base salary in dollars

x

Log of the number of years experience

Source

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Examples

data(data_bbsalaries)
## maybe str(data_bbsalaries) ; plot(data_bbsalaries) ...

[Package cthreshER version 1.1.0 Index]