Last chance! 50% off unlimited learning
Sale ends in
The data frame, heights
, is converted from this table.
data(cubits)
table2matrix
for demonstrations of analysis and displays of the data.table2matrix
, table2df
, ellipses
, heights
, peas
,galton
data(cubits)
cubits
heights <- table2df(cubits,labs = c("height","cubit"))
ellipses(heights,n=1,main="Galton's co-relation data set")
ellipses(jitter(heights$cubit,3),jitter(heights$height,3),pch=".",main="Galton's co-relation data set") #add in some noise to see the points
Run the code above in your browser using DataLab