Q26
In R, what is the purpose of the subset() function?
A.
Create a subset of a data frame based on conditions
AnswerB.
Generate a summary of a data frame
C.
Filter data based on row and column indices
D.
Extract unique values from a vector using subsetting
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board