powered by
Contains the wing length, tail length, and bill length from 12 birds
data(bird.traits)
A data frame with 12 observations (birds) on the following 3 variables.
wing.length
a numeric vector containing wing length in cm
tail.length
a numeric vector containing tail length in cm
bill.length
a numeric vector containing bill length in cm
Dataset from Zar (1999; page 444)
# NOT RUN { data(bird.traits) (w=kendall.w(bird.traits)) # }
Run the code above in your browser using DataLab