Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 727 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 727 Bytes

About

rmed allows for efficient estimation of the Siegel repeated median regression line, in time via randomized algorithm. It also adds functions for counting inversions in time that may be of independent interest for rank-distance calculations (e.g. Kendall's Tau).

Installation

rmed can be installed via GitHub:

if (!require(devtools)) {
    install.packages('devtools')
}
devtools::install_github('erocoar/rmed')

Usage

siegel_estimator(x, y)