probit_transform: Probit transform bounded data in a data frame

View source: R/probit.R

probit_transformR Documentation

Probit transform bounded data in a data frame

Description

probit_transform() transform specified columns in a data frame using VGAM::probitlink(). This is similar to a logit transformation but better behaved at the extremes.

Usage

probit_transform(df, cols, inverse = FALSE)

Arguments

df

A data frame.

cols

Names of columns to transform.

inverse

Logical value indicating whether or not to inverse the transformation.

Value

A data frame.


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