Learn R Programming

pwrFDR (version 2.8.9)

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)

Arguments

x

A numeric vector.

Value

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