Description Usage Arguments Value Examples
unscoreR transforms selected variables to a normal distribution using
the CCG Fortran program declus. Currently the options to use a
category or to use a reference distribution are not supported. Trimming
limits are fixed to -1.0e21 and +1.0e21.
| 1 2 | 
| data | Data frame with value and optional weight and category columns. | 
| vars | Character vector, column names in  | 
| weight | Character scalar, name of weight field, default  | 
| cat | Character scalar, name of category field, default  | 
| quantiles | Integer scalar, number of quantiles output to transformation tables, default 0, which means all. | 
| debug | Scalar boolean. If  | 
A list of two data frames: data contains original input data
plus columns of normal score transformed data for each specified column and
trans contains the transformation tables for each transformed
variable.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.