# htmltools::img(
#   src = knitr::image_uri(here::here("inst/rmarkdown/templates/report/skeleton/<logo>.png")), 
#   alt = 'logo', 
#   style = 'position:absolute; top:0; right:0; padding-top:25px; padding-right:120px;'
#   )
# Reference site:
# https://rmarkdown.rstudio.com/html_document_format.html

knitr::opts_chunk$set(message = FALSE, warning = FALSE, echo = FALSE)
knitr::opts_chunk$set(fig.show = "hold", fig.align = "center")
# devtools::install_github("konradsemsch/aider")
library(aider)

set_me_up()


Overview


Executive summary


Sample selection criteria


Descriptive statistics


Analysis limitations


# Preprocessing techniques {.tabset .tabset-fade .tabset-pills}

Missing values


Outliers


Correlation


Variable importance


Feature engineering


Another relevant chunk



Plots {.tabset .tabset-fade .tabset-pills}

Some text with some bold

Some bullets:

Plot 1

# Some code

Plot 2

# Some code

Plot 3

# Some code

End tabset


Final model


Obtained performance


Future considerations




konradsemsch/aider documentation built on May 22, 2019, 2:40 p.m.