Level 1 heading

Level 2 heading

  1. item one

  2. item 2

x <- 7

rather than

x <- 7
  1. List continues

To compile

Either use the R function

stationery::rmd2html("skeleton.Rmd")

or the shell script that is provided with the skeleton.Rmd file:

$ ./rmd2html.sh skeleton.Rmd

HTML Special Feature

Colored callout at level 4

Tabbed sub-sections at level 2

First Tab Here

Content in first tab.

Second Tab Here

Second tab content.

Third Tab Here

Equations

Equations work if MathJax is available from Web server.

\[ y_i = \beta_0 + \beta_1 x1_i + \varepsilon_i \]

Chunks

Use knitr style chunks.

x <- rnorm(500)

R Session Info

R version 3.4.4 (2018-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 17.10

Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  base     

other attached packages:
[1] stationery_0.77

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.15       quadprog_1.5-5     rprojroot_1.3-2   
 [4] digest_0.6.15      plyr_1.8.4         backports_1.1.2   
 [7] xtable_1.8-2       magrittr_1.5       stats4_3.4.4      
[10] evaluate_0.10.1    stringi_1.1.6      pbivnorm_0.6.0    
[13] openxlsx_4.0.17    rmarkdown_1.8      tools_3.4.4       
[16] stringr_1.2.0      foreign_0.8-69     kutils_1.36       
[19] yaml_2.1.16        compiler_3.4.4     mnormt_1.5-5      
[22] htmltools_0.3.6    knitr_1.19         lavaan_0.5-23.1097
[25] methods_3.4.4     

Available under Created Commons license 3.0 CC BY