Hi,
   
  I have a difficulty with the bootstrap procedure in boot package. How can I 
specify the size of sample at each bootstrap ? 
  I use 
        >myboot<-boot(data,boot.fun,R=300)
  when I display myboot$t I get a vector with just one value the than the 
compute statistic in my data file after reading about bootstrap in the book 
MASS I add 
       >set.seed(101)
  But I get the same result. than mean than at each boot the sample draw is 
exactly the data file. How can I do resolve this ?
   
  Sincerly !

                
---------------------------------

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to