--- title: "Statistical results reproduction - First name FAMILY NAME" output: flexdashboard::flex_dashboard: orientation: columns social: menu source_code: embed css: custom.css logo: paper.png theme: spacelab runtime: shiny --- ```{r setup, include=FALSE} path <- "/Users/nsc/..." setwd(path) # Libraries library(ggplot2); library(rpart) ``` Table 1 ======================================================================= ##### ```{r table_1, fig.width=15} ``` Table 2 ======================================================================= ##### ```{r table_2, out.width=15} ``` Table 3 ======================================================================= ##### ```{r table_3, out.width=15} ``` Table 4 ======================================================================= #### ```{r table_4, fig.width=15} ``` Table 5 ======================================================================= #### ```{r table_5, fig.width=15} ``` Table 6 ======================================================================= #### ```{r table_6, fig.width=15} ``` Table 7 ======================================================================= #### ```{r table_7, fig.width=15} ``` Fig. 1a ======================================================================= #### ```{r fig_1a, fig.width=15} ``` Fig. 1b ======================================================================= #### ```{r fig_1b, fig.width=15} ``` Table 8 ======================================================================= #### ```{r table_8, fig.width=15} ```