attrition_data_prep_parameterized: Attrition Data Preperation

Description Usage Arguments Value

Description

attrition_data_prep modifies the PhD Attrition by Hegis report and returns a dataframe that is ready for plotting by calculatiing totals and attrition rates

Usage

1
2
3
4
attrition_data_prep_parameterized(dfAttrition_report, college_var = Col,
  hegiscd_var = Hegis.Cd, hegisdesc_var = Hegis.Description,
  cohort_var = Cohort.Year, WoMA_var = Without.MA..8,
  wMA_var = With.MA..9)

Arguments

dfAttrition_report

a copy of the 'PhD Attrtion by Hegis Code Template - AY[AY] thru [AY] - [date]' report imported from the xlsx

Value

A list of dataframes: one with one column with one row per program/cohort (dfAttrition_wide), and one with one row per program/cohort and exit pathway (dfAttrition_long)

Shared Variables:

dfAttrition_wide variables:

dfAttrition_long variables:


jstrin/PhDProfiles documentation built on June 22, 2019, 12:44 a.m.