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

https://github.com/wesleyhf/simple-linear-regression

:books: A simple linear regression in R
https://github.com/wesleyhf/simple-linear-regression

linear-regression r simple-linear-regression studying

Last synced: about 1 month ago
JSON representation

:books: A simple linear regression in R

Awesome Lists containing this project

README

        

# Simple Linear Regression in R

Simple playground with R

### dataset
http://dados.gov.br/dataset/taxa-de-cambio/resource/eb2db170-ddc5-4d7e-8371-7e053dabd6e7

### how to generate the dataset

```sh
# dataset.txt will be generated
php generate.php

# open predict.R on R Studio or command line
```