week 2 Flashcards

1
Q

data wrangling parts

A

1-import
2- tidy
3- transform (visualize, model) all part of understanding, then communicate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

data code book is

A

table with all variables in the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

part 3 of transform data using what functions

A

mutate, filter arrange, summarize, group_by

How well did you know this?
1
Not at all
2
3
4
5
Perfectly