Description Usage Arguments Value Examples
View source: R/UnivariateNormalScores.R
Get conditional or unconditional normal score (NS) of observations (X
)
relative to previous observations (Y
).
1 2 3 4 5 6 7 8 9 10 11 |
X |
vector. New observations to obtain the N¡normal scores. |
Y |
vector. If |
theta |
scalar. Value corresponig with the |
Ftheta |
scalar. Quantile of the data distribution. The values that take are between (0,1). |
scoring |
character string. If "Z" (normal scores) (default). If "Z-SQ" (normal scores squared). |
Chi2corrector |
character string. Only when scoring is Z-SQ. Select from
If "approx" () (default). If "exact" (normal scores squared). |
alignment |
character string. Aligment of the data
|
constant |
scalar. Only used when the |
absolute |
logical. If |
Multiple output. Select by output$
R
: vector. Ranks for the X
observations. If ties occurs, average ranks are used.
P
: vector. Probability of the ranks for the X
observations. Instead of Van Der Waerden normal scores where P = R/(n+1), P = (R-0.5)/n,
where R stands for rank and P for the input evaluated in the inverse of a Standard Normal Distribution.
Z
: vector. Normal scores for the X
observations. Z if scoring
is "Z" and Z^2 if scoring
is "Z-SQ".
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.