getScore: Computes score from theta

Description Usage Arguments Value Examples

View source: R/cat.R

Description

This function does not normalise between a min and a max. You must verify the output yourself.

Usage

1
getScore(theta, mean = 50, sd = 10)

Arguments

theta

numeric: the ability estimate

mean

numeric: mean of the calibration

sd

numeric: standart deviation of the calibration

Value

numeric

Examples

1
2
getScore(1.34, 50, 10)
getScore(-2.64, 50, 16)

LearningRaph/felix documentation built on Nov. 22, 2019, 8:07 a.m.