I have looked on the internet and within R itself but I cannot seem to find the link or location to download the package.
Some functions are listed here:
http://www.gastonsanchez.com/visually-enforced/how-to/2012/06/17/PCA-in-R/
The stats package comes with R natively, so you should have the prcomp and princomp functions already available.
The FactoMineR package is on CRAN. Your R installation is probably set up to install packages from CRAN. Try the following and see if it works:
if(!require(FactoMineR)){install.packages("FactoMineR")}
And then the following should produce output:
library(FactoMineR)
data(decathlon)
PCA(decathlon, quanti.sup = 11:12, quali.sup=13)
The library ADE4 is specialized for Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences. There is the function dudi.pca for Principle Component Analysis.
https://cran.r-project.org/web/packages/ade4/ade4.pdf
there are many tutorials in particular for pca:
https://pbil.univ-lyon1.fr/R/pdf/course2.pdf
it has been developing a graphical interface library : ade4TkGUI
http://pbil.univ-lyon1.fr/ade4TkGUI/home.php?lang=eng
Posting on behalf of Wojciech Adamowski :-) Sources of open access Impatiens images? I am looking for sources of color images of correctly determined Impatiens species. I am looking...
31 December 2018 681 2 View
Hiiiii everyone! I have an enquiry on statistical analysis. I was looking for many forum and it's still cannot solve my problem. I want to compare means of two groups of data but only with two...
03 March 2021 8,796 3 View
I am on the lookout for the Enhanced Yellow Fluorescent Protein (Aequorea victoria) DNA sequence. Does anyone know where I can find it? Thank you in advance
03 March 2021 3,568 1 View
Hi, I want to start testing pitfall trap to obtain ants samples, but I need to conduct molecular analysis on those insects. So, what kind of fluid can I use? Ethanol expires too early and I need...
03 March 2021 5,978 5 View
What's the best way to measure growth rates in House sparrow chicks from day 2 to day 10? Since, the growth curve from day 2 to 10 won't be like the "Logistic curve" it might not follow logistic...
03 March 2021 1,401 3 View
I have conducted and published a systematic review and meta-analysis research with the topic related to public health and health pomotion (protocol was registed in PROSPERO). Now we want to...
03 March 2021 8,920 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I looking for ferro calcium production process
03 March 2021 1,755 4 View
I just wanted to check if I need to run a linear regression separately if I am using PROCESS MACRO to run mediation analysis. Thank you.
02 March 2021 4,359 3 View
Good afternoon, I recently used OmniLog from BIOLOG for my experimentations : I tested the metabolism of different strains on 2 types of plates. I have 16 strains of 3 different groups...
02 March 2021 3,584 1 View
If the detection range is in ng/ml but the reference range is in ug/ml for a molecule or protein in serum or plasma .how to dilute and what is the initial volume to be taken for quantitative analysis
02 March 2021 7,670 3 View