Displaying 1 result from an estimated 1 matches for "eds_null".
Did you mean:
dt_null
2006 May 31
1
trouble with boot ()
...tric 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
should be set.
I think I need to reproduce in boot () the following
loop:
eds_null <- numeric(1000)
for (i in 1:1000) eds_null[i] <- eds (sample(x,replace=T)),
where "x" is a data matrix (n-by-m) with n rows corresponding to
individual samples, and m-columns corresponding to the different
attributes. For example:...