Introduction to R markdown language

markdown is an R package to communicate with others

Communication of key marketing findings from analytics efforts are vital for the subsequent success of marketing essentials and appropriate recognition of the analytics efforts and successes. It’s simple leveraging of key efforts, e.g., 2 + 2 equals 4 … or blow it up to 5.

this data has

## [1] 527

rows

##    v088 v075 v076 v077 v078 v079 v080 v081 v082
## 5     5    5    5    5    3    5    5    5    4
## 8     4    5    5    5    5    5    3    2    5
## 9     3    4    4    3    3    4    3    4    4
## 10    5    4    5    2    5    5    3    4    5
##      vars   n mean   sd median trimmed  mad min max range  skew kurtosis
## v088    1 527 3.87 1.16      4    4.03 1.48   1   5     4 -1.00     0.22
## v075    2 527 4.08 1.20      5    4.29 0.00   1   5     4 -1.24     0.43
## v076    3 527 4.28 0.92      5    4.42 0.00   1   5     4 -1.30     1.55
## v077    4 527 3.96 1.41      5    4.19 0.00   1   5     4 -1.00    -0.49
## v078    5 527 4.28 1.12      5    4.54 0.00   1   5     4 -1.63     1.70
## v079    6 527 4.12 1.08      4    4.29 1.48   1   5     4 -1.15     0.68
## v080    7 527 3.49 1.27      3    3.58 1.48   1   5     4 -0.31    -0.96
## v081    8 527 3.62 1.19      4    3.74 1.48   1   5     4 -0.52    -0.56
## v082    9 527 4.26 0.93      5    4.41 0.00   1   5     4 -1.33     1.63
##        se
## v088 0.05
## v075 0.05
## v076 0.04
## v077 0.06
## v078 0.05
## v079 0.05
## v080 0.06
## v081 0.05
## v082 0.04

A simple scatter plot.

## 
## Call:
## lm(formula = fs$v088 ~ fs$v075, data = fs)
## 
## Coefficients:
## (Intercept)      fs$v075  
##      1.5117       0.5769