I will be doing the following 1-ykuy 2-jkyghhg 3-ggggg
## [1] 8
#prepare data
score = c(1,3,4,5,5,62,2)
#summarize data
summary(score)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 1.00 2.50 4.00 11.71 5.00 62.00
##summary
#Q 1 code
x=3
y=5
z=x+y
z
# Q2 code
Note that the echo = FALSE parameter was added to the
code chunk to prevent printing of the R code that generated the
plot.