tnl: The (tnl) function.

Description Usage Arguments Details Value References Examples

View source: R/tnl.R

Description

Perform exact tnl.

Usage

1
tnl(k,n,l)

Arguments

k

Vector of quantiles.

n

Sample size.

l

The class parameter of Tnl.

Details

vbcdfgdfg

Value

list of an exact probability and distribution function.

References

A Nonparametric Test for the Two-Sample Problem Based on Order Statistics

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 ##You need to select all of \code{k}, \code{n} and \code{l}
tnl(k=2,n=7,l=1)
## Not run: 
$prob
[1] 0.1538462

$tt
[1] 0.2307692

## End(Not run)

censtat/tnl2 documentation built on Dec. 19, 2021, 2:54 p.m.