Skip to content

Project containing the presentation, the analysis and the files used on the R Meetup Event performed on 26th of Septemeber 2019.

Notifications You must be signed in to change notification settings

rubengura/RMeetupPCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMeetupPCA

Project containing the presentation, the analysis and the files used on the R Meetup Event performed on 26th of Septemeber 2019.

Installation

The necessary software for running all the analysis is the following:

  • R: The version used for the project was 3.6.1, but any version above 3.0.1+ should work.
  • RStudio: The version used for the project was 1.2.1335, but any 1.X version should be fine.

Packages used:

  • Tidyverse
  • FactoMineR
  • factoextra
  • ggcorrplot
  • psych

Dataset

The dataset used in the analysis was obtained through Datacamp and corresponds to the Humour Style Questionnaire developed by Rod Martin et al. that can be found here.

Troubleshooting during package installation for Ubuntu users.

As a Ubuntu user, once I had R and RStudio downloaded and installed, I had the following issue during the installation of the tidyverse package:

image

In order to solve it, I had to write in the terminal the following instruction:

sudo apt-get install libssl-dev

This fixed the problem!

About

Project containing the presentation, the analysis and the files used on the R Meetup Event performed on 26th of Septemeber 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages