Applies a rank-based inverse-normal transformation (INT) to a numeric vector, placing empirical quantiles onto a standard normal scale.
int_transform(x, ties = "average")Numeric vector. NAs are preserved.
Method passed to base::rank(). Default "average".
A numeric vector of the same length as x, with NAs in the same
positions and non-missing values transformed to approximate normality.
The Blom-style formula used is: $$\Phi^{-1}\!\left(\frac{r_i - 0.5}{n}\right)$$ where \(r_i\) is the rank of observation \(i\) and \(n\) is the number of non-missing observations. This is the standard transformation used in SOLAR Eclipse and most variance-components heritability software.