Commit 38cfce01 authored by Falipou Eva's avatar Falipou Eva
Browse files

R markdown document pour la mise en forme du document word contenant les résultats

No related merge requests found
Showing with 23 additions and 0 deletions
+23 -0
results.Rmd 0 → 100644
---
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment