The dataset contained information on 3370 participants, including scores on 5 personality traits assessed by the a reduced version of the 45 item Big Five Inventory (BFI; Openness, Conscientiousness, Extraversion, Agreeableness and Neuroticism), where 43 items were used. Participants were also assessed on the FoMO scale - a 10 item measure which assessed the extent to which individuals experienced apprehension regarding missing out on interesting events of others. Items on both the BFI and FoMO scales were measured on a 5-point scale, meaning that scores on the BFI could range 8-40 for Neuroticism, 8-40 for Extraversion, 10-50 for Openness to Experience, 8-40 for Agreeableness, and 9-45 for Conscientiousness; and scores on the FoMO scale could range 10-50. For both of these measures, only total scores were available. Two socio-demographic questions were also asked of all participants - their age (in years) and total number of Instagram followers.
The aim of this report was to address three research questions:
To examine the associations among the variables of interest, a scatter plot of matrices (SPLOM) was used. This allowed for visual examination of marginal distributions via histograms, and bivariate associations between variables via scatter plots. The SPLOM also provided bivariate correlations between each of the variables.
To address RQ1, the following simple linear regression model was used:
\[ \text{FoMO} = \beta_0 + \beta_1 \cdot \text{Age} + \epsilon \]
where we tested whether there was a significant association between FoMO and age. Formally, this corresponded to testing whether the age coefficient was equal to zero:
\[ H_0: \beta_1 = 0 \]
\[ H_1: \beta_1 \neq 0 \]
To address RQ2, the two following models were used: \[ \text{FoMO} = \beta_0 + \beta_1 \cdot \text{Age} + \epsilon \]
\[ \text{FoMO} = \beta_0 + \beta_1 \cdot \text{Age} + \beta_2 \cdot \text{Number of Instagram Followers} + \epsilon \]
To determine whether the model with the number of Instagram followers and age was a significantly better fitting than the model with age alone, we used an incremental \(F\)-test to formally test the following hypothesis:
\[ H_0: \beta_2 = 0 \]
\[ H_1: \beta_2 \neq 0 \]
To address RQ3, the following multiple linear regression model was used, where all measures were \(z\)-scored:
\[ \text{FoMO} = \beta_0 + \beta_1 \cdot \text{N} + \beta_2 \cdot \text{E} + \beta_3 \cdot \text{O} + \beta_4 \cdot \text{C} + \beta_5 \cdot \text{A} + \epsilon \quad \\ \]
\[ \begin{align} & \text{Where:} \\ & \text{FoMO} = \text{FoMO, z-scored} \\ & \text{N} = \text{Neuroticism, z-scored} \\ & \text{E} = \text{Extraversion, z-scored} \\ & \text{O} = \text{Openness, z-scored} \\ & \text{C} = \text{Conscientiousness, z-scored} \\ & \text{A} = \text{Agreeableness, z-scored} \\ \end{align} \]
To investigate whether personality predicted FoMO, this corresponded to testing whether each of the Big 5 personality traits were equal to zero:
\[ H_0: \text{All}~~ \beta_j = 0 ~\text{(for j = 1, 2, 3, 4, 5)} \] \[ H_1: \text{At least one}~ \beta_j \neq \text{(for j = 1, 2, 3, 4, 5)} \]
All participant data was complete (no missing values), with scores on the FoMO and BFI scales within possible ranges. Throughout the report, effects were considered statistically significant at \(\alpha = .05\).
Descriptive statistics are displayed in 2.1.
N | Mean | SD | Minimum | Maximum | |
---|---|---|---|---|---|
Fear of Missing Out | 3370 | 24.63 | 6.42 | 10 | 46 |
Age (in years) | 3370 | 33.61 | 10.42 | 12 | 75 |
Number of Instagram Followers | 3370 | 203.25 | 93.42 | 1 | 594 |
Neuroticism | 3370 | 22.92 | 5.77 | 8 | 40 |
Extraversion | 3370 | 25.88 | 5.94 | 8 | 40 |
Openness | 3370 | 37.61 | 5.80 | 14 | 50 |
Conscientiousness | 3370 | 31.04 | 5.49 | 13 | 45 |
Agreeableness | 3370 | 30.89 | 4.93 | 13 | 43 |
Bivariate correlations showed a moderate negative association between FoMO and age; moderate positive associations between FoMO and Neuroticism and between FoMO and number of Instagram followers; and weak associations between FoMO and the remaining Big 5 personality variables (see Figure 2.1).
Figure 2.1: Bivariate scatter plots (below diagonal), histograms (diagonal), and Pearson correlation coefficient (above diagonal) for FoMO, Socio-Demographic Factors, and Personality Traits
In relation to RQ1, full regression results, including 95% Confidence Intervals, are shown in Table 2.2. This model was significant \((F(1, 3368) = 380.1, p < .001)\), and results indicated that age was a significant predictor of FoMO \((\beta = -0.2, CI_{95} = [-0.22, -0.18], SE = 0.01, p < .001)\). Age explained approximately 10% of the variance in FoMO scores. For every one-year increase in age, participants’ FoMO scores decreased by 0.20 points. This suggested that older participants experienced less FoMO than younger participants (see Figure 2.2(a)).
 | FoMO | ||
---|---|---|---|
Predictors | Estimates | CI | p |
(Intercept) | 31.22 | 30.53 – 31.92 | <0.001 |
Age (in years) | -0.20 | -0.22 – -0.18 | <0.001 |
Observations | 3370 | ||
R2 / R2 adjusted | 0.101 / 0.101 |
Figure 2.2: (a) Association between FoMO and Age (b) Association between FoMO and Instagram Followers
As presented in 2.3, we found evidence that an individual’s total number of followers on Instagram and age provided a significantly better fitting model predicting FoMO over age alone \((F(1, 3367) = 267.04, p < .001)\). Together, age and the number of Instagram followers explained approximately 17% of the variance in FoMO scores.
Res.Df | RSS | Df | Sum of Sq | F | Pr(>F) |
---|---|---|---|---|---|
3368 | 124676.4 | NA | NA | NA | NA |
3367 | 115515.0 | 1 | 9161.443 | 267.0353 | 0 |
In order to address the third research question, all scores were converted to \(z\)-scores. The Big 5 personality traits significantly predicted FoMO scores (\(F(5, 3364) = 184.53, p < .001\)). The personality traits collectively explained approximately 21% of variance in FoMO scores. Full model results are presented in 2.4. For every 1 standard deviation unit increase in Neuroticism scores, FoMO scores increased by 0.43 standard deviations after controlling for other personality traits. When accounting for other personality traits, for every 1 standard deviation unit increase in Conscientiousness scores, FoMO scores decreased by 0.31 standard deviations. For every 1 standard deviation unit increase in Agreeableness scores, FoMO scores decreased by 0.09 standard deviations after controlling for other personality traits. Neither Extraversion \((p = .27)\) nor Openness \((p = .47)\) were significant predictors of FoMO.
 | FoMO (Z-Scored) | ||
---|---|---|---|
Predictors | Estimates | CI | p |
(Intercept) | -0.00 | -0.03 – 0.03 | 1.000 |
Neuroticism (Z-Scored) | 0.43 | 0.39 – 0.46 | <0.001 |
Extraversion (Z-Scored) | 0.02 | -0.01 – 0.05 | 0.267 |
Openness (Z-Scored) | 0.01 | -0.02 – 0.04 | 0.471 |
Conscientiousness (Z-Scored) |
-0.31 | -0.34 – -0.28 | <0.001 |
Agreeableness (Z-Scored) | -0.09 | -0.12 – -0.05 | <0.001 |
Observations | 3370 | ||
R2 / R2 adjusted | 0.215 / 0.214 |
Associations between FoMO and the three significant personality traits (whilst holding the others constant) are shown in Figure 2.3.
Figure 2.3: Predicted FoMO Scores by Neuroticsm, Conscientiousness, and Agreeableness after accounting for other Big 5 Traits
Previous research had identified an association between an individual’s fear of missing out, various socio-demographic factors, and personality. In this analysis, we examined the associations of FoMO with age, total number of Instagram followers, and personality.
Our results suggested that: (1) age was a significant predictor of FoMO, where older age was associated with lower levels of FoMO; (2) including the total number of Instagram followers as well as age resulted in a significantly better fitting model for explaining FoMO scores (where more followers were associated with higher levels of FoMO); and (3) three of the Big Five personality traits - Neuroticism, Agreeableness, and Conscientiousness - were significant predictors of FoMO (specifically high Neuroticism, low Agreeableness, and low Conscientiousness). Therefore, we can reject the null hypotheses for each of our research questions.
However, it is important to note that we can make no causal claims on the directions of these associations from these data - we cannot conclude that being a young person who is highly Neurotic and low on Agreeableness and Conscientiousness with a large number of Instagram followers will cause feelings of FoMO.