R Flashcards

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

What are the different data objects in R?

A

“R objects can store values as different core data types (referred to as modes in R jargon); these include numeric (both integer and double), character and logical.”

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

What packages are you most familiar with? What do you like or dislike about them?

A

Answer

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

How do you split a continuous variable into different groups/ranks in R?

A

Answer

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

Write a function in R language to replace the missing value in a vector with the mean of that vector.

A

Answer

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