Displaying 20 results from an estimated 4000 matches similar to: "Discriminant Analysis Using Anova in R"
2002 Oct 14
3
normalizing data sets
Hi,
Can someone tell me how to normalize a data set so that the mean of the set is 0 and the variance is 1. As I understand, when you
calculate the principle components of a data set through correlation as
< princomp( dataset, cor=T ) >
then a similar calculation is performed. I would like to know how I can perform such a calulation directly. Any help would be
greatly appreciated.
Many
2002 Apr 16
6
Classification Analysis
Hi everyone,
Could somebody explain to me what is the package/function for
classification analysis. I am performing analysis of music files in the form
of MIDI files. I end up with about 750 dependent variables from the
analysis, I also have a number of independent/grouping variables that I set
manually. What I would like is to be able to predict which group a
particular MIDI files belongs to
2002 Jul 03
2
grouping in scatterplot3d
Hi all,
I've been using the scatterplot3d function (from the scatterplot3d library) to create 3D plots. I was wondering whether there is
anyway to group the points according to a particular group variable. For example I used the plot function as
plot( factor( <GROUPINGVAR> ) , <PLOTVARS> )
to organise the results in a according to the grouping variable. I was wondering
2002 Oct 17
1
panel vs subpanel in cloud from lattice library
Hi,
Could somebody explain to be the different between the panel and the subpanel parameter in the cloud function of the lattice
library. I'm not sure when to use which.
Thanks
Rishabh
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2003 May 27
3
0 margin for creating eps files
Dear all,
I am trying to create eps files of R plots (in Linux) so that I can import them into Word
(obviously in MS Windows). What I would like is for the files to be cropped so that there is no
margin around the actual plot, because I have no way of editing the files after they have been
created. I have tried using
par(mai=c(.75,.75,0,0))
in order to reduce the margin; it works fine when I
2003 Apr 10
3
multiple numerical variables in aov
Hi all,
I have a question regarding the anova function aov(). I want to perform an anova calculation
using one grouping variable but more than one numerical variables:
So instead of:
aov(v ~ g)
I want something like
aov(v1 + v2 + v3 ~ g)
Essentially I want to find out whether the variables v1, v2, v3, etc can collectively discriminate
between different values of variable g. Could
2012 Jul 27
1
A Little Help
Hi Rishabh,
I think its better not to expose RankiList to Letor.h and make it better
user friendly. So my suggestion is to convert RankList to the following
statement in this method.
std::map<Xapian::docid, double> letor_score(const Xapian::MSet & mset);
So just convert the RankList in std::map<Xapian::docid, double> format in
the methods where you need to return.
Parth.
On
2004 Feb 18
0
Discriminant Analysis Using Anova in R
Hi there,
I work for a market research company and I would like to do the following. I have a dependent variable which is commitment, and I want to see how other variables such as how 5 satisfaction variables (which are all binary variables, take the values 0 and 1) influence commitment using a discriminant analysis, could you please tell me how I can do this in R, ie: the commands for it?
Also
2002 Jul 03
2
lda from MASS function
Hi all,
I am using the lda function from the MASS library to measure the discriminance of different variables with respect to different
grouping variables by using
lda( RESULTVARS[, 1:750] , GROUPVAR , tol=0 ) where RESULTVARS contains some 750 different variables.
Occasionally there is a variable within RESULTVARS that has the same values for all values of GROUPVAR, ie no variance so
2012 Jul 18
2
Letor: Post Mid-Term plan
Hello Rishabh,
As per our previous discussion, we will talk each week now about the
project. Please update the timeline/todo/journal accordingly so that we can
check the status on this saturday for this week.
Please remember that this half of the programme is smaller and hence we
would need to be very punctual about the goals.
Regards,
Parth.
-------------- next part --------------
An HTML
2012 Jul 12
2
Mid-term progress
Hi Rishabh,
As per our last progress meeting, I am off for some days and as now its the
time to mid-term evaluation, it would be better to generate a progress
report.
For that, you should first commit the code as it is and then write 2 to 3
page summary explaining the deliverables so far and then the future plan.
Tomorrow is the last day, so better by tomorrow morning, send this across
and by
2012 Apr 24
3
Letor re-factored code
Hello Rishabh,
The attached diff file should help you to refactor the existing letor code
and plug in your code easily. I have defined the header files with the
necessary flow. I have also specified the ranker class, which should be
implemented by a new LTR models, ListNet and ListMLE in your case. The
evaluation file should be used for validating the performance of the
algorithm in the training
2007 Nov 22
3
anova planned comparisons/contrasts
Hi,
I'm trying to figure out how anova works in R by translating the
examples in Sokal And Rohlf's (1995 3rd edition) Biometry. I've hit a
snag with planned comparisons, their box 9.4 and section 9.6. It's a
basic anova design:
treatment <- factor(rep(c("control", "glucose", "fructose",
"gluc+fruct",
2004 Jan 20
1
evaluation of discriminant functions+multivariate homosce dasticity
While I don't know anything about Box's M test, I googled around and found a
Matlab M-file that computes it. Below is my straight-forward translation of
the code, without knowing Matlab or the formula (and done in a few minutes).
I hope this demonstrates one of Prof. Ripley's point: If you really want to
shoot yourself in the foot, you can probably program R to do that for you.
[BTW:
2012 Jun 05
1
Letor Project
Hi Rishabh,
I took some time out in the recent days to work on the refactoring. And now
it looks like I have included all the files necessary for the complete
code. I am sure if it will be quite easy for you now to start with the new
code. I would like you to complete it by implementing (copy/paste/little
modification) some of the methods.
https://github.com/parthg/xapian
To make it easier,
2005 Sep 29
1
Fisher's discriminant functions
Hi everyone,
I'm trying to solve a problem about how to get the
Fisher's discriminant functions of a "lda" (linear
discriminant analysis) object, I mean, the object
obtained from doing "lda(formula, data)" function of
the package MASS in R-project. This object gives me
the canonical linear functions (n-1 coefficients
matrix of n groups at least), and only with this
2002 Oct 22
1
extracting variables with patttern templates
Hi all,
I was wondering, does R have a facility to extract datasets based on a string template. I know that you can do something like:
X["a"] # extract from 'X' the dataset named 'a'.
What I would like is something which says, from 'X' extract all the datasets that have an 'a':
X[pat = "a"]
I know that the 'pat' option can
2004 Dec 01
0
[Fwd: Re: Kernel Fisher Discriminant in R?]
Ooops...I meant "formulations shouldn't be difficult"
-------- Original Message --------
Subject: Re: [R] Kernel Fisher Discriminant in R?
Date: Wed, 01 Dec 2004 08:05:38 +0200
From: Gorden Jemwa <jemwa at sun.ac.za>
To: huh at rti.org
CC: r-help at stat.math.ethz.ch
You could us the kernlab package as a building block. Implementation of
Kernel Fisher Discriminant Analysis
2006 Apr 04
0
Fisher's discriminant functions
Hi,
I am trying to solve a discriminant analysis in the same way as SPSS does it. I mean, given an amount of data, to train the discriminant analysis I obtain the Fisher's discriminant functions, an array of coefficients per group, so if I have 8 groups I get 8 linear functions, that allow me to operate with them easily and without a great cost of time.
My main problem is that I need to
2012 Oct 21
1
Linear discriminant function analysis based median as group centroid and nonparametric scale estimators???
Dear All,
I am using a specific approach for my master thesis. In essence, a
supervised reclassification is used as an intermediate step to find chemical
parameters which are able to reclassify defined groups. These variables will
be used in a next step where location and scale estimators of the groups are
important. Traditionally linear discriminant analysis is used for
reclassification which