range

range

Range is the difference between the min and the max.

    • Related Articles

    • interquartile range (IQR)

      Interquartile range (IQR) is the range for just the middle .50 of values (i.e., Q3 - Q1).
    • histogram

      Histogram is a visualization where the x-axis represents the values of the variable while the y-axis represents frequency; the height of a bar in a histogram represents how many cases have that range of values.
    • Histogram Bins

      Histogram bins What they are To understand the bins of a histogram, we must first understand a histogram. A histogram is a distribution of a quantitative, and often continuous, variable. A histogram divides the observations of the variable into ...
    • filter()

      The filter() function will find rows/cases where the conditions indicated are true. It is often used with operators such as the following: > (greater than) < (less than) >= (greater than or equal to) <= (less than or equal to) == (equal to) != (not ...
    • Bar Graphs vs Histograms

      What is the difference between a bar graph and a histogram?  Bar graphs and histograms are both visualizations of data, but they visualize different types of data. Bar graphs are used for categorical variables, while histograms are used for ...