Displaying 1 result from an estimated 1 matches for "srswr".
Did you mean:
srsr
2009 Apr 28
1
Random Sample with Unique function
Dear R-users
I have a dataset of 243 lines with replicate information for 20 different individuals (ID).
I would like to randomly sample this dataset 100 times with a selection of unique IDs in each sample.
First to create a random sample I have;
cc<-read.table(blah.blah.blah)
names(cc)
[1] "CALL" "CONTEXT" "ORDER" "ID"