Skip to content

Commit cc59380

Browse files
authored
Update README.md
1 parent ad31134 commit cc59380

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Terminal application for university statistic exams.
2323
1. `Multiple_Regression.xlsx` (the excercise file)
2424
2. `sanitized_data.csv` (the file with processed data)
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.
26-
* MLR Summary Function:
26+
### 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,13 +36,13 @@ 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-
**A graph for the correlation matrix is also provided.**
42+
#### 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

45-
* MLR Results:
45+
### 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)
4848

0 commit comments

Comments
 (0)