[R] Re sampling from an ECDF

Dimitris Rizopoulos d.rizopoulos at erasmusmc.nl
Thu Dec 4 12:18:23 CET 2008


say 'x' is your sample, then try

sample(x, 2000, replace = TRUE)


I hope it helps.

Best,
Dimitris


Spiderschwein wrote:
> Good day everyone,
> 
> I have about 500 values to generate my ecdf.
> Now I want to sample 2000 values i.i.d. distributed according to my ecdf.
> 
> Is it possible to sample from an ecdf? 
> If yes, I would appreciate your help.
> 
> Martin
> 

-- 
Dimitris Rizopoulos
Assistant Professor
Department of Biostatistics
Erasmus Medical Center

Address: PO Box 2040, 3000 CA Rotterdam, the Netherlands
Tel: +31/(0)10/7043478
Fax: +31/(0)10/7043014



More information about the R-help mailing list