This is a bit trivial but how can i generate the set of numbers in x not included in the sample.
x=rnorm(6,0,1)
k=sample(x,3)
This is a bit trivial but how can i generate the set of numbers in x not included in the sample.
x=rnorm(6,0,1)
k=sample(x,3)
Copyright © 2021 Jogjafile Inc.
Rather than sampling the values, sample the indexes.