1- # Imagine regression analysis using Excel, Geogebra, Graph, etc. except it gets done much faster
1+ # Imagine regression analysis using Excel, Geogebra, Graph, etc. except it gets done much faster (sciplot-edition)
22
33![ Screenshot] ( Screenshots/Screenshot_test.jpg )
44
@@ -22,7 +22,7 @@ Regression analysis program utilizing sciplot to plot the results. Using .txt fi
2222 - Correlation coefficient r of ONLY linear regression model
2323
2424** RegressionAnalysis_sciplot.cpp imports the following files:**
25- - ...sciplot/sciplot.h
25+ - ...sciplot-master/sciplot /sciplot.h
2626- [ FILENAME] .txt
2727
2828![ Screenshot] ( Screenshots/Screenshot_1.0.jpg )
@@ -45,13 +45,14 @@ The format of this [FILENAME].txt can be seen with the available example dataset
45453 . .txt file -> CTRL + V
4646
4747You're welcome
48- ## How to import sciplot to you project:
49- 1 . Install gnuplot: https://sourceforge.net/projects/gnuplot/
50- - Make sure to set {...\gnuplot\bin} as an environment variabel
51- 2 . Install sciplot https://github.com/sciplot/sciplot
48+ ## To run regressionAnalysis_sciplot.cpp:
49+ ### Install gnuplot
50+ Once this is installed, you'll be able to run the release "1.0 Sciplot-edition"
5251
53- At this point, [ ... ]
52+ https://sourceforge.net/projects/gnuplot/
5453
55- 3 . include the following under "include Directories": {...\sciplot}
54+ ** NOTE: Make sure to set {...\gnuplot\bin} as an environment variable**
55+ ### Install sciplot
56+ https://github.com/sciplot/sciplot
5657
57- After that, you should be good to run the .cpp file
58+ Include the downloaded "sciplot-master" following under "include Directories": {...\sciplot-master}
0 commit comments