Sampling in R functions

Hi everyone!
I need a help. I’d like to know if there’s a method or a function in R to make sampling from a big dataframe without altering data distribution.
Thank you very much!

sample(your_df,500,replace=FALSE)

See help(sample)

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.