Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ rbtt Public

❗ This is a read-only mirror of the CRAN R package repository. rbtt — Alternative Bootstrap-Based t-Test Aiming to Reduce Type-I Error for Non-Negative, Zero-Inflated Data

License

Notifications You must be signed in to change notification settings

cran/rbtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbtt (Robust bootstrapped t-test)

Travis-CI Build Status

In datasets whose data-generating distributions are non-negative with excess zero observations, it can be difficult to find general-purpose statistical tests for comparing sample means while controlling type-I error rates. This R package allows users to perform a modified bootstrap-based t-test that aims to better control type-I error rates in these particular datasets.

To download and use this package, run the following:

install.packages("devtools") # Unless you already have it
library(devtools)
devtools::install_github("WannabeSmith/rbtt")

To obtain details on how to use the package, run:

help(rbtt)

About

❗ This is a read-only mirror of the CRAN R package repository. rbtt — Alternative Bootstrap-Based t-Test Aiming to Reduce Type-I Error for Non-Negative, Zero-Inflated Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages