Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----install_github, eval = FALSE---------------------------------------------
# devtools::install_github("NassimAyad87/EvalTest", dependencies = TRUE)
## ----setup, eval = FALSE------------------------------------------------------
# install.packages("EvalTest", dependencies = TRUE)
## ----library_call, eval = FALSE-----------------------------------------------
# library(EvalTest)
## ----function_run, eval = FALSE-----------------------------------------------
# compute_indicators(tp, fp, fn, tn, prev, conf = 0.95)
## ----launch, eval = FALSE-----------------------------------------------------
# EvalTest::run_app()
## ----display_app, eval = TRUE, echo=FALSE, out.width= "80%"-------------------
knitr::include_graphics("img/screenshot2.png")
## ----display_data, eval = TRUE, echo=FALSE, out.width= "80%"------------------
knitr::include_graphics("img/screenshot1.png")
## ----display_setting, eval = TRUE, echo=FALSE, out.width= "80%"---------------
knitr::include_graphics("img/screenshot3.png")
## ----display_plot, eval = TRUE, echo=FALSE, out.width= "80%"------------------
knitr::include_graphics("img/screenshot4.png")
## ----display_matrix, eval = TRUE, echo=FALSE, out.width= "80%"----------------
knitr::include_graphics("img/screenshot5.png")
## ----display_indicators, eval = TRUE, echo=FALSE, out.width= "80%"------------
knitr::include_graphics("img/screenshot6.png")
## ----citation, eval = FALSE---------------------------------------------------
# citation("EvalTest")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.