std2perc: Standard scores conversion

View source: R/scoring.R

std2percR Documentation

Standard scores conversion

Description

Convert a vector of standard scores in the corresponding percentiles according to the Normal distribution.

Usage

std2perc(q, scale=c("z","t","nce","iq","wss","stanine","sten"))

Arguments

q

Vector of standard scores.

scale

Reference scale of the standard scores.

Details

Percentiles are provided on a 0-100 scale.

Examples

perc2std(c(5,50,95), "IQ")

DavideMassidda/testing documentation built on Oct. 12, 2023, 4:32 p.m.