Skip to contents

Information about scales in the HiTOP-SR.

Usage

hitopsr_scales

Format

A tibble with 76 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

hitopsr_scales
#> # A tibble: 76 × 5
#>    Scale                itemdata         nItems itemNumbers  camelCase          
#>    <chr>                <list>            <dbl> <named list> <chr>              
#>  1 Agoraphobia          <tibble [5 × 4]>      5 <dbl [5]>    agoraphobia        
#>  2 Antisocial Behavior  <tibble [8 × 4]>      8 <dbl [8]>    antisocialBehavior 
#>  3 Appetite Loss        <tibble [3 × 4]>      3 <dbl [3]>    appetiteLoss       
#>  4 Binge Eating         <tibble [3 × 4]>      3 <dbl [3]>    bingeEating        
#>  5 Bodily Distress      <tibble [6 × 4]>      6 <dbl [6]>    bodilyDistress     
#>  6 Body Dissatisfaction <tibble [4 × 4]>      4 <dbl [4]>    bodyDissatisfaction
#>  7 Body Focus           <tibble [5 × 4]>      5 <dbl [5]>    bodyFocus          
#>  8 Callousness          <tibble [6 × 4]>      6 <dbl [6]>    callousness        
#>  9 Checking             <tibble [5 × 4]>      5 <dbl [5]>    checking           
#> 10 Cleaning             <tibble [6 × 4]>      6 <dbl [6]>    cleaning           
#> # ℹ 66 more rows