Learn R Programming

IPEDSuploadables (version 3.0.1)

make_adm_part_H: Make Admissions Part H (Transfer SAT/ACT scores)

Description

If SAT or ACT scores were used for admission decisions it calculates the requisite percentiles for submission.

Usage

make_adm_part_H(df, ptype = 7)

Value

Admissions Part H data with the required IPEDS structure

Arguments

df

A dataframe of applicant information

ptype

(Optional) An integer [1-9] indicating which calculation method to use for percentiles. The default value within R and here is 7. To see details, run ?quantile and scroll down to "Type".