saving . . . saved Using R for Multi-variate Data Analysis has been deleted. Using R for Multi-variate Data Analysis has been hidden .
Using R for Multi-variate Data Analysis
Title
Question
There are many popular statistical calculations like Factor Analysis, Cluster Analysis, etc. For these analyses, popularly SPSS is put to use. Can R handle such multi-variate data analysis? If so, how?

R General None min None sec 09-11-19, 12:53 p.m. aprakash

Answers:

There are some packages like factoextra and chemometrics in R which can be used to perform Multivariate Statistical Analysis. 

For reference, please visit http://www.sthda.com/english/wiki/factoextra-r-package-easy-multivariate-data-analyses-and-elegant-visualization and https://cran.r-project.org/web/packages/chemometrics/vignettes/chemometrics-vignette.pdf
09-11-19, 2:24 p.m. wangikarsmita2019@gmail.com
Thanks for your response. Can you also provide me names of packages for carrying out linear and multiple linear regression analysis, and also correlation analysis?
09-11-19, 2:47 p.m. aprakash
Thanks for your response. Can you also provide me names of packages for carrying out linear and multiple linear regression analysis, and also correlation analysis?
09-11-19, 2:47 p.m. aprakash

Login to add comment


Yes, R can handle all such calculations very smoothly. Every statistical calculation is simply a set of mathematical operations that are performed on data. R like SPSS is a programming platform with inbuilt packages that contain mathematical operations for performing such calculations. However, R also has an added advantage of being free of cost and open source which SPSS lacks.
09-11-19, 2:27 p.m. wangikarsmita2019@gmail.com


Log-in to answer to this question.