-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhcl.R
42 lines (42 loc) · 1.87 KB
/
hcl.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#' HCL-32 items in a subsample
#'
#' A dataset containing the 32 items from the HCL-32, instrument used to
#' assess hypomania symptoms.
#'
#' @format A data frame with 120 rows (10% of total sample) and 32 variables:
#' \describe{
#' \item{y1}{I need less sleep}
#' \item{y2}{I feel more energetic and more active}
#' \item{y3}{I am more self-confident}
#' \item{y4}{I enjoy my work more}
#' \item{y5}{I am more sociable}
#' \item{y6}{I want to travel and/or do travel more}
#' \item{y7}{I tend to drive faster or take more risks when driving}
#' \item{y8}{I spend more money/too much money}
#' \item{y9}{I take more risks in my daily life}
#' \item{y10}{I am physically more active}
#' \item{y11}{I plan more activities or projects}
#' \item{y12}{I have more ideas, I am more creative}
#' \item{y13}{I am less shy or inhibited}
#' \item{y14}{I wear more colorful and more extravagant clothes/make-up}
#' \item{y15}{I want to meet or actually do meet more people}
#' \item{y16}{I am more interested in sex, and/or have increased sexual desire}
#' \item{y17}{I am more flirtatious and/ore am more sexually active}
#' \item{y18}{I talk more}
#' \item{y19}{I think faster}
#' \item{y20}{I make more jokes or puns when I am talking}
#' \item{y21}{I am more easily distracted}
#' \item{y22}{I engage in lots of new things}
#' \item{y23}{My toughts jump from topic to topic}
#' \item{y24}{I do things more quickly and/or more easily}
#' \item{y25}{I am more impatient and/or get irritable more easily}
#' \item{y26}{I can be exhausting or irritating for others}
#' \item{y27}{I get into more quarrels}
#' \item{y28}{My mood is higher, more optimistic}
#' \item{y29}{I drink more coffee}
#' \item{y30}{I smoke more cigarettes}
#' \item{y31}{I drink more alcohol}
#' \item{y32}{I take more drugs}
#' }
#' @source Cohort study from Southern Brazil.
"hcl"