standardized_score | R Documentation |
Calculate Standardized and Predicted Scores This function calculates predicted, standardized, and confidence interval scores based on given parameters.
standardized_score(
ability_score,
achievement_score,
correlation,
mean,
standard_deviation,
reliability,
round = 0,
confidence_level = 0.95
)
ability_score |
Obtained ability score |
achievement_score |
Obtained achievement score |
correlation |
Correlation between the two variables |
mean |
Mean of the variable |
standard_deviation |
Standard deviation of the variable |
reliability |
Reliability of the test |
round |
Number of decimal places to round to |
confidence_level |
Confidence level for the calculation (defaults to 0.95) |
Set of scores including predicted, standardized, and confidence intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.