Column

Page Views by Posts

# A tibble: 9 × 3
  Month     Posts Page_Views
  <chr>     <dbl>      <dbl>
1 January       1         88
2 February      1         86
3 March         1        205
4 April         0         82
5 May           3        103
6 June          6        139
7 July          6        193
8 August        4        133
9 September     2        113

Followers by Page Views

# A tibble: 9 × 3
  Month     Page_Views `Net Followers`
  <chr>          <dbl>           <dbl>
1 January           88               9
2 February          86               5
3 March            205              36
4 April             82               6
5 May              103               8
6 June             139              23
7 July             193               6
8 August           133              18
9 September        113               4

Column

Followers by Page Views Graph

Chart C - Page Views Graph

Column

Chart D - Shapiro Test


    Shapiro-Wilk normality test

data:  linkedin$`Net Followers`
W = 0.79712, p-value = 0.01893

    Spearman's rank correlation rho

data:  linkedin$`Net Followers` and linkedin$Page_Views
S = 54.727, p-value = 0.1301
alternative hypothesis: true rho is not equal to 0
sample estimates:
      rho 
0.5439378