An open API service indexing awesome lists of open source software.

https://github.com/ophiase/eda.homework.iii.ma7by020

Exploratory data analysis howework at University.
https://github.com/ophiase/eda.homework.iii.ma7by020

exploratory-data-analysis r-package

Last synced: 3 months ago
JSON representation

Exploratory data analysis howework at University.

Awesome Lists containing this project

README

        

# EDA - HomeWork III - MA7BY020 🏗️

Exploratory data analysis howework at University.

We implement for **CA**, **MCA**, **CCA** the following methods/objects :
- augment
- glance
- tidy
- ggplot functions
- autoplot

Remark :
- CA : Correspondence Analysis
- MCA : Multiple Correspondence Analysis
- CCA : Canonical Correlation Analysis

## Execution

To execute tests in R console :
```bash
R # to launch R console in the main directory
```

```r
devtools::document() # update NAMESPACE
devtools::test() # launch tests
```