if.0.rm {pwrFDR} | R Documentation |
A helper function– remove if zero.
Description
A helper function– remove if zero. Included at the user level because it's useful for setting up batch jobs.
Usage
if.0.rm(x)
Arguments
x |
A numeric vector. |
Value
A numeric vector, equal to the input vector, x
, except with 0's
removed.
Author(s)
Grant Izmirlian <izmirlian at nih dot gov>
[Package pwrFDR version 2.8.9 Index]