Learn R Programming

SIN (version 0.4)

fowlbones: Fowl Bones

Description

Bone measurements are taken on 276 white leghorn fowl. The 6 variables are:
  • skull length,
  • skull breadth,
  • humerous (wings),
  • ulna (wings),
  • femur (legs),
  • tibia (legs).

Usage

data(fowlbones)

Arguments

format

A list providing a summary of the data. The list contains: lcl{ fowlbones$means : the mean vector, fowlbones$stddev : the vector of standard deviations, fowlbones$corr : the correlation matrix, and fowlbones$n : the sample size. }

source

Whittaker, J. (1990) Graphical models in applied multivariate statistics. Chichester: Wiley. (See p.266).

Examples

Run this code
data(fowlbones)
fowlbones$means
fowlbones$stddev
fowlbones$corr
fowlbones$n

Run the code above in your browser using DataLab