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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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]]
>
> ______________________________________________
> [EMAIL PROTECTED] 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
>
>

______________________________________________
[EMAIL PROTECTED] 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

Reply via email to