coursebook notes - chapter 5 - data and variables Flashcards
what is the dplyr package for?
data manipulation
what is the ggplot2 package for?
making plots
What are the 2 types of variables in a data set?
numerical and categorical
what are the 2 further categories of numerical variables?
interval and ratio
what are the 2 further categories of categorical variables?
ordinal and nominal
What is a nominal variable?
refers to categories that have no natural ordering relative to one another
what is ordinal data?
observations can be assigned some meaningful order, but where the exact distance between variables is unknown
what are interval variables?
take values on a consistent numeric scale, but where the scale starts at an arbitrary point
what are ratio scale variables?
have a true zero and a known and consistent mathematical relationship between any points on the measurement scale
What is the definition of accuracy?
how close a measurement is to the true value of whatever it is you are trying to measure
What is the definition of precision?
how repeatable a measure is, irrespective of whether it is close to the actual value