Chapter 1 (1.7) Flashcards

1
Q

True or false: rows are variables and columns are observations.

A

False

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

True or false: binary variables can take no more than two values.

A

True

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

True or false: non-binary variables can take more than two values.

A

True

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

What does “n” in R refer to?

A

The total number of observations in a dataframe.

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

How are datasets typically organized?

A

As dataframes.

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

True or false: an observation is the information collected from a particular individual or entity in the study.

A

True

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

How is an observation in a dataframe denoted?

A

As “i”.

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

How is the first observation in a dataframe written?

A

“i=1”.

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

How is the 10th observation in a dataframe written?

A

“i=10”.

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

Character variables contain what?

A

Text.

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

Numeric variables contain what?

A

Numbers.

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