Index of /web/packages/RecordTest/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]man/2020-10-05 15:20 -  
[TXT]README.html2020-10-05 15:20 6.2K 

README

RecordTest

CRAN_Status_Badge cran_checks Downloads Downloads Licence

The R package RecordTest provides inference and descriptive tools based on theory of record to detect trends in time series and describe the record occurrence.

Installation

You can install the stable version from CRAN.

install.packages("RecordTest")

You can install the development version from GitHub

# install.packages("remotes")
remotes::install_github("JorgeCastilloMateo/RecordTest")

or with the following arguments to install the vignettes (R >= 3.6 required)

remotes::install_github("JorgeCastilloMateo/RecordTest", build_vignettes = TRUE, dependencies = TRUE)

How to start?

Get started in RecordTest with the vignettes

vignette("RecordTest")