Displaying 1 result from an estimated 1 matches for "workwrma".
Did you mean:
workarea
2009 May 24
1
Animal Morphology: Deriving Classification Equation with Linear Discriminat Analysis (lda)
...mplete this equation.
Please, if anybody is familiar or able to to help please let me know. There
is a spot in the acknowledgments for you.
All the best,
Chase Mendenhall
Below is the R Commander Windows
http://www.nabble.com/file/p23693355/LDA-WRMA.csv LDA-WRMA.csv :
Script Window:
#Dataset
workWRMA = read.csv("C:\\Users\\Chase\\Documents\\Interpubic
Distance\\LDA\\LDA-WRMA.csv")
workWRMA
#Linear Discriminant Function
model<-lda(WRMA_SEX~WRMA_WG+WRMA_WT+WRMA_ID,data=workWRMA)
model
plot(model)
predict(model)
#Wilk's Lambda FYI:(Sqrt(1- Wilks? lamda)=canonical correlation)
X&...