Last data update: 2014.03.03

R: Tennis Income
Top20R Documentation

Tennis Income

Description

Top20 contains data (in millions of dollars) corresponding to the earnings of 15 randomly selected tennis players whose earnings fall somewhere in positions 20 through 100 of ranked earnings.

Usage

Top20

Format

A data frame with 15 observations on the following variable:

income

yearly income in millions of dollars

Source

http://www.atptennis.com/en/

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

with(data = Top20, 
EDA(income))

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(PASWR)
Loading required package: e1071
Loading required package: MASS
Loading required package: lattice
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/PASWR/Top20.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Top20
> ### Title: Tennis Income
> ### Aliases: Top20
> ### Keywords: datasets
> 
> ### ** Examples
> 
> with(data = Top20, 
+ EDA(income))
[1] "income"
Size (n)  Missing  Minimum   1st Qu     Mean   Median   TrMean   3rd Qu 
  15.000    0.000    3.860    4.920    6.180    5.680    6.180    7.670 
    Max.   Stdev.     Var.  SE Mean   I.Q.R.    Range Kurtosis Skewness 
  10.100    1.833    3.361    0.473    2.750    6.240   -0.718    0.712 
SW p-val 
   0.139 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>