[Rd] [boot] bootstrap issue when at least one strata has only one (PR#13586)

2009-03-10 Thread dsoudant
Full_Name: Dominique Soudant Version: 2.4.1 OS: Winbdows Submission from: (NULL) (134.246.54.61) R 2.4.1 boot 1.2-27 Let us consider the following example with 8 strata, one observation for each : > library(boot) > df <- data.frame(Values=runif(8),month=1:8) > df Values month 1 0.0272154

[Rd] [boot] bootstrap issue when at least one strata has only one observation (PR#13584)

2009-03-09 Thread dsoudant
Full_Name: Dominique Soudant Version: 2.4.1 OS: Winbdows Submission from: (NULL) (134.246.54.61) R 2.4.1 boot 1.2-27 Let us consider the following example with 8 strata, one observation for each : > library(boot) > df <- data.frame(Values=runif(8),month=1:8) > df Values month 1 0.0272154