Displaying 20 results from an estimated 1000 matches similar to: "basic question"
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
2004 Nov 04
2
biplot drawing conc ellipses
Is there an option to draw concentration ellipses in biplots ? It seems
really nice to summarize large number of points of each group.
Cheers../ Murli
2004 Apr 29
1
problem with pca
Hello
I have some kind of problem with R.
I want to do a pca (I work on R and ade4 library) but R doesn't wan to
realize my pca because of my data:
I have some binary variable (presence/absence of birds, hole, vegetals...)
and metric variable (cliff 's size...) and each time I have an error message
because of the mix of the 2 type of variable.
So, what can I do?
 
Famille SALMON
 
2005 May 16
3
Mental Block with PCA of multivariate time series!
Please could someone point me in the right direction as I appear to be
having a total mental block with fairly basic PCA problem!
I have a large dataframe where rows represent independent
observations and columns are variables. I am wanting to perform PCA
sequentially on blocks of nrows at a time and produce a graphical output
of the loadings for the first 2 EOFs for each variable.
I'm sure
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
2011 Nov 05
1
testing significance of axis loadings from multivariate dudi.mix
Hi all
I?m trying to tests the significance of loadings from a ordination of 46 variables 
(caategorical, ordinal and nominal). I used dudi.mix from ade4 for the ordination. A 
years ago Jari Oksanen wrote this script implementing Peres-Neto et al. 2003 (Ecology) 
bootstraping method:
netoboot <- function (x, permutations=1000, ...) 
{
   pcnull <- princomp(x, cor = TRUE, ...) 
   res
2011 Mar 03
5
Analisis de correspondencia
Saludos.
Bueno quiero realizar el analisis multivariado especificamente el
analisis de correspondencia en R , cual es el paquete implementado?
	[[alternative HTML version deleted]]
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
2009 Jan 24
1
Help with dudi.pca
Dear R-helpers,
I have two data frames, op and em4:
 > str(op)
'data.frame':	37 obs. of  5 variables:
  $ m    : num  0.202 0.336 0.122 0.139 0.14 ...
  $ lln  : num  0.798 0.643 0.863 0.835 0.823 ...
  $ rrn  : num  0.789 0.702 0.894 0.895 0.923 ...
  $ asym2: num  0.177 0.304 0.108 0.187 0.274 ...
  $ asym3: num  0.0755 0.0975 0.0818 0.0651 0.13 ...
 > str(rownames(op))
  chr
2006 May 03
2
mca id numbers
Is it possible to make disappear the id numbers from scatter.dudi (mc 
analysis)  ?
a <- as.factor(c(1, 2, 3, 2, 1))
b <- as.factor(c(3, 2, 3, 1, 1))
x <- as.factor(c(1, 2, 2, 1, 3))
y <- as.factor(c(2, 2, 3, 1, 1))
dat <- data.frame(a=a, b=b,x=x,y=y)
summary(dat)
dat
require(ade4)
dat.acm <- dudi.acm(dat, scann = FALSE, nf = 2)
scatter.dudi(dat.acm)
Thank you very much !
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 
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
2006 Mar 15
3
Help on factanal.fit.mle
Hi
Can anybody please suggest me about the documentation of "factanal.fit.mle()"
(Not factanal()------ searching factanal.fit.mle() in R always leads to
factanal()).
Is there any function for doing principal component factor analysis in R.
Regards
Souvik Bandyopadhyay
JRF,
Dept Of Statistics
Calcutta University
	[[alternative HTML version deleted]]
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
2004 Jul 13
5
Help with factanal and missing values
Hi list,
I'm performing a series of confirmatory factor analysis on different 
groupings of items from data collected with questionnaires. There are some 
missing values.
For those sets with no missing values I call
factanal(datamatrix,factors=n)
where datamatrix is a table of all observations for the items under 
investigation.
This call fails when there are missing values.
help(factanal)
2005 Feb 07
2
questions sur R
bonjour,
 
Je suis actuellement en derniere annee d'ecole d'ingenieur en informatique et statistiques et je dois réaliser mon projet de fin d'études sur le logiciel R.
En fait, je dois réaliser un scoring sous R puis le meme sous SAS et comparer les resultats. Mon fichier se prete à une regression logistique. J'ai donc utilisé la fonction glm sous R et Catmod sous SAS seumement, je
2007 May 03
3
factanal AIC?
Dear list members,
Could any expert on factor analysis be so kind to explain how to calculate AIC on the output of factanal. Do I calculate AIC wrong or is factanal$criteria["objective"] not a negative log-likelihood?
Best regards
Jens Oehlschl?gel
The AIC calculated using summary.factanal below don't appear correct to me:
      n items factors total.df rest.df model.df      
2007 May 03
3
factanal AIC?
Dear list members,
Could any expert on factor analysis be so kind to explain how to calculate AIC on the output of factanal. Do I calculate AIC wrong or is factanal$criteria["objective"] not a negative log-likelihood?
Best regards
Jens Oehlschl?gel
The AIC calculated using summary.factanal below don't appear correct to me:
      n items factors total.df rest.df model.df      
2004 Dec 01
3
grandstream bt100 upgrade 1.0.5.18
hi all
i upgrade a bt100 phone and it can't resgister with asterisk
Dec  1 13:25:49 NOTICE[1112980400]: chan_sip.c:7519 handle_request:
Registration from '<sip:@172.16.4.249>' failed for '172.16.4.226'
is was working with the version 1.0.5.3
some bady now what is hapening?
thanks in advance
Rodney
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
> 
____________________________________________________________