log_modified {pempi}R Documentation

Modified log function (internal function)

Description

Simple function that return log(x) if x > 0 and 0 otherwise.

Usage

log_modified(x)

Arguments

x

A numeric value assumed such that x >= 0.

Value

Modified log function

Author(s)

Stephane Guerrier


[Package pempi version 1.0.0 Index]