Description Usage Format Details References
The condition means are exactly 0.8 and 0.4 seconds.
1 |
A data frame with 10 rows and 3 variables:
Between subject factor with factor levels F1 and F2
Dependent variable, response time in seconds
Subject index
The data were simulated using the following R-code:
set.seed(123)
d <- mvrnorm(n=5, mu=c(0.8, 0.4), Sigma=diag(2)*0.2^2, empirical=TRUE)
df_contrasts1 <- d mutate(id=1:nrow(.), F=factor(F))
levels(df_contrasts1$F) <- c("F1", "F2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.