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.
- Host: GitHub
- URL: https://github.com/ophiase/eda.homework.iii.ma7by020
- Owner: Ophiase
- License: apache-2.0
- Created: 2024-05-17T14:59:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:30:16.000Z (about 1 year ago)
- Last Synced: 2025-01-19T08:32:36.071Z (4 months ago)
- Topics: exploratory-data-analysis, r-package
- Language: R
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- autoplotRemark :
- 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
```