By Lyra Filiola
| Next

Bootstrap Sampling Tutorial

Bootstrap Computation using R

Bootstrap is a computational method based on computer. Development of computer technology makes bootstrapping data becomes much easier than ever. Bootstrap is useful to estimate of statistics such as confidence intervals and the significance level of these statistics is depending on the number of bootstrap replications. Bootstrap method is especially useful for non parametric statistics because bootstrap method does not require any assumption about distribution of sample. This tutorial demonstrates how to use bootstrap using free statistical software package R. I provide several scripts in R programing language that use Bootstrap method to estimate the accuracy of mean of sample, and to obtain confidence interval for regression estimator using correlation model or bootstrap paired for both simple and general linear regression.

If you are new to Bootstrap, it is recommended that you first read Kardi Teknomo's Bootstrap tutorial . The content of this tutorial is as follows

Contents

Share and save this tutorial
Add to: Del.icio.us Add to: Digg Add to: StumbleUpon Add to: Reddit Add to: Slashdot Add to: Technorati Add to: Netscape Add to: Newsvine Add to: Mr. Wong Add to: Webnews Add to: Icio Add to: Folkd Add to: Yigg Add to: Linkarena Add to: Simpy Add to: Furl Add to: Yahoo Add to: Google Add to: Blinklist Add to: Blogmarks Add to: Diigo Add to: Blinkbits Add to: Ma.Gnolia Information

This tutorial is copyrighted .

Preferable reference for this tutorial is

Filiola, L., (2006) Bootstrap Computation using R, http://people.revoledu.com/kardi/tutorial/Bootstrap/Lyra/index.html