# NOT RUN {
### Look at the miles per gallon descriptives:
examine(mtcars$mpg, stem=FALSE, plots=FALSE);
### Separate for the different number of cylinders:
examineBy(mtcars$mpg, by=mtcars$cyl,
stem=FALSE, plots=FALSE,
extremeValues=FALSE,
descr.include=c('central tendency', 'spread'));
# }
Run the code above in your browser using DataLab