Making Variance Component Analysis Charts in R
Hello,
I am wondering if anyone knows if it is possible to make charts in R similar to the ones shown here.
Basically, I have done principal component analysis, and would like to determine how much different sources of experimental variation (microarray chip, tissue type, age/sex of specimen, etc) have an effect on the data, and the relationship between the variance components and the principal components.
Any help is greatly appreciated!
Thanks.
• 3,844 views
•
link
1 answer
Yes it is possible, see ?prcomp and ?princomp, the first plot can be made by Edit: sorry the plot shown in that link is not exactly the same as the factor loadings.plot(princomp(mydata)).
• 0 views
•
link
Log in to answer this question.