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.
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.