Kindly let me know the process to carry out a Linear discriminant analysis...thanks in advance Arup -- View this message in context: http://www.nabble.com/Linear-Discriminant-Analysis-tp22199424p22199424.html Sent from the R help mailing list archive at Nabble.com.
Dear Arup, See the lda function in the MASS package. In general,> require(MASS)Loading required package: MASS> ?ldaHTH, Jorge On Wed, Feb 25, 2009 at 4:44 AM, Arup <arup.pramanik27@gmail.com> wrote:> > Kindly let me know the process to carry out a Linear discriminant > analysis...thanks in advance > > Arup > -- > View this message in context: > http://www.nabble.com/Linear-Discriminant-Analysis-tp22199424p22199424.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > 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. >[[alternative HTML version deleted]]
Maybe as a starter RSiteSearch("linear discriminant analysis") R has tools to help you help yourself with this types of questions. -Christos> -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Arup > Sent: Wednesday, February 25, 2009 4:45 AM > To: r-help at r-project.org > Subject: [R] Linear Discriminant Analysis > > > Kindly let me know the process to carry out a Linear > discriminant analysis...thanks in advance > > Arup > -- > View this message in context: > http://www.nabble.com/Linear-Discriminant-Analysis-tp22199424p > 22199424.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > 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. > >