Description Usage Arguments Examples
This function creates Accountability dataframe for the ELPA Indicator
1 2 3 4 5 6 7 8 9 10 | acct_elpa(
school_elpa_path,
grade_pools_path,
school_names_path,
a_cut = 60,
b_cut = 50,
c_cut = 40,
d_cut = 25,
min_n_count = 10
)
|
school_elpa_path |
Path to the School Level ELPA file |
grade_pools_path |
Path to the Grade Pools file |
school_names_path |
Path to the file with School/System names |
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 | ## Not run:
acct_elpa("N:/ORP_accountability/data/2019_ELPA/wida_growth_standard_school.csv",
"N:/ORP_accountability/projects/2019_school_accountability/grade_pools_designation_immune.csv",
"N:/ORP_accountability/data/2019_final_accountability_files/names.csv",
60, 50, 40, 25, min_n_count= 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.