A data analysis tool built on the MERN stack as a proof of concept. Currently supports uploading of CSV files containing X-Y data pairs and performs simple linear regression.
Click here to view the implementation on Heroku.
- Login or Register for an account.
- Upload a dataset (must be a csv or txt file with X-Y data pairs). Alternatively, load some sample datasets using the built-in feature.
- View any dataset to see the result of the linear regression analysis.
- Add ability to have multiple variables (e.g. x1, x2, x3)
- Add more in-depth statistical analysis tools
- Polish the authentication system