Search
 
SCRIPT & CODE EXAMPLE
 

R

principal component analysis in r

library(FactoMineR)
library(factoextra)
res.pca = FactoMineR::PCA(X, scale.unit = TRUE, ncp = 5, graph = TRUE)
factoextra::fviz_eig(res.pca, addlabels = TRUE, ylim = c(0, 50))
Comment

PREVIOUS NEXT
Code Example
R :: how to convert matrix to numeric in r 
R :: round multiple columns in r 
R :: if not NA in r 
R :: find length of a list or vector in r 
R :: copy a dataframe in r 
R :: How to calculate regression line in R 
R :: r replace na with 0 
R :: repeat each value in a vector in r 
R :: R for loop append to vector 
R :: string concatination R 
R :: r sapply syntax 
R :: r prepend to a list 
R :: attr(* label )= chr in r 
R :: n list to dataframe r 
R :: log likelihood in r 
R :: Use regex to extract row in R (problem) 
R :: point estimates and confidence intervals in r 
R :: alpha 2 codes in r 
R :: required in r 
R :: detect rank deficient in r 
R :: how to import csv from google drive to r 
R :: how to pull all 500 stocks r 
Rust :: how to index a string in rust 
Rust :: how to create a window in rust lang 
Rust :: how to export a macro in rust 
Rust :: uuid from string rust 
Rust :: Project Euler #1 Multiples of 3 or 5 
Rust :: rust•armanriazi•type•wraper•mutable 
Rust :: armanriazi•rust•mem•leak 
Rust :: armanriazi•rust•thread 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =