# NOT RUN {
# Create data in long format for test purposes
mt_data_long <- mt_export_long(mt_example,
use2_variables=c("subject_nr","Condition"))
# Import the data using mt_import_long
mt_data <- mt_import_long(mt_data_long)
# }
# NOT RUN {
# Import a hypothetical dataset that contains the
# custom mouse-tracking variables angle and velocity
mt_data <- mt_import_long(exp_data,
add_labels= c("angle", "velocity"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab