R Flashcards

1
Q

Logical VERSUS String variables

A

Logical: take on (T/F) or (1/0)
String: words

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

an object in R

A

is anything you decided to be an object

Ex. Kimmy (arrow) object

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

vector

A

one dimensional object lined up together (string, logical, ect but has to be one kind)

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

data frames, ggplots

A

can be an object

basically anything in R can be an object

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

<-c(x,y,z,l)

A

vector

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

a bunch of vectors stuck together

A

data set

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