[R] Drawing a random number

Christofer Bogaso bog@@o@chri@tofer @ending from gm@il@com
Thu Nov 29 20:13:35 CET 2018


Hi,

I would like to draw an Integer from a range of [10, 1000] inclusive,
however that random integer should be outside of a pre-defined vector of
integers.

Let say I draw an integer as below

as.integer(runif(1, 10, 1000))

and my pre-defined vector is

Vec = c(563, 453, 897, 567)

The policy is my drawn random integer should never be equal to any item
from Vec

Ofcourse I can use ifelse() to achieve the same, however I was wondering if
there is any direct way to get the same.

Thanks,

	[[alternative HTML version deleted]]



More information about the R-help mailing list