Class VariableInfoValue


  • public final class VariableInfoValue
    extends Object
    Reports general weighted and unweighted information/statistics about a variable.
    • Method Detail

      • getWeighted

        public double getWeighted()
        Gets the weighted value. This equals 'Unweighted' when all weights are 1.
      • getUnweighted

        public double getUnweighted()
        Gets the unweighted value. This ignores any weights.