Skip to content
Prev 391105 / 398506 Next

bootstraping by groups

Hello,

Sorry, there's an error.

?s 22:33 de 22/03/2022, Rui Barradas escreveu:
This function should be


boot_fun <- function(data, FUN, R){
   boot.prop <- boot(data, FUN, R)
   c(boot.prop = mean(boot.prop$t))
}


Hope this helps,

Rui Barradas