+5 votes
in R Language by
reopened by
What is the use of sample and subset functions in R programming language?

1 Answer

0 votes
by
reshown by

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.

Related questions

+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
+3 votes
asked Jul 28, 2019 in R Language by Aarav2017
...