pthreshold: Probability a true score will be below a threshold

View source: R/main.R

pthresholdR Documentation

Probability a true score will be below a threshold

Description

Probability a true score will be below a threshold

Usage

pthreshold(x, threshold, rxx, mu = 0, sigma = 1)

Arguments

x

observed score

threshold

threshold

rxx

reliability coefficient

mu

population mean

sigma

population standard deviation

Value

probability

Examples

pthreshold(x = .5, threshold = 1, rxx = 0.9)

wjschne/WJSmisc documentation built on June 29, 2023, 8:04 a.m.