avoidZero: Get rid of zeros in a numeric vector

View source: R/Regression.R

avoidZeroR Documentation

Get rid of zeros in a numeric vector

Description

Get rid of zeros in a numeric vector before taking the logarithm of them. We basically replace the "zeros" with a negligible small value in order to avoid NaN upon the log-transformation.

Usage

avoidZero(x, fac = 10)

Arguments

x

numeric values as input

fac

numeric a factor of scale in order to get a "small" value to replace zeros

Value

a vector of value with zeros replaced.


ELISAtools documentation built on April 12, 2025, 1:31 a.m.