retention: Student Rention

Description Usage Arguments Value Examples

View source: R/retention.R

Description

The resulting data set contains columns with information about a student returning in subsquent quarters after their initial quater.

Usage

1
retention(data, cohort_yr, nxt_yr)

Arguments

data

A R object with the STUDENT table

cohort_yr

The academic year of the starting cohort

nxt_yr

The following academic year after the cohort

Value

A data frame with demographics and retention for each student in the designated starting cohort

Examples

1
2
3
4
5
6
7
## Not run: 

student %>%
  retention('B90', 'C01')


## End(Not run)

Edgar-Zamora/bbccIR documentation built on Feb. 3, 2022, 11:06 a.m.