search for: trainsep04

Displaying 2 results from an estimated 2 matches for "trainsep04".

2007 Mar 27
1
Jackknife estimates of predict.lda success rate
...is. Any suggestions of how to generate the jackknife reclassification to assess classification accuracy? (BTW, commands I used to generate predictions appended below.) Many thanks Mat Vanderklift > library(MASS) > Sep04 <- read.table("Sep04 dataframe2.txt", header=TRUE) > trainSep04 <- Sep04[1:125,] > Sep04.lda <- lda(Reef ~ ., trainSep04) > Sep04.lda > predict.Sep04 <- predict(Sep04.lda, Sep04) $class [[alternative HTML version deleted]]
2007 Apr 02
0
Plots from lda and predict.lda
...discriminant in the range approximately +4 to +10 (the commands follow). Could anybody suggest what is happening here? (I can attach files with plots separately if requested). Regards Mat Vanderklift > library(MASS) > Sep04 <- read.table("Sep04 dataframe.txt", header=TRUE) > trainSep04 <- Sep04[1:125,] > Sep04.lda <- lda(Reef ~ ., trainSep04, prior=c(1,1,1,1,1,1,1)/7) > plot(Sep04.lda, dimen=2) > predict.Sep04 <- predict(Sep04.lda, Sep04) > plot(predict.Sep04$x[1:125,], main="September 2004", xlab="first linear discriminant", ylab="se...