mean()
for arithmetic mean:medians is the value separating data into lower half and an upper half, i.e. 50 % of the values are less than or equal to the median and 50 % are greater than or equal to the median
median is more robust and minimizes influence of outliers
use function median()
max()
, min()
or range()
sd()
IQR()
- Robust, minimizes influence of outliers.
Various plots of a normal distribution
Use the dataset dartpoints.csv and:
count mean and median weight, how do they differ?
what is the range of the weights?
calculate 3) the mean value and 4) the standard deviation of length, BUT do it for each type (variable “Name”) of the dartpoint (use the function aggregate()
)
AES_707 Statistics seminar for archaeologists | Descriptive stats