search for: eds_ab

Displaying 1 result from an estimated 1 matches for "eds_ab".

Did you mean: eds_abs
2006 May 31
1
trouble with boot ()
...in the following code: eds<-function(x) { r<-cor(x) paren<-1-abs(r)/2 denom<-sum(sum(paren)+0.5) desvio<-sd(x) media<-mean(x) a<-desvio/media nom<-sum(a*(sum(paren)+0.5)) eds_abs<-nom/denom print(eds_abs) } I need to calculate the nonparametric bootstrap confidence intervals for "eds_abs", but I am confuse about how I should call the second argument for statistic function (). What I don't understand is where the index...