Information about scales in the HiTOP-BR.
Format
A tibble with 8 rows and 5 columns:
- Scale
Name of the scale
- itemdata
A list column containing one item-data tibble per scale
- nItems
The number of items in the scale
- itemNumbers
A list column containing one item-number vector per scale
- camelCase
The name of the scale converted to camel case
Examples
hitopbr_scales
#> # A tibble: 8 × 5
#> Scale itemdata nItems itemNumbers camelCase
#> <chr> <list> <dbl> <named list> <chr>
#> 1 Antagonism <tibble [9 × 5]> 9 <dbl [9]> antagonism
#> 2 Detachment <tibble [6 × 5]> 6 <dbl [6]> detachment
#> 3 Disinhibition <tibble [9 × 5]> 9 <dbl [9]> disinhibition
#> 4 Internalizing <tibble [7 × 5]> 7 <dbl [7]> internalizing
#> 5 Somatoform <tibble [8 × 5]> 8 <dbl [8]> somatoform
#> 6 Thought Disorder <tibble [6 × 5]> 6 <dbl [6]> thoughtDisorder
#> 7 Externalizing <tibble [10 × 5]> 10 <dbl [10]> externalizing
#> 8 p-Factor <tibble [12 × 5]> 12 <dbl [12]> pFactor
