python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change decimals for proportion of variance displayed in autoplot PCA
I would like to change the number of decimals for the Proportion of Variance displayed in the axes of a PCA plot using prcomp() and autoplot(). By default it's set to 2 decimals places (92.46%, 5.31%)...
elisemillar
Votes: 0
Answers: 0
principal component analysis (PCA) on panel data in R using prcomp
I'm working with a large cross-country panel dataset. I would like to apply Principal Component Analysis for each country in my sample. As I understand it, the prcomp function does not work on panel d...
user3227641
Votes: 0
Answers: 1
PCA clustering and analysis of clusters in R
I am trying to perform a PCA on a dataset which contains a survey results. The survey was conducted on companies (companies are in rows) and they were asked multiple questions (questions and answers a...
regneck7854
Votes: 0
Answers: 1