
Canada Set Information
canada_info.Rd
A dataset containing information on the 40 faces in the Young Adult White Faces with Manipulated Versions image set. Corresponds to demo set load_stim_canada()
.
Format
A data frame with 40 rows and 3 variables:
- face_id
face's ID
- face_gender
face's gender (female, male)
- face_age
face's age (17-35 years)
Examples
head(canada_info)
#> # A tibble: 6 × 3
#> face_id face_age face_gender
#> <chr> <int> <fct>
#> 1 003f 19 female
#> 2 008f 18 female
#> 3 010f 19 female
#> 4 019f 18 female
#> 5 020f 20 female
#> 6 022f 19 female