Skip to contents

A dataset containing information on the 102 faces in the Face Research Lab London Set. Corresponds to demo sets load_stim_neutral() andload_stim_smiling().

Usage

london_info

Format

A data frame with 102 rows and 4 variables:

face_id

face's ID

face_gender

face's gender (female, male)

face_age

face's age (19-47 years)

face_eth

face's ethnic group (black, east_asian, west_asian, white)

Examples

head(london_info)
#> # A tibble: 6 × 4
#>   face_id face_age face_gender face_eth  
#>   <chr>      <int> <chr>       <chr>     
#> 1 001           24 female      white     
#> 2 002           24 female      white     
#> 3 003           38 female      white     
#> 4 004           30 male        white     
#> 5 005           28 male        east_asian
#> 6 006           31 female      west_asian