Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 282 Bytes

template.md

File metadata and controls

19 lines (12 loc) · 282 Bytes

Simple document

I’m an R Markdown document!

Section 1

Here’s a code chunk that samples from a normal distribution:

samp = rnorm(100)
length(samp)
## [1] 100

Section 2

I can take the mean of the sample, too! The mean is 0.1730364.