probit_vec: Probit transformation for bounded data

View source: R/probit.R

probit_vecR Documentation

Probit transformation for bounded data

Description

Similar to logit transformation but better behaved at the extremes

Usage

probit_vec(x, inverse = FALSE)

Arguments

x

Numeric vector to probit transform

inverse

Logical value on whether to invert the transformation

Value

A numeric vector


gpw13/augury documentation built on Oct. 15, 2024, 8:03 a.m.