calc_predicted_score: Predicted Test Score

View source: R/scores.R

calc_predicted_scoreR Documentation

Predicted Test Score

Description

Estimate the difference between an actual score and a predicted score.

Usage

calc_predicted_score(
  ability_score,
  achievement_score,
  correlation,
  mean,
  round = 0
)

Arguments

ability_score

Score 1 (ability)

achievement_score

Score 2 (achievement)

correlation

Correlation between ability test and achievement test

mean

Mean of test score

round

Number of digits to round to

Value

A predicted score.

Examples

calc_predicted_score(ability_score = 122, achievement_score = 84, correlation = .65, mean = 100)

jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.