Skip to content

R package to reproduce the Resampling Stats Add-in

Notifications You must be signed in to change notification settings

ayanamartins/Rsampling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rsampling - Resampling Stats functions ported to R

Resampling Stats (http://www.resample.com) is an add-in for running randomization tests in Excell worksheets. It adopts a simple workflow for significance tests:

  1. Define a statistic of interest that can be calculated from a data table;
  2. Randomize rows ad/or columns of a data table to simulate a null hypothesis
  3. Score the value of the statistic from many randomizations.

The relative frequency distribution of the statistic in the simulations is then used to estimated the probability of the observed value be generated by the null process. This is the probability of the rejection of the null hypothesis be an error (probability of Type I error).

This package intends to translate this logic for R for teaching purposes. Keeping the original workflow is favoured over performance.

Installation:

library(devtools)
install_github(repo = 'lageIBUSP/Rsampling')

See also

Rsampling-shiny for a graphical user-interface in shiny.

About

R package to reproduce the Resampling Stats Add-in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.0%
  • R 14.0%