Closed youngsaver closed 6 years ago
And, currently, this file is not included in the repository: standard.devsr <- read.csv("../data/sd_table.csv")
We should have a fall back if this information doesn't exist, but also strongly specify how the user is to provide it.
Resolved #3, as now the function will provide error messages if standard deviations not in correct format and provide information about what format fixes are needed. If not standard deviations are provided, the function now calculates the standard deviations from the data given.
Resolved point (1) above: added an optional argument that allows the user to set a "cut point." If there is a gap that containing a number of students below whatever cut point is set, the function ignores that gap. If no cut point is given, the function treats all gaps equally.
Resolved point (2) as function now outputs a table that is used directly by the equity report code.