Learn R Programming

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

  • F. Bretz, W. Maurer, W. Brannath, M. Posch: A graphical approach

to sequentially rejective multiple test procedures. Statistics in Medicine 28.4 (2009), pp. 586-604.

  • K. Strassburger, F. Bretz: Compatible simultaneous lower confidence bounds

for the Holm procedure and other Bonferroni based closed tests. Statistics in Medicine 27.4 (2008), pp. 4914-4927.

  • W. Brannath, L. Kluge, M. Scharpenberg: Informative Simultaneous Confidence

Intervals for Graphical Test Procedures. arXiv preprint arXiv:2402.13719 (2024).

  • S. Schmidt, W. Brannath: Informative Simultaneous Confidence Intervals

in Hierarchical Testing. Methods of Information in Medicine 53.4 (2014), pp. 278–283.

Copy Link

Version

Install

install.packages('informativeSCI')

Monthly Downloads

443

Version

1.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Liane Kluge

Last Published

June 21st, 2024

Functions in informativeSCI (1.0.3)

sigmaManyToOne

Calculation of the Covariance Matrix for a Many-to-one-Comparison
informSCI

Calculation of Lower Informative SCI-bounds
notInExactSCI

Checking Precision of Approximations
weightsGTP

Function for determining the (monotone part of the) local significance levels
inExactSCI

Checking Precision of Approximations
funcBisec

Bisection function
explore_q

Exploration of the Information Weights
informativeSCI-package

informativeSCI: Informative Simultaneous Confidence Intervals