SciRuby/statsample

View on GitHub
lib/statsample/converter/spss.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method tetrachoric_correlation_matrix has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def tetrachoric_correlation_matrix(ds)
        dsv=ds.reject_values(*Daru::MISSING_VALUES)
        # Delete all vectors doesn't have variation
        dsv.vectors.each { |f|
          if dsv[f].factors.size==1
Severity: Minor
Found in lib/statsample/converter/spss.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status