This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### eyetrackingR with simulated data ################### | |
# Gonzalo García-Castro, [email protected] | |
# Center for Brain and Cognition, Universitat Pompeu Fabra | |
#### set up ############################################## | |
# load packages | |
library(dplyr) # for manipulating data | |
library(tidyr) # for reshaping dataframes | |
library(eyetrackingR) # for processing eye-tracking data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 2020-07-05_import-multiple ########################### | |
# Gonzalo García-Castro, [email protected] | |
# Center for Brain and Cognition, Universitat Pompeu Fabra | |
#### set up ############################################### | |
# load packages | |
library(dplyr) | |
library(tidyr) | |
library(ggplot2) | |
library(data.table) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Interpretando matrices de correlación en modelos multinivel usando lme4 | |
# Gonzalo García-Castro, [email protected] | |
#### cargar paquetes ####################### | |
library(dplyr) # para manipular variables y usar pipes | |
library(lme4) # para ajustar modelos mixtos | |
library(tibble) # para pasar nombres de filas como una columna | |
library(tidyr) # para pasar de una tabla en formato ancho a una en formato largo | |
library(janitor) # para limpiar nombres de variables | |
library(ggplot2) # para viualizar datos |
NewerOlder