Class VariableInfoCount


  • public final class VariableInfoCount
    extends Object
    Reports weighted and unweighted record counts.
    • Method Detail

      • getWeighted

        public double getWeighted()
        The sum of record weights. This equals 'Unweighted' when all weights are 1.
      • getUnweighted

        public long getUnweighted()
        The number of records. This ignores any weights.