Observations

Observations

In research, observations—also called, cases, objects, or research units—are the entities that a study focuses on. They are the “things” about which data are collected and analyzed. Depending on the discipline and research question, observations may be individuals, groups, organizations, or other units of interest. For example, a psychologist might study people, an economist might study firms, and a sociologist might study families or households. In quantitative research, observations are often represented as rows in a data frame, with each row corresponding to one observation and each column representing a measured variable.

    • Related Articles

    • uniform distribution

      In uniform distribution, the number of observations is evenly distributed across the possible values.
    • quartiles

      Quartiles are the result of sorting quantitative variables and dividing the observations into four groups of equal sizes.
    • str()

      The str() function will display the internal data structure of an R object (such as a data frame). It will return information about the rows (observations) and columns (variables) along with extra information like the names of the columns, class of ...
    • gf_bar()

      The gf_bar() function creates a bar graph. It can be used to visualize the distribution of a categorical variable by counting the number of observations for each group of the category. Bar graphs can also be used with the gf_facet_grid() function. ...
    • 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 ...