validate_data | R Documentation |
The function checks if the dataset is valid by performing different checks on it.
validate_data(data, idv, dv, iv)
data |
the data of a specific participant, arranged according to the independent variable ('iv') |
idv |
the name of the participant identifier column. |
dv |
the names of the dependent variable(s) to apply the summary function (summary_function) to. For multiple dependent variables use a string list with the names of each dependent variable (e.g., c('dv1','dv2')), |
iv |
labels of an independent variable, indicating the different levels under which the dependent variable (dv) is expected to differ. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.