long.data | R Documentation |
transform wide form data into long form. Important to do repeated measure ANOVA analysis
long.data(data, phase = NULL, within = NULL, quest = NULL, score = NULL)
data |
data frame |
phase |
analysis phases. Mandatory parameter, it could be: 'baseline' 'induction', 'learning', or 'transfer'. |
within |
Number of within-subject factors in induction phase: 1 or 2 |
quest |
Induction questionnaires: EVEA or SAM -> consider upper case |
score |
Dependent variable you'll use, depending on the induction phase questionnaire: anger, sadness, fear, happiness for the EVEA; arousal, valence for the SAM. |
long form data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.