> names(galton) [1] "child" "parent" > with(galton, cor(child,parent)) [1] 0.4588 > with(galton, cor(child,parent,method="spearman")) [1] 0.4251