acct_ready_grad: Accountability Ready Graduate Calculations

Description Usage Arguments Examples

View source: R/acct_ready_grad.R

Description

This function creates Accountability dataframe for the Ready Graduate Indicator

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
acct_ready_grad(
  ready_grad_student_level_path,
  grade_pools_path,
  school_names_path,
  ready_grad_amo_path,
  ready_grad_school_path,
  a_cut = 40,
  b_cut = 30,
  c_cut = 25,
  d_cut = 16,
  min_n_count = 30
)

Arguments

ready_grad_student_level_path

Path to the Ready Graduate Student Level file (For Participation Rate)

grade_pools_path

Path to the Grade Pools file

school_names_path

Path to the file with School/System names

ready_grad_amo_path

Path to the AMO file for the Ready Graduate Indicator

ready_grad_school_path

Path to the school level Ready Graduate file

a_cut

Cut score for 'A' in Absolute Pathway

b_cut

Cut score for 'B' in Absolute Pathway

c_cut

Cut score for 'C' in Absolute Pathway

d_cut

Cut score for 'D' in Absolute Pathway

min_n_count

Minimum N Count needed to receive score

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
acct_ready_grad('N:/ORP_accountability/projects/2019_ready_graduate/Data/
ready_graduate_student_level_06182019.csv',
"N:/ORP_accountability/projects/2019_school_accountability/grade_pools_designation_immune.csv",
"N:/ORP_accountability/data/2019_final_accountability_files/names.csv",
"N:/ORP_accountability/projects/2019_amo/ready_grad_school.csv",
"N:/ORP_accountability/projects/2019_ready_graduate/Data/ready_graduate_school.csv",
a_cut = 40, b_cut = 30, c_cut = 25, d_cut = 16, min_n_count = 30)

## End(Not run)

amarsee/andrewacct documentation built on Feb. 19, 2020, 4:28 a.m.