We should definitely implement @davharris code for calculating the c_score, but restore line 369, which is the error check for empty rows.
Once this is done we should then modify the code for c_score.skew and c_score.var so that they call c_score. The error check needs to live only in c_score, not in these other functions.
@emhart how do I pull in @davharris fork in GitHub to get the new function?
We should definitely implement @davharris code for calculating the
c_score
, but restore line 369, which is the error check for empty rows.Once this is done we should then modify the code for
c_score.skew
andc_score.var
so that they callc_score
. The error check needs to live only inc_score
, not in these other functions.@emhart how do I pull in @davharris fork in GitHub to get the new function?