Hi, My experiment consist of factorial structure with 25 genotypes and 3 salinity levels ( 25 cross 3) each with 3 replications. 14 responses were taken from the experiment and I applied MANOVA but I am applying discriminant analysis to know which response variable has significant impact on the separation of groups. I am doing the following: MANOVA<-manova(cbind(RL,SL,RFW,SFW,RDW,SDW,R.S..DW.,LA,NL,Na,K,Ca)~geneotype*S.Level,data=data) For discriminant analysis, I made a group of 1 genotype with one level of Salinity level hence a total of 75 groups. group<-paste("g", gl(75,3,length=225)) LDA<-lda(group~RL+SL+RFW+SFW+RDW+SDW+R.S..DW.+LA+NL+Na+K+Ca+K.Na+Ca.Na,data=Sdata)
Is it appropriate way? Moreover when I am plotting discriminant scores means with the circle of radius r=z/sqrt(replication) but the graph doesn't make any sense as the circles are too small too see. Thanks, Adeela
lda.pdf
Description: Adobe PDF document
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.