Introduction

This projects is to …

The question to be explored in this project includes:

  1. wwww
  2. eeee
  3. kkkk

Analysis

Q1: www

## [1] 7

Q2: eeee

# Prepare data
score = c(23, 45, 67, 56, 78)

# Summarize data
summary(score)
##    Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
##    23.0    45.0    56.0    53.8    67.0    78.0

Summary

Appendix

# Q1 code
x = 3
y = 4
z = x + y

z


# Q2 code
# Prepare data
score = c(23, 45, 67, 56, 78)

# Summarize data
summary(score)