Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clxxxy/datascience_r
Anotações do curso HavardX Datascience: R Basics
https://github.com/clxxxy/datascience_r
data-science havard r
Last synced: 18 days ago
JSON representation
Anotações do curso HavardX Datascience: R Basics
- Host: GitHub
- URL: https://github.com/clxxxy/datascience_r
- Owner: clxxxy
- License: mit
- Created: 2024-05-15T05:05:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T05:26:22.000Z (8 months ago)
- Last Synced: 2024-11-05T22:14:21.154Z (2 months ago)
- Topics: data-science, havard, r
- Language: R
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curso HavardX "Data Science: R Basics"
- ## 1) Básico de R, funções e dataypes
1.1. Porque aprender R?
- gratuito e de código aberto
- capacidade de salvar scripts
- inúmeros recursos para aprendizagem
- fácil para os desenvolvedores compartilharem a implementação de software.1.2. [básico de R](https://github.com/clxxxy/datascience_r/blob/main/objects_and_functions.R)
1.3. [datatypes](https://github.com/clxxxy/datascience_r/blob/main/datatypes.R)
- ## 2) Vetores e ordenação
2.1. [vetores](https://github.com/clxxxy/datascience_r/blob/main/vectors.R)
2.2. [ordenação](https://github.com/clxxxy/datascience_r/blob/main/sorting.R)
- ## 3) Indexação, data wrangling e plotagem gráfica
3.1. [indexação](https://github.com/clxxxy/datascience_r/blob/main/index.R)
3.2. [data wrangling](https://github.com/clxxxy/datascience_r/blob/main/data_wrangling.R)
3.3. [plotagem gráfica](https://github.com/clxxxy/datascience_r/blob/main/plots.R)
3.4. [data summarize](https://github.com/clxxxy/datascience_r/blob/main/summarizing_data.R)
3.5. [data.table](https://github.com/clxxxy/datascience_r/blob/main/data.table.R)
- ## 4) Programação básica em R
4.1. [condicionais, funções e loops](https://github.com/clxxxy/datascience_r/blob/main/programming_basics.R)