calc_predicted_score | R Documentation |
Estimate the difference between an actual score and a predicted score.
calc_predicted_score(
ability_score,
achievement_score,
correlation,
mean,
round = 0
)
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 |
A predicted score.
calc_predicted_score(ability_score = 122, achievement_score = 84, correlation = .65, mean = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.