[R] error message + boot library

Pedro Mardones mardones.p at gmail.com
Tue Jan 29 06:27:00 CET 2008


Dear all;

What can be wrong with this simple example?

library(boot)
d1<-c(rnorm(10,mean=10))
fm<-function(d,i) mean(d[i])
bd1<-boot(d1,fm,10000)

> Error: evaluation nested too deeply: infinite recursion / options(expressions=)?

Thanks for any idea



More information about the R-help mailing list