ranktests: Perform a rank-based one- or two-sample test using a Gaussian...

View source: R/ranktests.R

ranktestsR Documentation

Perform a rank-based one- or two-sample test using a Gaussian approximation.

Description

Perform a rank-based one- or two-sample test using a Gaussian approximation.

Usage

ranktests(x, y = NULL, sv = NULL)

Arguments

x

First sample

y

Second sample. If default value of NULL, indicates one-sample test.

sv

Type of scores, if character "ns", "vw", or "ss", or vector of scores if numeric. Defaults to rank scores.

Value

A list of class htest

Examples

ranktests(rnorm(10),rnorm(15),"ss")


kolassa-dev/NonparametricHeuristic documentation built on Nov. 14, 2022, 11:25 p.m.