week 2 Flashcards
1
Q
data wrangling parts
A
1-import
2- tidy
3- transform (visualize, model) all part of understanding, then communicate
2
Q
data code book is
A
table with all variables in the table
3
Q
importing data 4 parts
A
1- clear undertsanding of data
2- review codebook
3- learn about data : view head is.na, summary functions
4- quick visual understadn: plot, stem hist
4
Q
what is 2nd part of tidy data
A
each variable (subject to change) must have its own column
each observation has its own row
each value has its own cell
5
Q
part 3 of transform data using what functions
A
mutate, filter arrange, summarize, group_by