Description Usage Arguments Value Examples
The resulting data set contains columns with information about a student returning in subsquent quarters after their initial quater.
1 |
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 |
A data frame with demographics and retention for each student in the designated starting cohort
1 2 3 4 5 6 7 | ## Not run:
student %>%
retention('B90', 'C01')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.