Rstudio Flashcards

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

abs()

A

computes the absolute value of a number

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

ls()

A

lists all objects in the environment

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

rm()

A

removes objects from the environment

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

getwd()

A

get the working directory

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

round(3.2464, digits=3)

A

rounds the number to 3 digits

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

c()

A

combines values and characters together

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

length()

A

gives the total number of elements in a list

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

max()

A

gives largest element

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

mean()

A

computes mean from a list of numbers

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

range()

A

computes range

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

sum()

A

computes sum

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

names(classify)[classify==max(classify)]

A

computes the mode

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

median()

A

computes the median

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