update_proficiencies: Uses the ELO Rating system to estimate a student's current...

Description Usage Arguments Value

View source: R/update_proficiencies.R

Description

Uses the ELO Rating system to estimate a student's current proficiecy level on the RIT scale using his / her Khan activity.

Usage

1
update_proficiencies(studentids, student_activity, start_date, end_date = NA)

Arguments

studentids

the studentids of the student proficiencies you want to estimate

student_activity

list of dataframes returned by generate_activity()

start_date

date of MAP test used as initial estimate

end_date

date to project until. Not required unless start_date is before most recent MAP test event

Value

returns a dataframe containing studentids and estimated proficiency


kimjam/khanELO documentation built on May 20, 2019, 9:40 a.m.