1.

What Is The Use Of Sample And Subset Functions In R Programming Language?

Answer»
  • Sample () FUNCTION can be USED to select a random sample of size ‘n’ from a HUGE dataset.
  • SUBSET () function is used to select variables and observations from a given dataset.



Discussion

No Comment Found