Re: [R] help (boot)

2008-05-22 Thread Chuck Cleland
On 5/21/2008 4:52 PM, Sharai Gomez-Raygoza wrote: Hi!!! I am trying to run a bootstrap but I have troubles. My code is as follows theta <- function(x){mean(x,)} boot1<-boot(x,theta,R=1000) Error in statistic(data, original, ...) : unused argument(s) (1:487) Any help is welcome Thanks When s

[R] help (boot)

2008-05-22 Thread Sharai Gomez-Raygoza
Hi!!! I am trying to run a bootstrap but I have troubles. My code is as follows theta <- function(x){mean(x,)} boot1<-boot(x,theta,R=1000) Error in statistic(data, original, ...) : unused argument(s) (1:487) Any help is welcome Thanks [[alternative HTML version deleted]]