suppressPackageStartupMessages(library(knitr)) suppressPackageStartupMessages(library(Cairo)) opts_chunk$set(warning=FALSE, echo=FALSE, message=FALSE, results='asis', fig.width=6, fig.height=6, dev="png", fig.path=paste0('figure/', sanitise_string(title)))
r title
Date: r format(Sys.time(), '%d %B, %Y')
kable(tablist$mr, row.names=FALSE)
kable(tablist$mr_heterogeneity, row.names=FALSE)
kable(tablist$mr_pleiotropy_test, row.names=FALSE)
kable(tablist$directionality_test, row.names=FALSE)
Note - R^2 values are approximate
plotlist$mr_forest_plot
plotlist$mr_scatter_plot
plotlist$mr_funnel_plot
plotlist$mr_leaveoneout_plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.