Description Usage Arguments Examples
View source: R/acct_grad_rate.R
This function creates Accountability dataframe for the Graduation Rate Indicator
1 2 3 4 5 6 7 8 9 10 11 | acct_grad_rate(
school_grad_rate_path,
grade_pools_path,
school_names_path,
grad_amo_path,
a_cut = 95,
b_cut = 90,
c_cut = 80,
d_cut = 67,
min_n_count = 30
)
|
school_grad_rate_path |
Path to the School Level Graduation Rate file |
grade_pools_path |
Path to the Grade Pools file |
school_names_path |
Path to the file with School/System names |
grad_amo_path |
Path to the AMO file for the Graduation Rate Indicator |
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 |
1 2 3 4 5 6 7 8 | ## Not run:
acct_grad_rate("N:/ORP_accountability/data/2018_graduation_rate/school_grad_rate.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/grad_school.csv",
95, 90, 80, 67, min_n_count= 30)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.