Learn R Programming

SkewHyperbolic (version 0.4-2)

ais: Australian Institute of Sport data

Description

Data on 102 male and 100 female athletes collected at the Australian Institute of Sport, courtesy of Richard Telford and Ross Cunningham.

Usage

data(ais)

Arguments

Format

A data frame with 202 observations on 13 variables.

[, 1]sexsex
[, 2]sportsport
[, 3]rccred cell count
[, 4]wccwhite cell count
[, 5]HcHematocrit
[, 6]HgHemoglobin
[, 7]Feplasma ferritin concentration
[, 8]bmibody mass index, weight/(height)\(^2\)
[, 9]ssfsum of skin folds
[,10]Bfatbody fat percentage
[,11]lbmlean body mass
[,12]Htheight (cm)
[,13]Wtweight (Kg)

References

Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.

Examples

Run this code
data(ais)
Fe <- ais$Fe
### Not enough data to find starting values
### Use default parameter values as starting values
FeFit <- skewhypFit(Fe, startValues = "US", paramStart = c(0,1,1,1))
### Ferritin must always be non-negative
### Probability of negative values is small for fitted distribution
pskewhyp(0, param = FeFit$param)

Run the code above in your browser using DataLab