Displaying 1 result from an estimated 1 matches for "locationhere".
2007 Jun 15
1
subscript out of bounds error in lda
...1 5 55 8
4 1 4 66 7
5 1 3 44 6
6 1 4 55 5
7 2 5 88 9
8 2 4 99 8
9 2 8 88 9
10 2 9 76 8
11 2 8 66 9
12 2 9 99 10
13 2 10 100 9
I write:
data.tb<-read.table('locationHere.txt', header=T)
data.df<-as.data.frame (data.tb)
train<-sample (1:63, 30)
table...