logit: Log or Log-inverse transformation

Description Usage Arguments Details Value

View source: R/logit.R

Description

Log tranforms the data with an appropriate adjustments

Usage

1
logit(x, shift, inverse = FALSE, maxval = 100)

Arguments

x

EPI data frame to be log tranformed. There cannot be negative values or missing values coded as -9999/-8888.

shift

shift size, zero by default. Can be set to "auto", then it will be derived from the data

inverse

loginverse or not

maxval

value to subtract data values from

Details

EPI data frame follows the 2018 Masterfile convention with the first 3 columns being [code, iso, country] and the following columns being VARIABLE.STEP.YEAR (e.g. MPA.trf.2005)

Value

log-transformed EPI data frame


elenakhusainova/EPI_Rpackage documentation built on April 17, 2020, 9:48 a.m.