mobilizingcs / MobilizePrime

Simple wrapper functions for high school curriculum
http://www.exploringcs.org/curriculum
5 stars 2 forks source link

Warning messages in numerical summaries #31

Closed jimmylovestea closed 10 years ago

jimmylovestea commented 10 years ago

When running code such as data(titanic); mean(~age | survived, data = titanic), the warning message ends up looking 'funny'. Need to add a \n to the numerical summary functions. We should also consider adding in the total number of points or the percentage of the data that's missing.

jimmylovestea commented 10 years ago

Done.