library(tidyverse)
d <- haven::read_sav("../data/Voegele_Bachl_2017.sav") |> 
  mutate(schwab = as_factor(schwab))
m <- lm(gesamt ~ schwab, data = d)Methoden II: Methoden der empirischen Kommunikations- und Medienforschung
Freie Universität Berlin
14. 04. 2025
Arbeitsstelle Digitale Forschungsmethoden
Seit Mai 2023 Juniorprofessor Digitale Forschungsmethoden an der FU Berlin
Davor: Universität Hohenheim (PhD, Postdoc), Hochschule für Musik, Theater und Medien Hannover (Master, Gastprofessor), Universität Augsburg (Bachelor)
2021-2023 Associate Editor von Communication Methods and Measures
2018-2022 Sprecher der DGPuK-Fachgruppe Methoden
Doktorarbeit zur statistischen Analyse rezeptionsbegleitend gemessener Kandidatenbewertungen in TV-Duellen
giphy.com

The thematic analysis of the disinformation narratives was structured by using the three-step coding framework of the grounded theory approach (e.g., Charmaz, 2006). Specifically, initial unstructured open coding was followed up by focused and axial coding to map variety on the themes resulting from the data.

The meta-analyses were conducted in the R (version 4.3.1) statistical platform using the metaSEM package (Cheung, 2023). […] We used a random-effects model instead of a fixed-effects model as we did not assume that the included studies could represent the entire population of interest (Hunter & Schmidt, 2000).

Multi-level logistic regression analysis was employed to test the hypotheses, because of the dependent variables’ dichotomous nature and nested structure of the data.

The methods of textual analysis and grounded theory were used to explore social practices, representations, assumptions, and stories. The process was cyclical and interactive between researcher and data (Corbin, 2016), from an initial stage during which texts were read for familiarity, to deeper levels of analysis of linguistic and grammatical structures […], to the emergence and consolidation of common stories and themes.

Due to overdispersion in retweet counts, we used negative binomial regression with weekly aggregated data to test if discourse types, network structures, and dynamics predicted issue-related retweets (H1 and H2).
(Einstieg in die) Anwendungskompetenz: Wer Analysen praktisch nachvollzogen hat, kann in Seminar- und Abschlussarbeiten darauf aufbauen.
(Einstieg in die) Anwendungskompetenz: Wer Analysen praktisch nachvollzogen hat, kann in Seminar- und Abschlussarbeiten darauf aufbauen.
Call:
lm(formula = gesamt ~ schwab, data = d)
Residuals:
    Min      1Q  Median      3Q     Max 
-2.8098 -0.6050  0.1902  0.3950  1.3950 
Coefficients:
            Estimate Std. Error t value Pr(>|t|)    
(Intercept)  3.80982    0.06860  55.538   <2e-16 ***
schwabJa    -0.20482    0.09242  -2.216   0.0273 *  
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.8758 on 361 degrees of freedom
Multiple R-squared:  0.01342,   Adjusted R-squared:  0.01069 
F-statistic: 4.912 on 1 and 361 DF,  p-value: 0.0273
(Einstieg in die) Anwendungskompetenz: Wer Analysen praktisch nachvollzogen hat, kann in Seminar- und Abschlussarbeiten darauf aufbauen.
Alltagswissen: Fähigkeiten für gesellschaftliches Leben und den Arbeitsmarkt


Link in Blackboard
Vorlesungsplan im Syllabus; Comic: https://phdcomics.com/comics.php?f=1583
Rahmenbedingungen im Syllabus; Comic: https://phdcomics.com/comics.php?f=1583
Klären Sie, wie Sie R und RStudio für die Übungen zur Vorlesung nutzen können.
Fügen Sie den folgenden Code ein und führen Sie Ihn aus. Wenn Sie ein Histogramm sehen, ist Ihr Gerät bereit für die Vorlesung.
Saalfelder Eierbaum, fotografiert von AndrewPoison
Wiederholung: Univariate & bivariate Beschreibung von Daten
Marko Bachl