View source: R/CohortRetention.R
Estimates cohort retention.
| 1 2 3 4 | 
| grouping | the name of the grouping column if rates by a group are desired. | 
| ... | other unspecified parameters. | 
| students | a data frame of enrolled students. This data frame should be structured like a warehouse data where a student is represented for each cohort (i.e. warehouseDateColumn) in which they are enrolled. | 
| graduates | a data frame of graduates, or degrees earned. | 
| studentIdColumn | the name of the column corresponding the student's id. | 
| degreeColumn | (optional) the name of the column corresponding to the degree the
student is enrolled in (within students) or graduated (within graduates).
If omitted, then  | 
| persistColumn | (optional) the name of the column correspondinng to
whether the student is persisting within that month or not. If omitted,
the  | 
| warehouseDateColumn | the name of the column corresponding to the warehouse date, or cohort. Each unique date will thereby define a cohort. | 
| gradColumn | the name of the column in the  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.