LoslegenKostenlos loslegen

t-statistic

Using the permuted datasets (recall, the randomization forces the null hypothesis to be true), investigate the distribution of the standardized slope statistics (the slope, which has been divided by the standard error). Note that the distribution of the standardized slope is well described by a t-distribution.

Diese Übung ist Teil des Kurses

Inference for Linear Regression in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Look at the data
twins_perm

# Filter for Biological_perm
biological_perm <- twins_perm %>%
  ___

# Calculate degrees of freedom of twins
degrees_of_freedom <- ___
Code bearbeiten und ausführen