Usc {NADA2} | R Documentation |
U-scores for (non-interval, sinle-column) Censored Data
Description
Computes the column of uscores from 2 columns of data in the indicator value format. Multiple detection limits allowed. Called by the uscores function, Usc (this function) is not expected to be of much use to users on its own.
Usage
Usc(y, ind, rnk = TRUE)
Arguments
y |
The column of data values plus detection limits |
ind |
The column of indicators, where 1 (or |
rnk |
A |
Value
Returns a single column of uscores or the ranks of uscores for a single pair of (concentration, indicator) censored data columns.
Examples
data(Brumbaugh)
uscore(Brumbaugh$Hg,Brumbaugh$HgCen)
[Package NADA2 version 1.1.6 Index]