enr_data_prep: Enrollment Data Preperation

Description Usage Arguments Value

Description

enr_data_prep takes an export from the ADW report E4.1 formatted with each row representing a unique combination of year semester, Enrollment Hegis, College, Domestic/Internatioanl Status, IPeds Race, Gender (Sex), Class year, and Degree Continuation. Variable is count of students. There is no degree level or degree program; report should be filtered to only PhD enrollments prior to export

Usage

1
2
3
4
5
6
7
enr_data_prep(dfEnroll, Col, HEGIS, hegis_display, enrollVar = Students,
  domintVar = Student.Domestic.International.Status,
  IPEDSVar = Student.IPEDS.Race.Ethnicity, sexVar = Student.Gender,
  clyearVar = Class.Year.Category,
  contVar = Degree.Continuation.Category,
  semYearVar = Academic.Year...Semester, colVar = Enrollment.College,
  HEGISVar = HEGIS.Code.1, HEGISdescVar = Primary.Enrollment.HEGIS)

Arguments

dfEnroll

a dataframe imported from ADW report A2.2

Col

character string college abbreviation

HEGIS

hegis number; provided as a number or character string if there are fewer than 4 digits, a leading zero will be added

hegis_display

character string with how the program should be displayed in the final profile

enrollVar

name of column containing the count of students Provided either bare (unquoted) or in open quotes. Default value is Students

domintVar

name of column indicating doemstic or international status. Provided either bare (unquoted) or in open quotes. Default value is Student.Domestic.International.Status

IPEDSVar

name of column indicating IPEDS Race Ethnicity classification Provided either bare (unquoted) or in open quotes. Default value is Student.IPEDS.Race.Ethnicity

sexVar

name of column indicating student sex. Provided either bare (unquoted) or in open quotes. Default value is Student.Gender

clyearVar

name of column indicating year in program. Provided either bare (unquotred) or in open quotes. Default value is Class.Year.Category

contVar

name of column indicating continuation status. Provided either bare (unquoted) or in open quotes.Default value is Degree.Continuation.Category

semYearVar

name of column containing the Semester and Year of admission. Provided either bare (unquoted) or in open quotes. Default value is Academic.Year...Semester

colVar

name of column containing the 3 character college abbreviation. Provided either bare (unquoted) or in open quotes. Default value is Enrollment.College

HEGISVar

name of column containing the HEGIS code. Provided either bare (unquoted) or in open quotes. Default value is HEGIS.Code.1

HEGISdescVar

name of column containing the HEGIS description. Provided either bare (unquoted) or in open quotes. Default value is Primary.Enrollment.HEGIS

Value

A dataframe filtered to the college and hegis supplied with four additional columns Selectivity is the number of admitted students divided by the total number of applicants; AppYear is the calendar year of the semester of application; dApps is the difference between current year and previous year apps; pApps is the percentage change from the previous year to to the current year in applications


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