Description Usage Arguments Examples
View source: R/acct_absenteeism.R
This function creates Accountability dataframe for the Chronic Absenteeism Indicator with 2020 cuts by default
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | acct_absenteeism(
absenteeism_student_level_path,
grade_pools_path,
school_names_path,
absenteeism_amo_path,
a_cut_k8 = 6,
b_cut_k8 = 9,
c_cut_k8 = 13,
d_cut_k8 = 20,
a_cut_hs = 10,
b_cut_hs = 14,
c_cut_hs = 20,
d_cut_hs = 30,
min_n_count = 30
)
|
absenteeism_student_level_path |
Path to the Student Level Chronic Absenteeism file |
grade_pools_path |
Path to the Grade Pools file |
school_names_path |
Path to the file with School/System names |
absenteeism_amo_path |
Path to the AMO file for the Chronic Absenteeism Indicator |
a_cut_k8 |
Cut score for 'A' in Absolute Pathway, K8 pool |
b_cut_k8 |
Cut score for 'B' in Absolute Pathway, K8 pool |
c_cut_k8 |
Cut score for 'C' in Absolute Pathway, K8 pool |
d_cut_k8 |
Cut score for 'D' in Absolute Pathway, K8 pool |
a_cut_hs |
Cut score for 'A' in Absolute Pathway, HS pool |
b_cut_hs |
Cut score for 'B' in Absolute Pathway, HS pool |
c_cut_hs |
Cut score for 'C' in Absolute Pathway, HS pool |
d_cut_hs |
Cut score for 'D' in Absolute Pathway, HS pool |
min_n_count |
Minimum N Count needed to receive score |
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
acct_absenteeism("N:/ORP_accountability/data/2019_chronic_absenteeism/
school_chronic_absenteeism_Jul11.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/absenteeism_targets_school_primary_enrollment.csv",
a_cut_k8 = 6, b_cut_k8 = 9, c_cut_k8 = 13, d_cut_k8 = 20,
a_cut_hs = 10, b_cut_hs = 14, c_cut_hs = 20, d_cut_hs = 30,
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.