https://github.com/brianruizy/statistical-analysis-with-r
https://github.com/brianruizy/statistical-analysis-with-r
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianruizy/statistical-analysis-with-r
- Owner: BrianRuizy
- Created: 2020-01-30T04:09:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T04:28:56.000Z (over 5 years ago)
- Last Synced: 2025-02-13T23:20:06.887Z (8 months ago)
- Language: R
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# statistical-analysis-with-R
A great thing about computer programming is that there is an abundant amount of things to learn and tools to use. In the realm of data science one of those tools is **R**, which excels in statistical computation and graphics.Having attended a data-analytics meetup, we got to explore a popular base R dataset known as [Iris](https://www.rdocumentation.org/packages/datasets/versions/3.6.2/topics/iris). In this quick analysis we practice data visualization and implement methods for statistical analysis, or regressions.
![]()
------
##### ©[Brian Ruiz](https://github.com/BrianRuizy)