Calculate combined proficiency rates (proficient + distinguished)
Source:R/tidy_assessment.R
calc_proficiency.RdCalculates the combined proficiency rate (students scoring proficient or distinguished) for each row or group in the assessment data.
Examples
if (FALSE) { # \dontrun{
tidy_data <- fetch_assessment(2024)
# Overall proficiency by school
calc_proficiency(tidy_data)
# Proficiency by subject
calc_proficiency(tidy_data, subject)
} # }