Skip to content
Prev 366025 / 398502 Next

Log plus one transformation in R

> Hi all, How do I perform log(x+1) in R?

    > log1p_trans() from the package ?scales" doesn?t seem to
    > work for me.

amazing that you did not find  log1p()  in base R.