knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

This tutorial intends to give customized scripts to generate reports quickly, without going through all the installation and usage steps given in the README in detail.

The tutorial contains the following scripts, which are included in the "vignettes" directory:

How to use the tutorial scripts in RStudio:

  1. Specify where the report should be generated.
setwd("myWorkingDirectoryFilePath")
  1. Open the script.

  2. Click "Source".

  3. The report will be generated in the previously specified working directory.

  4. Check out the report, adapt the script to fit your configuration.

Usage

Each script contains the following steps, as described in the README:

  1. Load package

  2. Load data (generated randomly)

  3. Perform ranking

  4. Uncertainty analysis (bootstrapping)

  5. Generate report

The scrips will be now explained in more detail:

For more hints, see the README and the package documentation.



wiesenfa/challengeR documentation built on Aug. 25, 2023, 6:43 a.m.