FinalPresentation

Author

Alexandra Adrien

[1] 4

Attaching package: 'dplyr'
The following objects are masked from 'package:stats':

    filter, lag
The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union
Rows: 6000 Columns: 9
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (1): addiction_level
dbl (8): age, daily_screen_time, social_media_hours, study_hours, sleep_hour...

ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
# A tibble: 6 × 2
  usage_group avg_productivity
  <fct>                  <dbl>
1 0–2                    57.1 
2 2–4                    44.3 
3 4–6                    32.2 
4 6–8                    19.3 
5 8+                      8.86
6 <NA>                   34.5 
usage_group avg_productivity
0–2 57.073368
2–4 44.306276
4–6 32.242165
6–8 19.344239
8+ 8.862466
NA 34.479231
`geom_smooth()` using formula = 'y ~ x'
Warning: Removed 237 rows containing non-finite outside the scale range
(`stat_smooth()`).
Warning: Removed 237 rows containing missing values or values outside the scale range
(`geom_point()`).

The echo: false option disables the printing of code (only output is displayed).

The Scroll vs. The Score: How Social Media Usage Impacts Productivity

Research Question

To what extent does social media usage shape patterns of productivity and focus in digitally saturated environments?

Methodology

This study uses a data-driven approach to examine how social media usage in digital life affects workforce productivity. It relies on secondary datasets and analyzes variables like usage time and productivity scores using RStudio.

The method is correlational and exploratory, focusing on identifying relationships rather than causation. Data is cleaned, standardized, and analyzed through basic statistical tests and visualizations to identify patterns between social media use and productivity.

Quantitative Methods Qualitative Methods

The quantitative analysis measures the relationship between social media usage and productivity using numerical data.

Key methods include:

  • Correlation analysis to assess relationships

  • Linear regression to test predictive effects

  • Data visualizations (e.g., scatterplots) to show trends

These techniques provide measurable evidence of how social media usage relates to productivity.

A qualitative interpretive approach is used to explain the patterns found in the data.

Rather than collecting new qualitative data, this study interprets results in the context of digital work habits, such as attention fragmentation and constant connectivity. This helps explain what the numerical trends suggest about productivity in digital environments.


Introduction

This project examines how social media usage within digital life influences productivity in the modern workforce. As social platforms become embedded in daily routines, they increasingly intersect with how individuals focus, manage time, and complete work-related tasks. This study analyzes datasets that measure time spent on social media alongside productivity outcomes to identify patterns between digital engagement and work performance.

The significance of this analysis lies in its relevance to today’s digitally saturated work environments. Understanding how social media impacts productivity provides insight into broader questions about attention, efficiency, and digital behavior. These findings can help clarify whether social media acts as a distraction, a neutral tool, or a factor that reshapes how productivity is experienced in modern work settings.

Data Set

Data Set Analysis

1. Correlation Table (Key Relationships)

Variable Productivity Score Relationship
Social Media Hours -0.51 (moderate negative)
Focus Score +0.57 (strong positive)
Sleep Hours ~0.00 (no real relationship)

What this means:

  • As social media usage increases, productivity decreases (clear negative relationship)

  • Focus is a major driver of productivity

  • Sleep, in this dataset, is not strongly tied to productivity

2. Productivity by Social Media Usage

Daily Social Media Hours Avg Productivity Score
0–2 hours 57.07
2–4 hours 44.31
4–6 hours 32.24
6–8 hours 19.34
8+ hours 8.86

Key Insight:

  • Productivity drops consistently and sharply as social media use increases

  • Heavy users (8+ hours) have extremely low productivity

This supports the idea that social media acts as a disruptor in digital work environments.

3. Productivity by Addiction Level

Addiction Level Avg Productivity
Low 56.93
Medium 42.16
High 20.32

Key Insight:

  • Higher addiction = significantly lower productivity

  • This reinforces that it’s not just time, but behavioral dependence

Conclusion

This analysis demonstrates a clear and progressively negative relationship between social media usage and productivity in digital work environments. As daily social media use increases, productivity consistently declines across usage groups, indicating a structured and measurable pattern rather than random variation. This suggests that social media functions as a competing demand for attention, reducing focus and overall task efficiency in the modern workforce.

The consistency of this trend points to underlying behavioral mechanisms such as attention fragmentation and frequent task switching, both of which can disrupt sustained concentration. However, variation within usage groups indicates that social media use alone does not fully determine productivity, and other factors such as individual work habits or work environments may also influence outcomes.

While this study does not establish causation, the findings provide strong evidence of a meaningful association between higher social media engagement and lower productivity. Overall, the results reinforce the idea that digital behaviors play a significant role in shaping performance, highlighting the importance of managing social media use within increasingly connected work environments.

References

  • American Psychological Association. Stress in America 2023: A Nation Recovering from Collective Trauma. APA, 2023.

  • Alter, Adam. Irresistible: The Rise of Addictive Technology and the Business of Keeping Us Hooked. Penguin Press, 2017.

  • Carr, Nicholas. The Shallows: What the Internet Is Doing to Our Brains. W. W. Norton & Company, 2010.

  • Duke, Émilie, et al. “The Impact of Smartphone Use on Work Productivity: A Systematic Review.” Journal of Behavioral Addictions, vol. 7, no. 2, 2018, pp. 1–13.

  • Mark, Gloria, Stephen M. Voida, and Armand Cardello. “A Pace Not Dictated by Electrons: An Empirical Study of Work Without Email.” Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, 2012, pp. 555–564.

  • Newport, Cal. Deep Work: Rules for Focused Success in a Distracted World. Grand Central Publishing, 2016.