Skip to content
Snippets Groups Projects
Commit 57a389a1 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

modif vignettes & add docker v2.1.0

parent 0d98b404
No related branches found
No related tags found
No related merge requests found
......@@ -193,12 +193,12 @@ The area under the ROC curve (AUC) provides a single metric that summarizes the
```{r perf_mimic_pub2, eval=FALSE}
## -- actual/estimate comparison
resSimu$performances$byparams[3, c('description', 'R2', 'RMSE')]
resSimu$performances$byparams[3, c('description','R2','RMSE')]
```
```{r perf_mimic_pub2_display, echo=FALSE, fig.align='center', fig.height=4, fig.width=7, message=FALSE, ,warning=FALSE}
## -- actual/estimate comparison
dt2display <- resSimu$performances$byparams[3, c('R2', 'RMSE')]
dt2display <- resSimu$performances$byparams[3, c('description','R2','RMSE')]
kableExtra::kable(dt2display, row.names = FALSE ) %>%
kableExtra::kable_styling(full_width = F, position = "center")
......@@ -417,7 +417,7 @@ resSimu$performances$byparams[3:4, c('description', 'R2', 'RMSE')]
```{r perf_mainX2_display, echo=FALSE, fig.align='center', fig.height=4, fig.width=7, message=FALSE, ,warning=FALSE}
## -- actual/estimate comparison
dt2display <- resSimu$performances$byparams[3:4, c('R2', 'RMSE')]
dt2display <- resSimu$performances$byparams[3:4, c('description', 'R2', 'RMSE')]
rownames(dt2display) <- NULL
kableExtra::kable(dt2display, row.names = FALSE) %>%
kableExtra::kable_styling(full_width = F, position = "center")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment