calc_sqrp_points: Calculate sqrp points given given scores in each categor.

Description Usage Arguments Value

View source: R/sqrp_levels.R

Description

calc_sqrp_points calculates SQRP given performance in each category. Reweighting is automagically performed.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
calc_sqrp_points(school_growth_pctl_reading = NULL,
  school_growth_pctl_mathematics = NULL,
  school_growth_pctl_aa_reading = NULL,
  school_growth_pctl_hisp_reading = NULL,
  school_growth_pctl_iep_reading = NULL,
  school_growth_pctl_ell_reading = NULL,
  school_growth_pctl_aa_mathematics = NULL,
  school_growth_pctl_hisp_mathematics = NULL,
  school_growth_pctl_iep_mathematics = NULL,
  school_growth_pctl_ell_mathematics = NULL,
  pct_exceed_typical_growth = NULL, school_attaninment_pct_2_reading = NULL,
  school_attaninment_pct_2_mathematics = NULL,
  school_attaninment_pct_38_reading = NULL,
  school_attaninment_pct_38_mathematics = NULL,
  pct_sufficient_access_progress = NULL, ada = NULL,
  mvms_5essentials = NULL, dqi = NULL)

Arguments

school_growth_pctl_reading

school growth percentile in reading

school_growth_pctl_mathematics

growth percentile in math

school_growth_pctl_aa_reading

growth percentile in reading for African American students

school_growth_pctl_hisp_reading

growth percentile in reading for Latino students

school_growth_pctl_iep_reading

growth percentile in reading for students with an IEP

school_growth_pctl_ell_reading

growth percentile in reading for English language learners.

school_growth_pctl_aa_mathematics

growth percentile in mathematics for African American students

school_growth_pctl_hisp_mathematics

growth percentile in mathematics for Latino students

school_growth_pctl_iep_mathematics

growth percentile in mathematics for students with an IEP

school_growth_pctl_ell_mathematics

growth percentile in mathematics for English language learners

pct_exceed_typical_growth

Percent of students meeting or exceeding typical growth

school_attaninment_pct_2_reading

school level reading attainment percentile for grade 2

school_attaninment_pct_2_mathematics

school level math attainment percentile for grade 2

school_attaninment_pct_38_reading

school level reading attainment percentile for grades 3-8

school_attaninment_pct_38_mathematics

school level math attainment percentile for grades 3-8

pct_sufficient_access_progress

Percent of Access-taking students making sufficient progress

ada

Average daily attendance rate for the school year

mvms_5essentials

My Voice, My School 5Essentials rating

dqi

Data Quality Index score

Value

SQPR Points


kippchicago/sqrpr documentation built on Dec. 15, 2019, 12:27 a.m.