Package: Rsampling
Title: Ports the Workflow of "Resampling Stats" Add-in to R
Version: 0.1.1
Authors@R: c(
	   person("Paulo", "Prado", , "prado@ib.usp.br", role = c("aut", "cre")),
	   person("Andr\'e", "Chalom", , "andrechalom@gmail.com", role = c("aut")),
	   person("Alexandre", "Oliveira", , "adalardo@usp.br", role = c("aut"))
	   )
Description: Resampling Stats (http://www.resample.com) is an add-in for
    running randomization tests in Excel worksheets. The workflow is (1) to define
    a statistic of interest that can be calculated from a data table, (2) to
    randomize rows ad/or columns of a data table to simulate a null hypothesis
    and (3) and to score the value of the statistic from many randomizations. The
    relative frequency distribution of the statistic in the simulations is then
    used to infer the probability of the observed value be generated by the null
    process (probability of Type I error). This package intends to translate this
    logic for R for teaching purposes. Keeping the original workflow is favored over
    performance.
Depends: R (>= 3.0.0)
Imports: graphics, stats, utils
License: GPL-2
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2016-06-07 03:50:26 UTC; chalom
Author: Paulo Prado [aut, cre],
  Andr'e Chalom [aut],
  Alexandre Oliveira [aut]
Maintainer: Paulo Prado <prado@ib.usp.br>
Repository: CRAN
Date/Publication: 2016-06-07 14:46:12
Built: R 4.1.3; ; 2023-04-17 13:55:45 UTC; windows
