Data Camp : Intermediate R Practice Flashcards

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

hist() is a function to caluclate what?

A

Histogram

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

boxplot() is use to plot ?

A

Box plot graph

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

……is a an Error which does not mean a mistake. It refers to a difference between the sample and population that results from not having access to the entire population

A

sampling error.

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

A proportion refers to the fraction of the total that possesses a certain attribute.

A

mean() ….

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

print(logs[[i]]$details$message)

A

, print out the message, available inside the details element of each log entry.

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

when you suppplied argum by both nameand position. if you first supply argum by name , any subsequent vectors that are not by name will be allign to matching by position

A

Great! keepNA is matched by argument; vec is then matched by position; as the first parameter was matched by name, R matches vec with the first argument of nchar(), which is x

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