Learn R Programming

pwrFDR (version 3.2.4)

if.0.rm: 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)

Value

A numeric vector, equal to the input vector, x, except with 0's removed.

Arguments

x

A numeric vector.

Author

Grant Izmirlian <izmirlian at nih dot gov>