R/first_pos.R

Defines functions first_pos

Documented in first_pos

first_pos <-
function(X){
X[min(whicha(X>0))]
}

Try the QoLR package in your browser

Any scripts or data that you put into this service are public.

QoLR documentation built on May 29, 2017, 4:08 p.m.