Lab quiz 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define a vector

A

A one dimensional array of the same mode, e.g. a set of numbers (1,2,3,)

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

Define a matrix

A

A two-dimensional array of the same mode, e.g. a grid of numbers

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

Define a list

A

A collection of vectors of differing modes and lengths

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

Define a data frame

A

A matrix with list capabilites, e.g. an excel sheet

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

What does the mode of an object indicate?

A

What kinds of elements it contains

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

Define an integer

A

Any positive or negative whole number

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

Define numerical data

A

Continuous, quantitative values, e.g. pi, -56.7, 3.33

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

Define a character

A

Data that consists of a string of letters e.g. Lauren

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

Define a factor

A

Discrete values with clear groups/levels, e.g. sheltered/exposed

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

Define logial elements

A

Binary data, usually true/false - presence or absence data

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

Define an operator

A

A symbol with a pre-defined purpose in base R

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

What is this operator: <-

A

Assignment operator

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

Define a function

A

A command built into R that carries out one or several pre-determined mathematical or statistical operations

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

What does CSV stand for?

A

Comma separated values

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