probit_transform | R Documentation |
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.
probit_transform(df, cols, inverse = FALSE)
df |
A data frame. |
cols |
Names of columns to transform. |
inverse |
Logical value indicating whether or not to inverse the transformation. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.