1.

What does the subset function do in R?

Answer»

The subset function in R is used for multiple PURPOSES such as:

  • Returning subsets of a vector, MATRIX, or DATA frame which MEETING a particular condition
  • Selecting specific elements of a data structure.


Discussion

No Comment Found