Re: [R] bootstrapping

2010-01-20 Thread aaron.foley
Got it. Thanks > CC: r-help@r-project.org > From: dwinsem...@comcast.net > To: aaron.fo...@students.tamuk.edu > Subject: Re: [R] bootstrapping > Date: Wed, 20 Jan 2010 10:34:20 -0500 > > > On Jan 20, 2010, at 10:23 AM, > > wrote: > > > > > Hello, > > > > > > > > I was able to boot

Re: [R] bootstrapping

2010-01-20 Thread aaron.foley
Hello, I was able to bootstrap 1000 times, 20 times (20 columns of 1000 values). Is there a way to get mean for each column? Thanks! Aaron > Date: Sat, 16 Jan 2010 00:04:59 +0100 > From: stephan.kola...@gmx.de > To: aaron.fo...@students.tamuk.edu > CC: r-help@r-project.org > S

Re: [R] bootstrapping

2010-01-19 Thread aaron.foley
Thanks all for your help! Aaron > Date: Sat, 16 Jan 2010 00:04:59 +0100 > From: stephan.kola...@gmx.de > To: aaron.fo...@students.tamuk.edu > CC: r-help@r-project.org > Subject: Re: [R] bootstrapping > > Hi Aaron, > > try the argument "statistic=mean". Then boot() will give you the mean >

[R] bootstrapping

2010-01-15 Thread aaron.foley
Hi All, I'm new to R so please bear with me. I have a dataset with 337 turn angles ranging from -180 to 180 degrees. I need to bootstrap (sample with replacement) 1,000 times to create expected average turn angle with 95% CIs. The code is pretty straightforward (<-boot(data =, statistic