search for: discriminat

Displaying 4 results from an estimated 4 matches for "discriminat".

Did you mean: discriminate
2009 May 24
1
Animal Morphology: Deriving Classification Equation with Linear Discriminat Analysis (lda)
...114 > sum(LD1*(workWRMA$WRMA_SEX=="M"))/sum(workWRMA$WRMA_SEX=="M") [1] 2.371392 > #Eigenvalue/Canonical Correlation > model$svd [1] 26.23579 -- View this message in context: http://www.nabble.com/Animal-Morphology%3A-Deriving-Classification-Equation-with-Linear-Discriminat-Analysis-%28lda%29-tp23693355p23693355.html Sent from the R help mailing list archive at Nabble.com.
2003 Apr 18
1
stepwise discriminant analysis
Hi all, is it possible to do stepwise discriminant analysis (linear amnd non-linear) in R? If yes- which package does it|? Thanks Janine -------------------------------------------- "El gesto y la palabra son el pensamiento del hombre" Isabel Allende Janine Illian lecturer in statistics SIMBIOS School of Computing University of Abertay Dundee Bell Street Dundee, DD1 1HG Scotland,
2003 Jun 03
3
lda: how to get the eigenvalues
Dear R-users How can I get the eigenvalues out of an lda analysis? thanks a lot christoph -- Christoph Lehmann <christoph.lehmann at gmx.ch>
2004 Jul 03
1
graphic representation of a qda object
Hi, I'm a R newbie and I have a supervised 2-class classification problem. To find out the best representation of my data (dim = 45). I want to perform LDA und QDA on the diffrent data representations to find out, which is best to discriminate the 2 sets. For LDA there exists a method plot.lda shows (in the 2 class case) a histogramm of the data, projected onto the linear discriminants (pleas correct me if i'm wrong...). Now to my question: Is there a similiar possibility for plotting a QDA object ? I know, the discriminat function...