Skip to content

Commit 6ca272a

Browse files
authored
Update README.md
1 parent cc59380 commit 6ca272a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Terminal application for university statistic exams.
2525
* In a real estate agency, the manager wants to analyze the price of houses depending on the age of the house, the size of the land lot and the size of living space.
2626
### MLR Summary Function:
2727

28-
#### It provides you with a list of frequency tables regarding to each variables.
28+
### It provides you with a list of frequency tables regarding to each variables.
2929

30-
#### You have the following options for your frequency tables:
30+
### You have the following options for your frequency tables:
3131
1. Right Open
3232
2. Right Closed
3333
3. Right Open (UpperLimitOnly)
@@ -36,15 +36,16 @@ Terminal application for university statistic exams.
3636
![The summary function](https://raw.githubusercontent.com/algo7/R_Stats_Exam_Suite/master/screenshots/sum_func.jpeg)
3737

3838

39-
#### It also generates graph for each frequency table and the relative frequency version
39+
### It also generates graph for each frequency table and the relative frequency version
4040
![Graphs](https://raw.githubusercontent.com/algo7/R_Stats_Exam_Suite/master/screenshots/freqt_merged.jpg)
4141

42-
#### graph for the correlation matrix is also provided.
42+
### A graph for the correlation matrix is also provided.
4343
![Correlation matrix](https://raw.githubusercontent.com/algo7/R_Stats_Exam_Suite/master/screenshots/correlation_matrix.png)
4444

4545
### MLR Results:
4646
The table is truncated as it is too long
4747
![MLR Results](https://raw.githubusercontent.com/algo7/R_Stats_Exam_Suite/master/screenshots/MLR.jpg)
48+
You can enter the values in CSV directly to get your prediction result.
4849

4950

5051

0 commit comments

Comments
 (0)