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


caldwellst/augury documentation built on Oct. 10, 2024, 8:20 a.m.