Skip to content
/ SPSS_Lite Public

A fun side-project computing Linear Regression and One-Way ANOVA to professional latex format in PDF.

Notifications You must be signed in to change notification settings

nGQD/SPSS_Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPSS_Lite

A statistical calculator side-project developed by nGQD for satisfaction. It is currently able to compute Linear Regression and One-Way ANOVA Test for 2 variables/categories. The computed statistics would be wrapped inside pandas DataFrame and converted into latex, which would be compiled by MiKTeX. The PDF would get embedded within an HTML and prompted upon every execution for the ease of inspection (there's a visualization in the HTML too btw).

You can always modify the codes to your desired format by checking out stats/template.txt.

Installation

  1. (Optional) Setup and activate venv
  2. Run pip install -r requirements.txt on cmd
  3. Install MiKTeX
  4. You're good to go!

Output

About

A fun side-project computing Linear Regression and One-Way ANOVA to professional latex format in PDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages