Last updated: 2017-02-10
Code version: 681047c
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
summary(cars)
speed dist
Min. : 4.0 Min. : 2.00
1st Qu.:12.0 1st Qu.: 26.00
Median :15.0 Median : 36.00
Mean :15.4 Mean : 42.98
3rd Qu.:19.0 3rd Qu.: 56.00
Max. :25.0 Max. :120.00
You can also embed plots, for example:
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: macOS Sierra 10.12.3
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] workflowr_0.3.0 rmarkdown_1.3 ashr_2.1.2 qvalue_2.4.2
[5] edgeR_3.14.0 limma_3.28.5 seqgendiff_0.1.0
loaded via a namespace (and not attached):
[1] Rcpp_0.12.9 rstudioapi_0.6 knitr_1.15.1
[4] magrittr_1.5 MASS_7.3-45 splines_3.3.2
[7] munsell_0.4.3 doParallel_1.0.10 pscl_1.4.9
[10] lattice_0.20-34 SQUAREM_2016.10-1 colorspace_1.2-6
[13] foreach_1.4.3 stringr_1.1.0 plyr_1.8.3
[16] tools_3.3.2 parallel_3.3.2 grid_3.3.2
[19] gtable_0.2.0 git2r_0.18.0 htmltools_0.3.5
[22] iterators_1.0.8 yaml_2.1.14 rprojroot_1.2
[25] digest_0.6.11 assertthat_0.1 reshape2_1.4.1
[28] ggplot2_2.1.0 codetools_0.2-15 evaluate_0.10
[31] stringi_1.1.2 backports_1.0.5 scales_0.4.0
[34] truncnorm_1.0-7
This R Markdown site was created with workflowr