Package: CIPerm 0.2.3.9000

Jerzy Wieczorek

CIPerm: Computationally-Efficient Confidence Intervals for Mean Shift from Permutation Methods

Implements computationally-efficient construction of confidence intervals from permutation or randomization tests for simple differences in means, based on Nguyen (2009) <doi:10.15760/etd.7798>.

Authors:Emily Tupaj [aut], Jerzy Wieczorek [cre, aut], Minh Nguyen [ctb], Mara Tableman [ctb]

CIPerm_0.2.3.9000.tar.gz
CIPerm_0.2.3.9000.zip(r-4.7)CIPerm_0.2.3.9000.zip(r-4.6)CIPerm_0.2.3.9000.zip(r-4.5)
CIPerm_0.2.3.9000.tgz(r-4.6-any)CIPerm_0.2.3.9000.tgz(r-4.5-any)
CIPerm_0.2.3.9000.tar.gz(r-4.7-any)CIPerm_0.2.3.9000.tar.gz(r-4.6-any)
CIPerm_0.2.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
CIPerm/json (API)

# Install 'CIPerm' in R:
install.packages('CIPerm', repos = c('https://colbystatsvyrsch.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/colbystatsvyrsch/ciperm/issues

On CRAN:

Conda:

4.15 score 1 stars 14 scripts 135 downloads 3 exports 1 dependencies

Last updated from:d0c4019e7b. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK103
source / vignettesOK161
linux-release-x86_64OK109
macos-release-arm64OK109
macos-oldrel-arm64OK110
windows-develOK81
windows-releaseOK64
windows-oldrelOK68
wasm-releaseOK98

Exports:cintdsetpval

Dependencies:matrixStats

Replicating Nguyen (2009) with CIPerm
Brief overview of Nguyen (2009)'s method | We don't have to recompute the permutation distribution for each $\Delta$ | We don't have to try every possible $\Delta$ | Recovery times example | Wing lengths and antennae lengths example | Wing and antennae lengths with Monte Carlo

Last update: 2022-06-21
Started: 2022-02-01

Comparing CIPerm with 'naive' approach
Defining streamlined functions | Speed tests | Tiny dataset | Larger dataset | Largest dataset | bench::mark() and profvis

Last update: 2022-06-21
Started: 2022-06-08