MakeZ_C {TMTI}R Documentation

Leading NA

Description

Returns the TMTI_infinity statistic from pre-sorted, pre-truncated vector of p-values. If no truncation is used, set m_full = m

Usage

MakeZ_C(pvals, m)

Arguments

pvals

A NumericVector containing the truncated sorted p-values. It is important that this vector: 1) contains only the truncated p-values (i.e, those that fall below the truncation point) and 2) is sorted.

m

The total (i.e., non-truncated) number of p-values.


[Package TMTI version 1.0.3 Index]