Hi Neil,
> -----Mensaje original----- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] nombre de [EMAIL PROTECTED] > Enviado el: lunes, 03 de mayo de 2004 23:22 > Para: [EMAIL PROTECTED] > Asunto: [R] Factor loadings and principal component plots > > > Hi- Can anyone tell me the command(s) to produce the following plots: > > -Factor loadings plot for principal components > -Plot of principal component scores Probably you can look directly to the screeplot() or loadings() functions. > > Also, apart from the prcomp (or princomp) command is there any > other way to obtain principal components and if so, how does > it/they stack up to prcomp? eigen()or svd() functions > > Thanks in advance for any assistance you can provide. > > Neil Desnoyers Antonio > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.672 / Virus Database: 434 - Release Date: 28/04/2004 > --- ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
