Displaying 20 results from an estimated 2000 matches similar to: "Discriminant Correspondence Analysis"
2006 Jul 20
2
Correspondence analysis with R -follow up
Hi all,
thank you for your answers; i've tried both cca from vegan library, and
dudi.coa from ade4 library; one last question: my deal is mainly with
contingency tables, like the one i'm posting here
acciaieria<-c(.41,.02,.44,.04,.09)
laminatoio<-c(.34,.28,.26,.01,.11)
fonderia<-c(.48,.05,.34,.08,.05)
leghe<-c(.45,.19,.25,.03,.08)
2005 Jan 11
2
Re:Chi-square distance
> Hi
> I'm Ph.D student and I need an R code to compute the chi square diistance between n profile rows in a matrix.
>
> could you help me please?
> Thanks
>
> Paola
>
____________________________________________________________
2006 Dec 05
1
Cummulative Variance in Correspondence Analysis (ADE4)
Hi all:
How can I calculate the cumulative variance (or variance for each component)
in correspondence analysis?
If were possible in ADE4 package
Thank you
-- Antonio Punzón Merino
O__---- Instituto Español de Oceanografía
c/ /'_ --- Centro Oceanográfico de Santander
(*) \(*) -- Promontorio de San Martín S/N
~~~~~~~~~~ 39004-Santander; Spain
PO BOX: 240
Tlf: +34 942 29 10 60
Fax: +34
2009 Aug 03
1
principal component analysis for class variables
Dear Forum,
I have a class variable 1 (populations A-E), and two other class variables,
variable 2 and variable 3. What I want is to see if the combination of var 2
and var 3, will give me a pattern that allows to distinguish populations.
I found several packages like ade4, with pcaiv function and factoMineR. but
there are not working. Using the ade4 package, when I try to build the pca:
pca1
2005 Nov 11
1
Snow parLapply
Dear R-user,
I am trying to use the function 'parLapply' from the 'snow' package
which is supposed to work the same wys as 'lapply' but for a
parallelized cluster of computers. The function I am trying to call in
parallel is 'dudi.pca' (from the 'ade4' package) which performs
principal component analyses. When I call this function on a list of
2005 Oct 06
1
Compare two distance matrices
Hi all,
I am trying to compare two distance matrices with R. I would like to
create a XY plot of these matrices and do some linear regression on
it. But, I am a bit new to R, so i have a few questions (I searched in
the documentation with no success).
The first problem is loading a distance matrix into R. This matrix is
the output of a the Phylip program Protdist and lookes like this:
5
2008 Jan 18
1
residuals from pcaiv
Dear R users,
How can I extract the residuals from a pcaiv/rda in ade4?
In Vegan there is the
residuals()
function, giving the approximation of the original data from the
unconstrained ordination
Is there something similar in ade4?
Nikos
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>
2006 Jul 20
3
Correspondence analysis with R
Hello everybody,
i'm having some trouble performing correspondence analysis with R for Mac OS
X. Does anyone know about some useful package?
And also, if i had found coordinates of points representing row and column
profiles, how do i put them in a single figure with labels identifying each
one of them?
This thing is getting me almost crazy...
Thank you in advance for answering,
bye
2013 Jan 17
2
error installing KEGGSOAP
Hi, I am new to bioconductor, trying to install KEGGSOAP package, but got warnings() when installing and error message when trying to load the package, can anyone suggest what went wrong?
many thanks
John
> source("http://bioconductor.org/biocLite.R")
Bioconductor version 2.11 (BiocInstaller 1.8.3), ?biocLite for help
> biocLite("KEGGSOAP")
BioC_mirror:
2013 Oct 01
5
Análisis de componentes principales con ade4 y FactoMineR
Hola compañeros de la lista, qué tal.
Estoy haciendo un análisis de componentes principales utilizando
las funciones "dudi.pca" (paquete "ade4") y "PCA" (paquete
"FactoMineR"). Sucede que al comparar las coordenadas de cada individuo
que obtiene cada función, las que corresponden al segundo componente
principal tienen idéntica magnitud pero con
2013 Oct 01
3
Análisis de componentes principales con ade4 y FactoMineR
Instalo ade4 correctamente y no me abren los datos como por ejemplo
data(bsetal97)
¿Qué piensan de eso?
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org]
En nombre de Francesc Carmona
Enviado el: Tuesday, October 01, 2013 7:30 AM
Para: r-help-es en r-project.org
Asunto: Re: [R-es] Análisis de componentes principales con ade4 y FactoMineR
Por definición
2013 Aug 27
2
Encontrar las variables más importantes en componentes principales
Hola compañeros de la lista. Qué tal.
Tengo un análisis de componentes principales, en el que se evalúan
aproximadamente 1000 variables. Usando la función dudi.pca e
inertia.dudi obtengo una cantidad de información sobre la influencia de
las variables sobre los dos componentes principales. Me gustaría saber
si existe alguna función que sobre esta información me arrojara la lista
de
2005 Apr 07
3
analyse des correspondances multiples
bonjour,
Je voudrais faire une analyse des correspondances multiples avec R. avec
les repr?sentation graphiques correspondantes avec R.
je ne sais pas comment proc?der ..
en vour remerciant par avance
Faouzi
2001 Sep 22
2
Finding a 3D convex hull in R
Dear List Members,
I'm presently carrying out morphological analysis of a data set of neuronal
structures. These are essentially 3D binary trees. In due course I will be
trying to use discriminant analysis or other methods to classify these
neurons based on morphological variables such as total tree length, segment
number etc.
I would like to calculate a 3D convex hull for a set of X,Y,Z
2006 Oct 01
0
New package 'ade4TkGUI', a Tcl/Tk GUI for ade4
Dear R-Users,
ade4TkGUI is a new package available on CRAN. It implements a Tcl/Tk
graphical user interface (GUI) for the ade4 package.
Only the most basic functions of ade4 have a GUI in this first
version : classical one-table data analysis methods (PCA, COA,
MCA, PCO, etc.), one table with groups of rows (BGA, WGA, DA),
and two-tables analysis methods (Coinertia analysis, CCA, PCAIV).
2006 Oct 01
0
New package 'ade4TkGUI', a Tcl/Tk GUI for ade4
Dear R-Users,
ade4TkGUI is a new package available on CRAN. It implements a Tcl/Tk
graphical user interface (GUI) for the ade4 package.
Only the most basic functions of ade4 have a GUI in this first
version : classical one-table data analysis methods (PCA, COA,
MCA, PCO, etc.), one table with groups of rows (BGA, WGA, DA),
and two-tables analysis methods (Coinertia analysis, CCA, PCAIV).
2007 Nov 23
4
PCA with NA
Dear all,
(Mac OS X 10.4.11, R 2.6.0)
I have a quantitative dataset with a lot of Na?s in it. So many, that
it is not possible to delete all rows with NA?s and also not
possible, to delete all variables with NA?s.
Is there a function for a principal component analysis, that can deal
with so many NA?s.
Thanks in advance
Birgit
Birgit Lemcke
Institut f?r Systematische Botanik
2013 Aug 29
1
Resumen de R-help-es, Vol 54, Envío 22
Hola! No he podido consultar la doc. del paquete ade4, algo debe estar caído en CRAN ahora mismo.
Dos cosas sobre la metodología -aun desconociendo los detalles de cómo lo hace ade4:
El output de un PCA, los "pesos" de cada variable en las dimensiones de los componentes se interpretan como correlaciones, a mayor valor absoluto mayor asociación variable-componente. Ahora, como tales
2010 Nov 16
3
discriminant function analysis
My objective is to look at differences in two species of fish from morphometric measurements. My morphometric measurements are head length, eye diameter, snout length, and measurements from tail to each fin. I want to use discrimanant function analyis to determine if there are differences between the two species.
I am familiar with R but new to discrimannt function analysis. I want to learn