normal_scores: Calculating Normal Score and Standard(Z) Score

Description Usage Arguments Value Examples

Description

Calculating Normal Score and Standard(Z) Score

Usage

1
normal_scores(data, ties = "average")

Arguments

data

Numeric vector. The standard score and normal score are calculated on this argument.

ties

one of "average", "random", "first", and "last". The method to deal with the ties in data. Default is "average"

Value

data.frame with calculated normal score and standard score of the given data.

Examples

1
2
data<-rnorm(30)
normal_scores(data = data, ties = "average")

Seren1127/quantiles documentation built on Dec. 31, 2020, 4:31 p.m.