Displaying 1 result from an estimated 1 matches for "d'indices".
2005 Dec 20
2
boot problem
Hello,
This is the code that is giving me problems
>library(boot)
>data<-read.table("test",header=FALSE,sep="\t",row.names=1)
>data
V2 V3 V4
A 5 8 9
B 12 54 89
C 65 89 23
D 32 69 44
E 21 84 97
F 33 59 71
G 16 45 93
H 2 46 55
I 22 33 88
>resample <- funct...