Installing and running the package

The latest version of R must be installed and Rstudio is recommended. The released version of the package can be installed from CRAN

install.packages("detzrcr")

or the development version can be installed from github (requires devtools)

# install.packages("devtools")
devtools::install_github(magnuskristoffersen/detzrcr)

Launch the user interface with

library("detzrcr")
run_detzrcr()

Required input format

The data must be input in a csv-file which is uploaded to the Data input tab (Fig. 1) in the shiny interface.