extract_x | R Documentation |
extract_x
extracts the x coordinates from a time-normalized mousetrap
object.
extract_x(
mousetrap,
ID_column,
timestamps,
verbose = TRUE)
mousetrap |
A |
tn_data |
obsolete: Specify |
ID_column |
To maintain identification of individual trials, specify your ID variable. In older versions, this had to be part of |
timestamps |
Specify the number of timestamps you have used for time-normalizing. |
verbose |
If |
A data frame.
key
- Numbered coordinates per mouse-track ID.
value
- The x coordinate value.
ID
- Mouse-track IDs.
D. Schmitz
Kieslich, P. J., Henninger, F., Wulff, D. U., Haslbeck, J. M. B., & Schulte-Mecklenbeck, M. (2019). Mouse-tracking: A practical guide to implementation and analysis. In M. Schulte-Mecklenbeck, A. Kühberger, & J. G. Johnson (Eds.), A Handbook of Process Tracing Methods (pp. 111-130). New York, NY: Routledge.
x_data <- extract_x(mousetrap = mtqgam_mousetrap,
ID_column = "ID",
timestamps = 100,
verbose = FALSE)
head(x_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.