[R] boostrapping at R

Mahmoud K. Okasha m.okasha at palnet.com
Thu Feb 19 02:14:22 CET 2004


Hi,

After reading your data you can use functions such as :
bts <- numeric (500)
for (i in 1:500) bts[i] <- sample(yourdata, replace=TRUE)

Regards

----- Original Message -----
From: "Ricardo Huaman" <huamanr at mef.gob.pe>
To: <R-help at stat.math.ethz.ch>
Sent: Wednesday, February 18, 2004 10:59 PM
Subject: [R] boostrapping at R


> Friends:
>
> How can I do boostrapping at R?
>
> Thanks
>
> Ricardo.
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
>
>




More information about the R-help mailing list