UBC-MDS / rgtracker

An R package designed to store, track grades, provide grade adjustments and ranking for the UBC MDS program.
https://ubc-mds.github.io/rgtracker/
GNU Lesser General Public License v2.1
0 stars 2 forks source link

Function - Summarize the grades by course #10

Closed yhchen20 closed 3 years ago

yhchen20 commented 3 years ago

Purpose: Provides summary statistics on the courses Rank the courses by selected summary statistics

It contains two functions:

1. Input: course_ids (includes all courses we want to calculate for)

Output: A data frame containing the summary statistics for specified courses

  1. Input: method= c("method", "median", "lst-quantile", "3rd-quantile") descending=TRUE

Output: A data frame containing the rank for specified courses