Last chance! 50% off unlimited learning
Sale ends in
cubits
) is taken from Galton (1888). Unfortunately, there seem to be some errors in the original data table in that the marginal totals do not match the table.The data frame, heights
, is converted from this table using table2df
.
data(heights)
cubits
is taken from Galton (1888). There seem to be some errors in the table as published in that the row sums do not agree with the actual row sums. These data are used to create a matrix using table2matrix
for demonstrations of analysis and displays of the data.table2matrix
, table2df
, cubits
, ellipses
, galton
data(heights)
ellipses(heights,n=1,main="Galton's co-relation data set")
Run the code above in your browser using DataLab