Description Usage Arguments Value
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
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)
|
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 |
domintVar |
name of column indicating doemstic or international status.
Provided either bare (unquoted) or in open quotes. Default value is
|
IPEDSVar |
name of column indicating IPEDS Race Ethnicity classification
Provided either bare (unquoted) or in open quotes. Default value is
|
sexVar |
name of column indicating student sex. Provided either bare
(unquoted) or in open quotes. Default value is |
clyearVar |
name of column indicating year in program. Provided either
bare (unquotred) or in open quotes. Default value is |
contVar |
name of column indicating continuation status. Provided either
bare (unquoted) or in open quotes.Default value is |
semYearVar |
name of column containing the Semester and Year of admission.
Provided either bare (unquoted) or in open quotes. Default value is |
colVar |
name of column containing the 3 character college abbreviation. Provided either
bare (unquoted) or in open quotes. Default value is |
HEGISVar |
name of column containing the HEGIS code. Provided either
bare (unquoted) or in open quotes. Default value is |
HEGISdescVar |
name of column containing the HEGIS description. Provided either
bare (unquoted) or in open quotes. Default value is |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.