xmp06.02 {Devore5} | R Documentation |
The xmp06.02
data frame has 20 rows and 1 columns.
This data frame contains the following columns:
This is the same data set as xmp04.29
.
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
data(xmp06.02) summary(xmp06.02) # gives mean, median, etc. attach(xmp06.02) mean(range(Voltage)) # average of the extremes mean(Voltage, trim = 0.1) # trimmed mean