You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Claudio in clbustos/statsample#11, tests in which any vector of responses for a specific item has zero variance should be considered a mistake, at least in a strict_mode.
So: implement a strict_mode flag that raises a Statsample::ZeroVarianceVectorException (feel free to choose a better name) if any of the vectors in cronbach_alpha has zero variance.
The text was updated successfully, but these errors were encountered:
According to Claudio in clbustos/statsample#11, tests in which any vector of responses for a specific item has zero variance should be considered a mistake, at least in a
strict_mode
.So: implement a
strict_mode
flag that raises aStatsample::ZeroVarianceVectorException
(feel free to choose a better name) if any of the vectors incronbach_alpha
has zero variance.The text was updated successfully, but these errors were encountered: