| baseball {Rfit} | R Documentation |
Baseball Card Data
Description
These data come from the back-side of 59 baseball cards that Carrie had.
Usage
data(baseball)
Format
A data frame with 59 observations on the following 6 variables.
heightHeight in inches
weightWeight in pounds
bata factor with levels
LRSthrowa factor with levels
LRfielda factor with levels
01averageERA if the player is a pitcher and his batting average if the player is a fielder
Source
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
Examples
data(baseball)
wilcox.test(height~field,data=baseball)
rfit(weight~height,data=baseball)
[Package Rfit version 0.27.0 Index]