| bbsalaries | R Documentation |
Salaries of 176 professional baseball players for the 1987 season.
data(bbsalaries)
A data frame with 176 observations on the following 8 variables.
logYearsLog of the number of years experience
aveWinsAverage wins per year
aveLossesAverage losses per year
eraEarned Run Average
aveGamesAverage games pitched in per year
aveInningsAverage number of innings pitched per year
aveSavesAverage number of saves per year
logSalaryLog of the base salary in dollars
http://lib.stat.cmu.edu/datasets/baseball.data
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
data(bbsalaries)
summary(rfit(logSalary~logYears+aveWins+aveLosses+era+aveGames+aveInnings+aveSaves,data=bbsalaries))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.