phi_inverse: Inverse log ratio transformation

View source: R/estimate.R

phi_inverseR Documentation

Inverse log ratio transformation

Description

This function applies the inverse logistic function to a vector, which maps the values of the vector to the range (0, 1).

Usage

phi_inverse(mu)

Arguments

mu

A numeric vector to transform using an inverse log ratio transformation.

Value

A numeric vector with values mapped to the range (0, 1) and a reference coordinate added.

Examples

phi_inverse(c(-5, 0, 5))

miniLNM documentation built on Sept. 14, 2024, 1:08 a.m.