R 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.”
2
Q
What packages are you most familiar with? What do you like or dislike about them?
A
Answer
3
Q
How do you split a continuous variable into different groups/ranks in R?
A
Answer
4
Q
Write a function in R language to replace the missing value in a vector with the mean of that vector.
A
Answer