My First knitr Document

Dengdeng Yu

Introduction

This is some text (i.e. a “text chunck”).

Here is a code chunk.

set.seed(1)
x<-rnorm(100)
mean(x)
## [1] 0.1088874