Parameters: numerical measures (of location, dispersion, shape, association, etc.) computed from N data values from a population
Population: a large group (of people, objects, locations) of interest
Statistics: numerical measures (of location, dispersion, shape, association, etc.) computed from n data values from a sample
Sample: a small group taken from the population to represent it
summary(data)
attach(data)
mtcars$mpg
only exists in mtcars, but attach(mtcars)
creates mpg as a standalone vectorvar(data)
sd(data)
Mode: most common value (highest frequency)