R-CMD-check

informativeSCI (see our paper)

L. Kluge, W. Brannath and M. Scharpenberg

Introduction

informativeSCI can be used for calculating informative lower simultaneous confidence bounds for a given graphical test procedure and given information weights. Furthermore, it can help to find the right information weights for the bounds.

Installation

You can install the development version from GitHub by running

install.packages("devtools")
library(devtools)
install_github("LianeKluge/informativeSCI")

Otherwise just use the current version from CRAN.

Usage

The main function of the package is the informSCI-function for calculating informative lower simultaneous confidence bounds for a given graphical test procedure and given information weights. The explore_q-function can help to find the right information weights for the informSCI-algorithm. The inExactSCI- and notInExactSCI-functions can help to determine how accurate a (numerical) approximation of the true informative lower SCI-bounds is. For examples, see the Example sections of the documentation pages.

References