diff --git a/results.Rmd b/results.Rmd
new file mode 100644
index 0000000000000000000000000000000000000000..c7601ddf35427ffa68a5db2f1b3e51174b1ed23a
--- /dev/null
+++ b/results.Rmd
@@ -0,0 +1,23 @@
+---
+title: "Results"
+output: word_document
+params:
+  description: 'NULL'
+  estimates: NA
+  quantile: NA
+---
+
+
+```{r}
+params$description
+```
+
+Table of estimates:
+```{r}
+params$estimates
+```
+
+Table of quantiles:
+```{r}
+params$quantile
+```
\ No newline at end of file