nscore_model: Make normal score transformation model.

Description Usage Arguments Value Author(s)

Description

Takes a vector of values x and calculates their normal scores. Returns an ordered table of original values and scores, which is useful as a back-transform model. See backtr().

Usage

1
nscore_model(x, na.rm = TRUE)

Arguments

x

Numeric vector to be transformed.

na.rm

Boolean, remove NAs from x. Defult is TRUE.

Value

Dataframe transformation model.

Author(s)

Alex M Trueman Modified from Ashton Shortridge, May/June, 2008. https://msu.edu/~ashton/research/code/nscore.R Originally based on the GSLIB code for nscore function.


truemoid/mstats documentation built on May 24, 2019, 7:17 a.m.