Skip to contents

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.