Re: [R] discriminant analysis lda under MASS

2016-03-03 Thread Jens Koch
rlson" An: "Jens Koch" , "r-help@r-project.org" Betreff: RE: [R] discriminant analysis lda under MASS If the textbook provides the equations, you can work through them directly. But without knowing more, it is hard to say. You could also conta

Re: [R] discriminant analysis lda under MASS

2016-03-03 Thread David L Carlson
, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Jens Koch Sent: Wednesday, March 2, 2016 9:19 AM To: r-help@r-project.org Subject: [R] discriminant analysis lda under MASS Hello all, I'd like to run a simple discriminant analysis to

[R] discriminant analysis lda under MASS

2016-03-02 Thread Jens Koch
Hello all, I'd like to run a simple discriminant analysis to jump into the topic with the following dataset provided by a textbook: Gruppe Einwohner Kosten 1 1642 478,2 1 2418 247,3 1 1417 223,6 1 2761 505,6 1 3991 399,3 1 2500 276 1 6261 542,5 1 3260 308,9 1 2516 453,6 1 4451 430,2 1 3504 413,8

Re: [R] discriminant analysis

2011-05-08 Thread David Cross
There is a good tutorial here: http://www.statsoft.com/textbook/discriminant-function-analysis/ I doubt your question is appropriate for this list ... good luck! David Cross d.cr...@tcu.edu www.davidcross.us On May 8, 2011, at 7:28 PM, Sylvia Rocha wrote: > I am a student of ecology from B

[R] discriminant analysis

2011-05-08 Thread Sylvia Rocha
I am a student of ecology from Brazil and I need a tutorial on discriminant analysis, can someone help me? sylvia [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Discriminant analysis

2010-12-30 Thread Uwe Ligges
Please do not double post. See my answer to your other message from today. Uwe Ligges On 30.12.2010 14:31, Yemi Oyeyemi wrote: Dear R-helpers I am having problem or reservation analyzing my data using discrminant analysis. The problem is that all my dependent variables

[R] Discriminant analysis

2010-12-30 Thread Yemi Oyeyemi
Dear R-helpers     I am having problem or reservation analyzing my data using discrminant analysis. The problem is that all my dependent variables are categorical which means that the normalty assumption is no longer valid. Can one still use discrminant analysis for such dat

Re: [R] discriminant analysis

2010-06-01 Thread Uwe Ligges
Which kind of discriminant analysis? If you mean LDA, use lda() in package MASS and read the correpsonding book "Modern Applied Statistics with S" by Venables and Ripley published by Springer. Uwe Ligges On 01.06.2010 09:24, suman dhara wrote: Sir, Can you suggest some function for discrim

[R] discriminant analysis

2010-06-01 Thread suman dhara
Sir, Can you suggest some function for discriminant analysis for Binary response having continuous as well as categorical regressors. Thanks, Suman Dhara [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.

Re: [R] discriminant analysis

2009-08-24 Thread Rubén Roa Ureta
Beatriz Yannicelli wrote: Dear all: Is it possible to conduct a discriminant analysis in R with categorical and continuous variables as predictors? Beatriz Beatriz, Simply doing this in the R console: RSiteSearch("discriminant") yields many promising links. In particular, check documentatio

[R] discriminant analysis

2009-08-21 Thread Beatriz Yannicelli
Dear all: Is it possible to conduct a discriminant analysis in R with categorical and continuous variables as predictors? Beatriz [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

[R] Discriminant Analysis Ellipse

2009-04-10 Thread MarcioRibeiro
Hi listers, I am working on a program in order to create an ellipse as a limit of my observations there are well classified. I have two independent variables for an quadratic discriminant function between 2 groups where my mean is zero and my covariance matrix is proportional. Q=y'Ay+c My program

[R] Discriminant analysis - posterior prob

2009-04-04 Thread MarcioRibeiro
Hi listers, I have a statistical question corcerning the posteriori probability of a discriminant analysis. I am calculating the probabilities under R using the formula. posteriori_j=exp(q_j(y))/sum(q_j(y)) qj(y) is my quadratic discriminant function for the case where my covariance matrix are pro

Re: [R] Discriminant Analysis - Obtaining Classification Functions

2009-04-03 Thread Emmanuel Charpentier
reauire(MASS) ; ?predict.lda should enlighten you. Glancing at V&R4 might be a bit more illuminating... HTH Emmanuel Charpentier Le vendredi 03 avril 2009 à 22:29 +0200, Pavel Kúr a écrit : > Hello! > > I need some help with the linear discriminant analys

[R] Discriminant Analysis - Obtaining Classification Functions

2009-04-03 Thread Pavel Kúr
Hello! I need some help with the linear discriminant analysis in R. I have some plant samples (divided into several groups) on which I measured a few quantitative characteristics. Now, I need to infer some classification rules usable for identifying new samples. I have used the function lda from t

Re: [R] Discriminant analysis - stepwise procedure

2009-03-25 Thread Uwe Ligges
Jose Antonio wrote: Dear R users, I have some environmental variables and I need to find the best combination of them in order to separate two main groups (coded 1 and 2). I have performed a discriminant analysis using the stepclass function as a method for selecting the most relevant environm

[R] Discriminant analysis - stepwise procedure

2009-03-24 Thread Jose Antonio
Dear R users, I have some environmental variables and I need to find the best combination of them in order to separate two main groups (coded 1 and 2). I have performed a discriminant analysis using the stepclass function as a method for selecting the most relevant environmental variables. The pr