Oct 6 Analysis
temp_narm is remove all the non-responsed survey, which remove all the NA values from the “sa_tell_6”, “sa_tell_7”, “sa_tell_8”, “sa_tell_9”, “sa_tell_11” and “sa_tell_1” columns.
# verify there are 181 obs
# formal_disa_obs = temp_narm[which(temp_narm[, "sa_tell_1"]==0),]
# no_dis_obs = temp_narm[which(temp_narm[, "sa_tell_1"]==1),]
# You can do two-way interactions simply using .*. and arbitrary n-way interactions writing .^n. formula(g) will tell you the expanded version of the formula in each of these cases.
dim(temp_narm)
## [1] 181 1047
df = data.frame(temp_narm)
df[, "sa_tell_1"] = as.factor(df[, "sa_tell_1"])
#
# #df["survey"]
#
# #rm = which(colnames(df) %in% c("FinancialStress", "Q_MHA", "Q_MHA3", "Q_MHA4", "Q_MHA7", "Q_MHA8", "Q_MHA15", "Q_MHA20"))
#
# character_vars <- lapply(df, class) == "character"
# df[, character_vars] <- lapply(df[, character_vars], as.factor)
#
# rm = lapply(df, levels) == NULL
# df = df[-rm]
# debug_contr_error2(sa_tell_1 ~ ., df)
# fit <- glm(sa_tell_1 ~ .,data=temp_narm, na.action = "na.omit")
str(df, list.len=ncol(df))
## 'data.frame': 181 obs. of 1047 variables:
## $ schoolnum : num 16 16 16 16 16 16 16 16 16 16 ...
## $ nrweight : num 0.68 1.405 0.68 0.773 0.773 ...
## $ survey : chr "HMS AY 2015-2016" "HMS AY 2015-2016" "HMS AY 2015-2016" "HMS AY 2015-2016" ...
## $ responseid : chr "R_1P1MygYRgb8BXf3" "R_33mzyY9rdX3UNAg" "R_25XEkIjkDQoEuSu" "R_WeVbiqlmK1RnSal" ...
## $ Q2_1 : chr "This respondent completed the DEMOGRAPHICS module." "This respondent completed the DEMOGRAPHICS module." "This respondent completed the DEMOGRAPHICS module." "This respondent completed the DEMOGRAPHICS module." ...
## $ age : num 20 21 21 19 22 20 21 22 19 21 ...
## $ sex_birth : 'haven_labelled' num 2 1 2 2 2 2 2 2 2 2 ...
## ..- attr(*, "label")= chr "What sex were you assigned at birth? (Meaning on your original birth certificate"
## ..- attr(*, "labels")= Named num 1 2
## .. ..- attr(*, "names")= chr "Male" "Female"
## $ gender : 'haven_labelled' num 2 1 2 2 2 2 2 2 2 2 ...
## ..- attr(*, "label")= chr "What is your current gender identity?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Male" "Female" "Trans male/Trans man" "Trans female/Trans woman" ...
## $ gender_text : chr "" "" "" "" ...
## $ sexual : 'haven_labelled' num 1 2 1 1 1 1 1 1 2 1 ...
## ..- attr(*, "label")= chr "How would you describe your sexual orientation?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Straight (heterosexual)" "Bisexual" "Gay or lesbian" "Questioning" ...
## $ sexual_text : chr "" "" "" "" ...
## $ relship : 'haven_labelled' num 1 2 1 2 6 2 2 1 2 1 ...
## ..- attr(*, "label")= chr "How would you characterize your current relationship status?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Single" "In a relationship" "Married, in a domestic partnership, or engaged" "Divorced or separated" ...
## $ relship_text : chr "" "" "" "" ...
## $ race_his : 'haven_labelled' num 0 0 0 0 0 0 1 0 0 1 ...
## ..- attr(*, "label")= chr "Do you consider yourself to be of Hispanic, Latina/o, or Spanish origin?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ race_white : num 0 1 0 1 1 0 1 1 1 1 ...
## $ race_black : num 0 0 0 0 0 1 0 0 0 0 ...
## $ race_asian : num 1 0 1 0 0 0 0 0 0 0 ...
## $ race_ainaan : num 0 0 0 0 0 0 0 0 0 0 ...
## $ race_mides : num 0 0 0 0 0 0 0 0 0 0 ...
## $ race_pi : num 0 0 0 0 0 0 0 0 0 0 ...
## $ race_haw : num 0 0 0 0 0 0 0 0 0 0 ...
## $ race_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ race_other_text : chr "" "" "" "" ...
## $ citizen : 'haven_labelled' num 1 1 0 1 1 1 1 1 1 1 ...
## ..- attr(*, "label")= chr "Are you a United States citizen (or permanent resident)?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ fincur : 'haven_labelled' num 3 3 2 2 2 3 3 3 3 2 ...
## ..- attr(*, "label")= chr "How would you characterize your current financial situation right now?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "It's a financial struggle." "It's tight but I'm doing fine." "Financies aren't really a problem."
## $ finpast : 'haven_labelled' num 3 4 3 3 3 3 3 3 3 3 ...
## ..- attr(*, "label")= chr "How would you describe your financial situation while growing up?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very poor, not enough to get by" "Had enough to get by but not many \"extras\"" "Comfortable" "Well to do"
## $ educ_par1 : 'haven_labelled' num 3 6 7 6 6 3 6 6 6 7 ...
## ..- attr(*, "label")= chr "What is the highest level of education completed by your parents or stepparents? - Parent 1"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8
## .. ..- attr(*, "names")= chr "8th grade or lower" "Between 9th and 12th grade (but no high school degree)" "High school degree" "Some college (but no college degree)" ...
## $ educ_par2 : 'haven_labelled' num 6 6 7 6 6 6 7 6 6 6 ...
## ..- attr(*, "label")= chr "What is the highest level of education completed by your parents or stepparents? - Parent 2"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8
## .. ..- attr(*, "names")= chr "8th grade or lower" "Between 9th and 12th grade (but no high school degree)" "High school degree" "Some college (but no college degree)" ...
## $ educ_par1_rel : 'haven_labelled' num -1e+06 1e+00 2e+00 1e+00 1e+00 ...
## ..- attr(*, "label")= chr "What is the highest level of education completed by your parents or stepparents? - Relationship - Parent 1"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Mother/stepmother" "Father/stepfather" "Other"
## $ educ_par2_rel : 'haven_labelled' num -1e+06 2e+00 1e+00 2e+00 2e+00 ...
## ..- attr(*, "label")= chr "What is the highest level of education completed by your parents or stepparents? - Relationship - Parent 2"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Mother/stepmother" "Father/stepfather" "Other"
## $ religios : 'haven_labelled' num 2 3 1 1 3 3 3 1 1 3 ...
## ..- attr(*, "label")= chr "How important is religion in your life?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very important" "Important" "Somewhat important" "Not important"
## $ relig_aff_c : num 0 1 0 0 1 1 1 1 0 1 ...
## $ relig_aff_j : num 0 0 0 0 0 0 0 0 0 0 ...
## $ relig_aff_m : num 0 0 0 0 0 0 0 0 0 0 ...
## $ relig_aff_b : num 0 0 1 0 0 0 0 0 0 0 ...
## $ relig_aff_h : num 0 0 0 0 0 0 0 0 0 0 ...
## $ relig_aff_a : num 1 0 0 1 0 0 0 0 1 0 ...
## $ relig_aff_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ relig_aff_other_text : chr "" "" "" "" ...
## $ relig_aff_no : num 0 0 0 0 0 0 0 0 0 0 ...
## $ degree_bach : num 1 1 1 1 1 1 1 1 1 1 ...
## $ degree_ma : num 0 0 0 0 0 0 0 0 0 0 ...
## $ degree_jd : num 0 0 0 0 0 0 0 0 0 0 ...
## $ degree_md : num 0 0 0 0 0 0 0 0 0 0 ...
## $ degree_phd : num 0 0 0 0 0 0 0 0 0 0 ...
## $ degree_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ degree_other_text : chr "" "" "" "" ...
## $ degree_ass : num 0 0 0 0 0 0 0 0 0 0 ...
## $ transfer : 'haven_labelled' num 3 3 2 3 3 3 3 2 3 3 ...
## ..- attr(*, "label")= chr "Did you transfer to your current institution from another college or university?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes, I transferred from a community or junior college." "Yes, I transferred from a 4-year college or university." "No"
## $ yr_sch : 'haven_labelled' num 3 3 3 1 4 3 3 3 2 3 ...
## ..- attr(*, "label")= chr "What year are you in your current degree program?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1st year" "2nd year" "3rd year" "4th year" ...
## $ enroll : 'haven_labelled' num 1 1 1 1 1 1 1 1 1 1 ...
## ..- attr(*, "label")= chr "What is your enrollment status?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Full-time student" "Part-time student" "Other (please specify)"
## $ enroll_text : chr "" "" "" "" ...
## $ field_hum : num 0 1 0 1 1 0 1 1 1 0 ...
## $ field_nat : num 0 0 1 0 0 0 0 1 0 0 ...
## $ field_soc : num 0 0 0 0 1 0 0 0 0 0 ...
## $ field_arc : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_art : num 1 0 0 0 0 0 0 0 0 0 ...
## $ field_bus : num 1 0 0 0 0 0 0 0 0 1 ...
## $ field_den : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_ed : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_eng : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_law : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_med : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_mus : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_nur : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_pharm : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_prep : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_ph : num 0 0 0 0 0 0 0 0 0 1 ...
## $ field_pp : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_sw : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_und : num 0 0 0 0 0 0 0 0 0 0 ...
## $ field_other : num 0 0 0 0 0 1 0 0 0 0 ...
## $ field_other_text : chr "" "" "" "" ...
## $ gpa_sr : 'haven_labelled' num 4 4 4 3 1 6 3 3 2 4 ...
## ..- attr(*, "label")= chr "Which of the following best describes your grade point average this year?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8 9 10
## .. ..- attr(*, "names")= chr "a" "A-" "B+" "b" ...
## $ aca_impa : 'haven_labelled' num 3 2 3 2 4 3 2 4 2 2 ...
## ..- attr(*, "label")= chr "In the past 4 weeks, how many days have you felt that emotional or mental difficulties have hurt your academic performance?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "None" "1-2 days" "3-5 days" "6 or more days"
## $ timeclass : 'haven_labelled' num 5 5 7 4 3 4 4 5 4 4 ...
## ..- attr(*, "label")= chr "How much time do you spend during a typical week...-...attending classes/lab?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Less than 1 hour/week" "1-2 hours/week" "3-5 hours/week" "6-10 hours/week" ...
## $ timestud : 'haven_labelled' num 6 5 7 7 4 4 6 4 6 4 ...
## ..- attr(*, "label")= chr "How much time do you spend during a typical week...-...studying/doing homework?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Less than 1 hour/week" "1-2 hours/week" "3-5 hours/week" "6-10 hours/week" ...
## $ persist : num 4 1 3 2 2 3 2 1 1 2 ...
## $ residenc : 'haven_labelled' num 1 1 2 1 5 2 2 1 1 2 ...
## ..- attr(*, "label")= chr "Where do you currently live?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "On-campus housing, residence hall" "On-campus housing, apartment" "Fraternity or sorority house" "On- or off-campus co-operative housing" ...
## $ residenc_text : chr "" "" "" "" ...
## $ activ_ac : num 0 1 0 0 1 0 0 1 0 0 ...
## $ activ_athc : num 0 0 1 0 0 0 0 0 0 0 ...
## $ activ_athv : num 0 0 0 1 0 1 0 0 1 0 ...
## $ activ_athi : num 0 0 1 0 0 0 0 0 0 0 ...
## $ activ_cs : num 1 0 0 1 1 0 1 1 1 1 ...
## $ activ_cu : num 1 0 0 0 0 0 0 0 0 1 ...
## $ activ_da : num 0 0 0 0 0 0 0 0 0 0 ...
## $ activ_fs : num 1 0 1 1 0 0 1 0 0 1 ...
## $ activ_gs : num 0 0 0 0 0 0 0 0 0 0 ...
## $ activ_gov : num 0 0 0 0 0 0 0 0 0 0 ...
## $ activ_hw : num 0 0 0 0 0 1 0 0 0 0 ...
## $ activ_mp : num 0 0 1 0 1 0 0 0 1 0 ...
## $ activ_md : num 0 1 0 0 0 0 0 0 0 0 ...
## $ activ_rel : num 0 0 0 0 0 0 0 1 0 0 ...
## $ activ_soc : num 0 1 0 0 0 0 0 0 1 0 ...
## $ activ_art : num 1 0 0 0 0 0 0 0 0 0 ...
## $ activ_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ activ_other_text : chr "" "" "" "" ...
## $ activ_none : num 0 0 0 0 0 0 0 0 0 0 ...
## $ military : 'haven_labelled' num 1 1 1 1 1 1 1 1 1 1 ...
## ..- attr(*, "label")= chr "Have you ever served in the United States Armed Forces, military Reserves, or National Guard?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "No, never served in the military." "Yes, currently in Reserve Officers' Training Corps (ROTC)" "Yes, currently in military Reserves or National Guard" "Yes, now on active duty" ...
## $ disab_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ disab_1_1 : num 1 1 0 0 0 0 0 0 1 0 ...
## $ disab_1_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_6 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_7 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_8 : num 0 0 0 0 1 0 0 1 0 0 ...
## $ disab_1_9 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_10 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_11 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ disab_1_11_text : chr "" "" "" "" ...
## $ disab_1_12 : num 0 0 0 1 0 1 1 0 0 1 ...
## $ disab_2 : 'haven_labelled' num 2e+00 1e+00 2e+00 -1e+06 1e+00 ...
## ..- attr(*, "label")= chr "Have you registered for services with your institution’s disability services program?"
## ..- attr(*, "labels")= Named num 1 2
## .. ..- attr(*, "names")= chr "Yes" "No"
## $ disab_3 : 'haven_labelled' num 1e+00 2e+00 1e+00 -1e+06 1e+00 ...
## ..- attr(*, "label")= chr "How often have you used the disability-related accommodations recommended for you?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Not at all" "Occasionally" "Frequently"
## $ Q3_1 : num 1 1 1 1 1 1 1 1 1 1 ...
## $ diener1 : 'haven_labelled' num 3 6 2 3 6 4 2 3 6 3 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"I lead a purposeful and meaningful life\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener2 : 'haven_labelled' num 3 5 4 5 5 5 6 4 5 5 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"My social relationships are supportive and rewarding\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener3 : 'haven_labelled' num 5 5 3 3 2 4 3 5 6 4 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"I am engaged and interested in my daily activities\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener4 : 'haven_labelled' num 6 7 5 6 5 4 5 7 6 2 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"I actively contribute to the happiness and well-being of others.\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener5 : 'haven_labelled' num 3 6 5 6 3 5 4 7 6 3 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"I am competent and capable in the activities that are important to me.\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener6 : 'haven_labelled' num 4 4 4 6 3 4 4 6 6 2 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"I am a good person and live a good life\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener7 : 'haven_labelled' num 3 6 2 7 5 3 3 6 6 2 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"I am optimistic about my future\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener8 : 'haven_labelled' num 3 6 3 3 4 4 2 6 7 1 ...
## ..- attr(*, "label")= chr "FlourishingScale_\"People respect me\""
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "1=Strongly disagree" "2=Disagree" "3=Slightly disagree" "4=Mixed or neither agree nor disagree" ...
## $ diener_score : num 30 45 28 39 33 33 29 44 48 22 ...
## $ PHQ9prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ phq9_1 : 'haven_labelled' num 3 2 3 3 2 3 1 4 2 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Little interest or pleasure in doing things\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_2 : 'haven_labelled' num 3 2 3 2 1 3 2 4 2 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Feeling down, depressed or hopeless\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_3 : 'haven_labelled' num 2 4 4 2 4 4 2 4 1 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"trouble falling or staying asleep, or sleeping too much\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_4 : 'haven_labelled' num 2 2 3 4 4 4 2 4 1 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Feeling tired or having little energy\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_5 : 'haven_labelled' num 2 1 2 1 3 4 1 4 1 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Poor appetite or overeating\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_6 : 'haven_labelled' num 3 2 4 4 3 4 2 4 2 3 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Feeling bad about yourself - or that you are a failure or have let yourself or your family down\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_7 : 'haven_labelled' num 4 2 4 2 4 3 1 4 4 1 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Trouble concentrating on things, ex. newspaper or TV\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_8 : 'haven_labelled' num 3 1 2 1 4 1 1 4 1 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - Motor - \"Moving or speaking slowly, or being fidgety or restless\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq9_9 : 'haven_labelled' num 2 1 3 2 1 1 1 3 1 2 ...
## ..- attr(*, "label")= chr "PHQ-9_dep - \"Thoughts that you would be better off dead or hurting yourself in some way\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ dep_impa : 'haven_labelled' num 2 2 3 2 3 2 2 4 2 2 ...
## ..- attr(*, "label")= chr "How difficult have these problems made it for you to do your work, take care of things at home, or get along wi"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not difficult at all" "Somewhat difficult" "Very difficult" "Extremely difficult"
## $ deprawsc : num 15 8 19 12 17 18 4 26 6 9 ...
## $ phq2_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ phq2_1 : 'haven_labelled' num 3 1 2 2 4 4 2 4 3 2 ...
## ..- attr(*, "label")= chr "PHQ- past year - Little interest or pleasure in doing things"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ phq2_2 : 'haven_labelled' num 3 1 2 3 4 4 2 4 3 2 ...
## ..- attr(*, "label")= chr "PHQ- past year - Feeling down, depressed or hopeless"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "More than half the days" "Nearly every day"
## $ gad7_1 : 'haven_labelled' num 4 1 3 4 4 3 2 4 2 2 ...
## ..- attr(*, "label")= chr "GAD - Feeling nervous, anxious or on edge"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_2 : 'haven_labelled' num 3 1 4 4 4 3 2 4 1 2 ...
## ..- attr(*, "label")= chr "GAD - Not being able to stop or control worrying"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_3 : 'haven_labelled' num 4 2 3 3 4 3 2 4 1 2 ...
## ..- attr(*, "label")= chr "GAD - Worrying too much about different things"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_4 : 'haven_labelled' num 4 2 3 4 4 4 2 4 1 2 ...
## ..- attr(*, "label")= chr "GAD -Trouble relaxing"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_5 : 'haven_labelled' num 3 2 1 1 3 2 1 1 1 1 ...
## ..- attr(*, "label")= chr "GAD - Being so restless that it's hard to sit still"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_6 : 'haven_labelled' num 3 2 2 2 3 4 1 4 1 2 ...
## ..- attr(*, "label")= chr "GAD - Becoming easily annoyed or irritable"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_7 : 'haven_labelled' num 3 1 1 1 4 2 1 4 1 1 ...
## ..- attr(*, "label")= chr "GAD - Feeling afraid as if something awful might happen"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all" "Several days" "Over half the days" "Nearly every day"
## $ gad7_impa : 'haven_labelled' num 4 1 3 2 3 2 2 4 2 2 ...
## ..- attr(*, "label")= chr "How difficult have these problems (noted above) made it for you to do your work, take care of things at home, o"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not difficult at all" "Somewhat difficult" "Very difficult" "Extremely difficult"
## $ anx_score : num 17 4 10 12 19 14 4 18 1 5 ...
## $ height_ft : num 1 11 4 8 4 9 8 5 3 5 ...
## $ height_in : num 5 5 5 5 5 5 5 5 6 5 ...
## $ weight : num 115 218 115 145 125 195 113 0 207 150 ...
## $ thin_good : num 1 0 0 1 0 1 0 0 0 1 ...
## $ body_sr : num 4 5 2 3 3 5 2 4 3 5 ...
## $ scoff_1 : num 0 0 0 0 0 1 0 0 1 0 ...
## $ scoff_2 : num 1 1 0 0 1 1 0 0 0 1 ...
## $ scoff_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ scoff_4 : num 1 0 0 0 0 1 0 0 0 0 ...
## $ scoff_5 : num 0 0 0 0 0 1 0 0 0 1 ...
## $ ed_scoff : num 2 1 0 0 1 4 0 0 1 2 ...
## $ sib_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sib_cut : num 0 1 1 0 0 0 0 1 0 0 ...
## $ sib_burn : num 0 0 1 0 0 0 0 0 0 0 ...
## $ sib_punch : num 0 0 1 0 0 0 0 1 0 0 ...
## $ sib_scratch : num 0 0 1 0 0 0 0 0 0 0 ...
## $ sib_pull : num 0 0 0 0 1 0 0 0 0 1 ...
## $ sib_bit : num 0 0 1 0 0 0 0 0 0 0 ...
## $ sib_wound : num 0 0 1 0 0 0 0 1 0 0 ...
## $ sib_carv : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sib_rub : num 0 0 1 0 0 0 0 1 0 0 ...
## $ sib_pobj : num 0 1 0 0 1 0 0 1 0 0 ...
## $ sib_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sib_other_text : chr "" "" "" "" ...
## $ sib_none : num 1 0 0 1 0 1 1 0 1 0 ...
## $ sib_freq : 'haven_labelled' num NA 1 1 NA 1 NA NA NA NA 3 ...
## ..- attr(*, "label")= chr "On average, how often in the past year did you hurt yourself on purpose, without intending to kill yourself?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Once or twice" "Once a month or less" "2 or 3 times a month" "Once or twice a week" ...
## $ sui_idea : 'haven_labelled' num 0 0 1 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "In the past year, did you ever seriously think about attempting suicide?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sui_plan : 'haven_labelled' num NA NA 0 NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past year, did you make a plan for attempting suicide?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sui_att : 'haven_labelled' num NA NA 0 NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past year, did you attempt suicide?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ violence_vic : num 0 0 1 1 1 0 0 1 0 0 ...
## $ violence_perp : num 0 0 1 0 0 0 0 0 0 0 ...
## $ assault_any : num NA NA NA NA NA NA NA NA NA NA ...
## $ assault_emo : num NA NA NA NA NA NA NA NA NA NA ...
## $ assault_phys : num NA NA NA NA NA NA NA NA NA NA ...
## $ assault_sexr : num NA NA NA NA NA NA NA NA NA NA ...
## $ assault_sexnr : num NA NA NA NA NA NA NA NA NA NA ...
## $ alc_any : num 1 1 1 1 1 1 1 0 1 1 ...
## $ binge_fr_f : num 3 NA 1 3 4 2 3 NA 1 5 ...
## $ binge_fr_m : num NA 2 NA NA NA NA NA NA NA NA ...
## $ binge_fr_o : num NA NA NA NA NA NA NA NA NA NA ...
## $ smok_freq : num 1 1 1 1 1 1 1 1 1 2 ...
## $ drugPROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ drug_mar : num 0 0 0 0 1 0 1 0 1 1 ...
## $ drug_coc : num 0 0 0 0 0 0 0 0 0 0 ...
## $ drug_her : num 0 0 0 0 0 0 0 0 0 0 ...
## $ drug_met : num 0 0 0 0 0 0 0 0 0 0 ...
## $ drug_stim : num 0 0 0 0 0 0 0 0 0 0 ...
## $ drug_ect : num 0 0 0 0 0 0 0 0 0 0 ...
## $ drug_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ drug_none : num 1 1 1 1 0 1 0 1 0 0 ...
## $ drug_other1_text : chr "" "" "" "" ...
## $ drug_other2_text : chr "" "" "" "" ...
## $ drug_other3_text : chr "" "" "" "" ...
## $ druguse_total_missing : num 1 1 1 1 1 1 1 1 1 1 ...
## $ sleep_wk1 : num 15 15 1 12 17 13 13 12 14 15 ...
## $ sleep_wd1 : num 16 16 3 14 18 11 15 12 14 17 ...
## $ sleep_wk2 : num 10 22 10 21 2 21 21 22 21 21 ...
## $ sleep_wd2 : num 2 23 2 23 3 23 23 22 21 24 ...
## $ sleep_np1 : num 5 1 3 4 5 4 2 1 3 4 ...
## $ sleep_np2 : num 2 NA 2 2 3 1 1 NA 1 2 ...
## $ XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS : chr "This person completed the MHS UTILIZATION MODULE" "This person completed the MHS UTILIZATION MODULE" "This person completed the MHS UTILIZATION MODULE" "This person completed the MHS UTILIZATION MODULE" ...
## $ dx_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_dep : num 0 0 1 0 1 1 0 1 1 0 ...
## $ dx_anx : num 0 0 0 1 1 0 0 1 1 0 ...
## $ dx_attl : num 1 1 0 0 0 0 0 0 1 0 ...
## $ dx_ea : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_pers : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_sa : num 0 0 0 0 0 0 0 1 0 0 ...
## $ dx_none : num 0 0 0 0 0 0 1 0 0 1 ...
## $ dx_dk : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_total_missing : num 1 1 1 1 2 1 1 3 3 1 ...
## $ dx_dep_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_dep_1 : num 0 0 1 0 1 0 0 1 1 0 ...
## $ dx_dep_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_dep_3 : num 0 0 0 0 0 0 0 1 0 0 ...
## $ dx_dep_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_dep_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_dep_5_text : chr "" "" "" "" ...
## $ dx_dep_6 : num 0 0 0 0 0 1 0 0 0 0 ...
## $ dx_dep_missing : num 0 0 1 0 1 1 0 2 1 0 ...
## $ dx_ax_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_ax_1 : num 0 0 0 1 1 0 0 1 0 0 ...
## $ dx_ax_2 : num 0 0 0 0 1 0 0 1 0 0 ...
## $ dx_ax_3 : num 0 0 0 0 0 0 0 1 0 0 ...
## $ dx_ax_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ax_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ax_6 : num 0 0 0 0 0 0 0 0 1 0 ...
## $ dx_ax_7 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ax_8 : num 0 0 0 0 0 0 0 1 0 0 ...
## $ dx_ax_9 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ax_9_text : chr "" "" "" "" ...
## $ dx_ax_10 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_att_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_att_1 : num 0 1 0 0 0 0 0 0 1 0 ...
## $ dx_att_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_att_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_att_3_text : chr "" "" "" "" ...
## $ dx_att_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ea_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_ea_1 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ea_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ea_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ea_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_ea_4_text : chr "" "" "" "" ...
## $ dx_ea_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_psy_1 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_6 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_7 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_psy_7_text : chr "" "" "" "" ...
## $ dx_psy_8 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_perso_1 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_6 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_7 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_8 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_9 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_10 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_11 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_perso_11_text : chr "" "" "" "" ...
## $ dx_perso_12 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_sa_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dx_sa_1 : num 0 0 0 0 0 0 0 1 0 0 ...
## $ dx_sa_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ dx_sa_2_text : chr "" "" "" "" ...
## $ dx_sa_3 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ KnowWhereSHCampus : 'haven_labelled' num 5 5 4 1 5 6 5 1 6 5 ...
## ..- attr(*, "label")= chr "If I needed to seek professional help for my mental or emotional health, I would know where to go on my campus."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ Med_Helpful_4dep : 'haven_labelled' num 3 3 2 3 2 4 2 4 4 2 ...
## ..- attr(*, "label")= chr "How helpful on average do you think medication is, when provided competently, for people your age who are clini"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not helpful" "Somewhat helpful" "Helpful" "Very helpful"
## $ Ther_Helpful_4dep : 'haven_labelled' num 2 2 2 3 3 4 2 4 4 2 ...
## ..- attr(*, "label")= chr "How helpful on average do you think therapy or counseling is, when provided competently, for people your age wh"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not helpful" "Somewhat helpful" "Helpful" "Very helpful"
## $ Perceived_Stig_1 : 'haven_labelled' num 4 5 5 1 6 6 4 6 5 5 ...
## ..- attr(*, "label")= chr "Most people think less of a person who has received mental health treatment."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ Personal_Stig_1 : 'haven_labelled' num 2 2 3 1 4 2 1 2 3 2 ...
## ..- attr(*, "label")= chr "I would think less of a person who has received mental health treatment."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ Past12moPercNeedTx : 'haven_labelled' num 5 2 6 6 5 6 5 6 5 5 ...
## ..- attr(*, "label")= chr "In the past 12 months, I needed help for emotional or mental health problems such as feeling sad, blue, anxious or nervous."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ QINT_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ QINT_clinician : num 0 0 1 0 1 0 0 1 1 0 ...
## $ QINT_roommate : num 1 0 1 0 0 0 0 0 1 0 ...
## $ QINT_friend : num 1 1 1 0 0 0 0 1 1 0 ...
## $ QINT_SO : num 0 1 0 1 0 0 1 0 1 0 ...
## $ QINT_fam : num 0 0 1 0 1 0 0 1 1 1 ...
## $ QINT_religCouns : num 0 1 0 0 0 0 0 0 0 0 ...
## $ QINT_suppGrp : num 0 0 0 0 0 0 0 1 0 0 ...
## $ QINT_otherNonClin : num 0 0 0 0 0 1 0 0 0 0 ...
## $ QINT_otherNonClinTEXT : chr "" "" "" "" ...
## $ QINT_NoOne : num 0 0 0 0 0 0 0 0 0 0 ...
## $ QINT_missing : num 2 3 4 1 2 1 1 4 5 1 ...
## $ PastHS12mo : 'haven_labelled' num 1 0 1 1 1 0 1 1 1 0 ...
## ..- attr(*, "label")= chr "In the past 12 months have you received counseling or therapy for your mental or emotional health from a health"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ PastHS12moNumVisits : 'haven_labelled' num 1 NA 4 2 4 NA 2 4 3 NA ...
## ..- attr(*, "label")= chr "How many total visits or sessions for counseling or therapy have you had in the past 12 months?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "1-3" "4-6" "7-9" "10 or more"
## $ CurrInTx : 'haven_labelled' num 0 NA 1 0 1 NA 0 1 0 NA ...
## ..- attr(*, "label")= chr "Are you currently receiving counseling or therapy?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ CurrInTx_studCouns : num 0 NA 1 0 1 NA 1 0 1 NA ...
## $ CurrInTx_campHealthServ : num 0 NA 0 0 0 NA 0 0 0 NA ...
## $ CurrInTx_otherCampCHServ : num 0 NA 0 0 0 NA 0 0 0 NA ...
## $ CurrInTx_Emergency : num 0 NA 0 0 0 NA 0 0 0 NA ...
## $ CurrInTx_inpatient : num 0 NA 0 0 0 NA 0 0 0 NA ...
## $ CurrInTx_partialHosp : num 0 NA 0 0 0 NA 0 0 0 NA ...
## $ CurrInTx_localProvider : num 0 NA 0 0 0 NA 0 1 1 NA ...
## $ CurrInTx_ProviderElsewhere : num 0 NA 0 1 1 NA 0 0 0 NA ...
## $ CurrInTx_other : num 1 NA 0 0 0 NA 0 0 0 NA ...
## $ CurrInTx_otherTEXT : chr "" "-999999.0" "" "" ...
## $ CurrInTx_IDK : num 0 NA 0 0 0 NA 0 0 0 NA ...
## $ sat_hours_1 : 'haven_labelled' num 0 NA 2 0 3 NA 5 0 4 NA ...
## ..- attr(*, "label")= chr "How satisfied/dissatisfied are you with the following aspects of your therapy or counseling that you received i"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_1 : 'haven_labelled' num 0 NA 3 0 5 NA 5 0 5 NA ...
## ..- attr(*, "label")= chr "Loc1_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_1 : 'haven_labelled' num 0 NA 1 0 6 NA 5 0 5 NA ...
## ..- attr(*, "label")= chr "Loc1_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_1 : 'haven_labelled' num 0 NA 4 0 6 NA 5 0 6 NA ...
## ..- attr(*, "label")= chr "Loc1_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_1 : 'haven_labelled' num 0 NA 2 0 4 NA 5 0 5 NA ...
## ..- attr(*, "label")= chr "Loc1_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_2 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc1_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_2 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc2_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_2 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc2_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_2 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc2_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_2 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc2_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_3 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc2_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_3 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc3_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_3 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc3_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_3 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc3_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_3 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc3_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_4 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc3_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_4 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc4_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_4 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc4_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_4 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc4_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_4 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc4_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_5 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc4_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_5 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc5_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_5 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc5_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_5 : 'haven_labelled' num 0 NA 0 0 0 NA 0 0 0 NA ...
## ..- attr(*, "label")= chr "Loc5_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_5 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc5_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_6 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc5_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_6 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc6_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_6 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc6_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_6 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc6_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_6 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc6_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_7 : 'haven_labelled' num 0 0 0 0 0 0 0 6 0 0 ...
## ..- attr(*, "label")= chr "Loc6_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_7 : 'haven_labelled' num 0 0 0 0 0 0 0 6 0 0 ...
## ..- attr(*, "label")= chr "Loc7_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_7 : 'haven_labelled' num 0 0 0 0 0 0 0 6 0 0 ...
## ..- attr(*, "label")= chr "Loc7_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_7 : 'haven_labelled' num 0 0 0 0 0 0 0 6 0 0 ...
## ..- attr(*, "label")= chr "Loc7_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_7 : 'haven_labelled' num 0 0 0 0 0 0 0 5 0 0 ...
## ..- attr(*, "label")= chr "Loc7_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_8 : 'haven_labelled' num 0 0 0 5 4 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc7_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_8 : 'haven_labelled' num 0 0 0 5 5 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc8_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_8 : 'haven_labelled' num 0 0 0 5 5 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc8_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_8 : 'haven_labelled' num 0 0 0 5 5 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc8_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_8 : 'haven_labelled' num 0 0 0 5 5 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc8_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_hours_9 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc8_Ability to schedule appointments without long delays"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_loc_9 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc9_Convenient hours"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_qual_9 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc9_Location"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_priv_9 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc9_Quality of therapists/counselors"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ sat_sched_9 : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Loc9_Respect for your privacy concerns"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ HowHelpfulTx4you : 'haven_labelled' num 4 NA 3 2 1 NA 3 1 3 NA ...
## ..- attr(*, "label")= chr "How helpful, overall, do you think therapy or counseling was or has been for you?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very helpful" "Helpful" "Somewhat helpful" "Not helpful"
## $ TakenMed_12moPROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ TakenMed_psychostim : num 1 1 0 0 0 0 0 0 1 0 ...
## $ TakenMed_antidep : num 0 0 0 0 1 0 0 1 1 0 ...
## $ TakenMed_antiPsych : num 0 0 0 0 0 0 0 0 0 0 ...
## $ TakenMed_antiAnx : num 0 0 0 0 1 0 0 1 0 0 ...
## $ TakenMed_moodStab : num 0 0 0 0 0 0 0 1 0 0 ...
## $ TakenMed_sleep : num 0 0 0 0 1 0 0 1 0 0 ...
## $ TakenMed_other : num 0 0 0 0 0 0 0 0 0 0 ...
## $ TakenMed_otherTEXT : chr "" "" "" "" ...
## $ TakenMed_NoneOfThese : num 0 0 0 1 0 1 1 0 0 1 ...
## $ TakenMed_IDK : num 0 0 1 0 0 0 0 0 0 0 ...
## $ TakenMed_missing : num 1 1 1 1 3 1 1 4 2 1 ...
## $ Meds_reason_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ meds_reason_1 : num 0 0 NA NA 1 NA NA 1 1 NA ...
## $ meds_reason_2 : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_reason_3 : num 1 1 NA NA 0 NA NA 0 1 NA ...
## $ meds_reason_4 : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_reason_5 : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_reason_5_text : chr "" "" "" "" ...
## $ meds_reason_missing : num 1 1 0 0 1 0 0 1 2 0 ...
## $ meds_dis : 'haven_labelled' num 2 2 NA NA 3 NA NA 4 2 NA ...
## ..- attr(*, "label")= chr "In the past 12 months, how many times have you discussed with a doctor or other health professional your medication use?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Not at all" "1-2 times" "3-5 times" "More than 5 times" ...
## $ meds_w_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ meds_w_1 : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_w_2 : num 0 1 NA NA 1 NA NA 1 1 NA ...
## $ meds_w_3 : num 1 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_w_3_text : chr "" "" "-999999.0" "-999999.0" ...
## $ meds_w_4 : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_w_5 : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ meds_w_missing : num 1 1 0 0 1 0 0 1 1 0 ...
## $ CurrTakMed_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ CurrTakMed_psychostim : num 1 1 NA NA 0 NA NA 0 1 NA ...
## $ CurrTakMed_antiDep : num 0 0 NA NA 1 NA NA 1 1 NA ...
## $ CurrTakMed_antiPsych : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ CurrTakMed_antiAnx : num 0 0 NA NA 1 NA NA 1 0 NA ...
## $ CurrTakMed_moodStab : num 0 0 NA NA 0 NA NA 1 0 NA ...
## $ CurrTakMed_sleep : num 0 0 NA NA 1 NA NA 1 0 NA ...
## $ CurrTakeMed_other : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ CurrTakeMed_otherTEXT : chr "" "" "" "-999999.0" ...
## $ CurrTakeMed_NoneOfThese : num 0 0 NA NA 0 NA NA 0 0 NA ...
## $ CurrTakMed_missing : num 1 1 NA NA 3 NA NA 4 2 NA ...
## $ meds_cur_9 : num 0 0 0 0 0 0 NA 0 0 0 ...
## $ meds_time_1 : 'haven_labelled' num 1 3 NA NA NA NA NA NA 3 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_time_2 : 'haven_labelled' num 4 NA NA NA 3 NA NA NA 3 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_time_3 : 'haven_labelled' num 4 NA NA NA NA NA NA NA 4 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_time_4 : 'haven_labelled' num 4 NA NA NA 3 NA NA NA 4 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_time_5 : 'haven_labelled' num 4 NA NA NA NA NA NA NA 3 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_time_6 : 'haven_labelled' num 4 NA NA NA 3 NA NA NA 4 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_time_7 : 'haven_labelled' num 4 NA NA NA NA NA NA NA 4 NA ...
## ..- attr(*, "label")= chr "During the past year, for how long, in total, have you taken the following medications?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 month" "Between 1 and 2 months" "2 months or more" "Did not take"
## $ meds_helped_me : 'haven_labelled' num 3e+00 1e+00 -1e+06 -1e+06 3e+00 ...
## ..- attr(*, "label")= chr "How helpful, overall, do you think the medication(s) was or has been for your mental or emotional health?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very helpful" "Helpful" "Somewhat helpful" "Not helpful"
## $ why_tx_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ why_tx_prompt_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ why_tx_1decideOnMyOwn : num 1 0 1 0 1 NA 1 1 1 NA ...
## $ why_tx_2friendEncour : num 1 0 1 0 0 NA 0 0 1 NA ...
## $ why_tx_3friendPressure : num 0 0 0 0 0 NA 0 0 0 NA ...
## $ why_tx_4famEncour : num 1 0 0 1 0 NA 0 0 0 NA ...
## $ why_tx_5famPressure : num 0 0 1 1 1 NA 0 0 0 NA ...
## $ why_tx_6otherEncour : num 0 1 0 0 0 NA 0 0 0 NA ...
## $ why_tx_6otherEncourTEXT : chr "" "Kindergarten Teacher" "" "" ...
## $ why_tx_7mandatedByCamp : num 0 0 0 0 0 NA 0 0 0 NA ...
## $ why_tx_8GotMoreInfo : num 0 0 0 0 0 NA 0 0 0 NA ...
## $ why_tx_8GotMoreInfoTEXT : chr "" "" "" "" ...
## $ why_tx_9otherReason : num 0 0 0 0 0 NA 0 0 0 NA ...
## $ why_tx_9otherReasonTEXT : chr "" "" "" "" ...
## $ why_tx_missing : num 3 1 3 2 2 0 1 1 2 0 ...
## $ ReduceTxOrMed12mo_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ ReduceTxOrMed12mo_NoNeed : num 1 1 0 0 0 NA 0 1 0 NA ...
## $ ReduceTxOrMed12mo_financial : num 1 0 0 0 0 NA 0 0 0 NA ...
## $ ReduceTxOrMed12mo_insuffTime : num 0 0 1 1 1 NA 0 0 1 NA ...
## $ ReduceTxOrMed12mo_NotSureWhereGo : num 1 0 0 1 0 NA 0 0 0 NA ...
## $ ReduceTxOrMed12mo_DiffFindAppt : num 0 0 1 0 1 NA 0 0 1 NA ...
## $ ReduceTxOrMed12mo_PrefDealOnOwnOrWFam : num 1 0 1 0 0 NA 1 0 0 NA ...
## $ ReduceTxOrMed12mo_other : num 0 0 0 0 0 NA 0 0 0 NA ...
## $ ReduceTxOrMed12mo_noBarriers : num 0 0 0 0 0 NA 0 0 0 NA ...
## $ ReduceTxOrMed12mo_otherTEXT : chr "" "" "" "" ...
## $ ReduceTxOrMed12mo_missing : num 4 1 3 2 2 0 1 1 2 0 ...
## $ BarrierTxOrMed12mo_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ BarrierTxOrMed12mo_NoChanceButPlan2 : num NA NA NA NA NA 0 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_NoNeed : num NA NA NA NA NA 0 NA NA NA 1 ...
## $ BarrierTxOrMed12mo_financial : num NA NA NA NA NA 0 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_insuffTime : num NA NA NA NA NA 0 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_NotSureWhereGo : num NA NA NA NA NA 0 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_DiffFindAppt : num NA NA NA NA NA 0 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_PRefDealOnOwnOrWFam : num NA NA NA NA NA 0 NA NA NA 1 ...
## $ BarrierTxOrMed12mo_other : num NA NA NA NA NA 0 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_noBarriers : num NA NA NA NA NA 1 NA NA NA 0 ...
## $ BarrierTxOrMed12mo_otherTEXT : chr "" "" "" "" ...
## $ BarrierTxOrMed12mo_missing : num 0 0 0 0 0 1 0 0 0 2 ...
## $ SeenMedProv12moAnyReason : 'haven_labelled' num 0 1 0 1 1 1 1 1 1 1 ...
## ..- attr(*, "label")= chr "In the past 12 months, have you visited any medical provider such as a primary care doctor or other type of doc"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ MentalSupp12mo_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ MentalSupp12mo_roommate : num 0 0 1 0 0 0 0 0 1 1 ...
## $ MentalSupp12mo_friend : num 1 0 1 1 0 0 0 1 1 0 ...
## $ MentalSupp12mo_SO : num 0 1 1 1 0 0 1 0 1 0 ...
## $ MentalSupp12mo_fam : num 0 0 1 1 1 1 0 0 0 0 ...
## $ inf_5MentalSupp12mo_religCouns : num 0 1 1 0 0 0 0 0 0 0 ...
## $ MentalSupp12mo_suppGrp : num 0 0 0 0 0 0 0 0 0 0 ...
## $ MentalSupp12mo_otherNonClin : num 0 0 0 0 0 1 0 0 0 0 ...
## $ MentalSupp12mo_NoOne : num 0 0 0 0 0 0 0 0 0 0 ...
## $ MentalSupp12mo_otherNonClinTEXT : chr "" "" "" "" ...
## $ MentalSupp12mo_missing : num 1 2 5 3 1 2 1 1 3 1 ...
## $ MentalSupp12mo_helpfulnessOverall : 'haven_labelled' num 2 3 3 3 2 2 3 4 4 2 ...
## ..- attr(*, "label")= chr "How helpful was it to discuss these concerns?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not helpful" "Somewhat helpful" "Helpful" "Very helpful"
## $ QINT_MHPaffAcad_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ QINT_MHPaffAcad_classProfessor : num 1 1 1 0 1 0 0 1 1 0 ...
## $ QINT_MHPaffAcad_acadAdv : num 0 0 1 0 1 0 0 1 0 0 ...
## $ QINT_MHPaffAcad_anothFacMem : num 0 1 1 0 0 0 0 0 0 0 ...
## $ QINT_MHPaffAcad_TA : num 0 0 1 0 0 0 0 0 0 0 ...
## $ QINT_MHPaffAcad_StudServStaff : num 0 0 0 0 0 0 0 0 0 0 ...
## $ QINT_MHPaffAcad_DeanOfStud : num 0 0 1 0 1 0 0 0 0 0 ...
## $ QINT_MHPaffAcad_NoOne : num 0 0 0 1 0 0 1 0 0 1 ...
## $ QINT_MHPaffAcad_other : num 0 0 0 0 0 1 0 0 0 0 ...
## $ QINT_MHPaffAcad_otherTEXT : chr "" "" "" "" ...
## $ QINT_MHPaffAcad_missing : num 1 2 5 1 3 1 1 2 1 1 ...
## $ ThisSchoYr_Talk_AcadPers_abtMHPaffAcad : 'haven_labelled' num 0 0 0 0 1 0 0 1 0 0 ...
## ..- attr(*, "label")= chr "During this school year have you talked with any academic personne labout any mental health problems that were "| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ ThisSchoYr_Talk_AcadPers_how_supportive : 'haven_labelled' num NA NA NA NA 4 NA NA 4 NA NA ...
## ..- attr(*, "label")= chr "Overall, how supportive was the response of the academic personnel with whom you talked?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very unsupportive" "Not supportive" "Supportive" "Very supportive"
## $ ins_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ ins_uncovered : num 0 1 0 1 1 1 1 1 1 1 ...
## $ ins_parOrTheirEmp : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ins_myEmp : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ins_SpouseEmp : num 1 0 1 0 0 0 0 0 0 0 ...
## $ ins_StudHealthInsPlan : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ins_EmbassyInterStud : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ins_IndivPurcFromCarrier : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ins_Medicaid_etc : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ins_IDK : num 1 0 0 0 0 0 0 0 0 0 ...
## $ ins_missing : num 2 1 1 1 1 1 1 1 1 1 ...
## $ ins_coverMHPvisit : 'haven_labelled' num 3 2 3 3 5 2 3 1 1 1 ...
## ..- attr(*, "label")= chr "Do you know if your health insurance plan would provide any coverage for a visit to a mental health professional?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Yes, it definitely would." "I think it would but am not sure." "I have no idea." "I think it would not but am not sure." ...
## $ ins_meetNeedMHS : 'haven_labelled' num 1 2 2 2 3 1 1 2 2 1 ...
## ..- attr(*, "label")= chr "Does your current health insurance plan meet your needs for mental health services?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "I have not needed to use my current insurance plan to cover mental health services." "Yes, everything I have needed is covered." "No, the coverage is inadequate to meet my needs."
## $ ins_inad_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ ins_inad_notCovMHS : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_notCovPreExistCond : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_notCovCertainCond : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_coPayTooExp : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_DeductTooExp : num NA NA NA NA 1 NA NA NA NA NA ...
## $ ins_inad_NotCoverCerTypesServ : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_LimitNumServCov : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_other : num NA NA NA NA 0 NA NA NA NA NA ...
## $ ins_inad_otherTEXT : chr "" "" "" "" ...
## $ ins_inad_missing : num 0 0 0 0 1 0 0 0 0 0 ...
## $ XXX_KNOWLEDGE_AND_ATTITUDES_MHS : chr "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ ...
## $ MHL_HowKnowledgeableMI : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Relative to the average person, how knowledgeable are you about mental illnesses?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Well below average" "Below average" "Average" "Above average" ...
## $ dep_tx_know_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_tx_know_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_tx_know_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_tx_know_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_tx_know_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_tx_missing : num -4e+06 -4e+06 -4e+06 -4e+06 -4e+06 ...
## $ dep_sx_know_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_sx_know_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_sx_know_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_sx_know_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_sx_know_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ dep_sx_know_missing : num -4e+06 -4e+06 -4e+06 -4e+06 -4e+06 ...
## $ anx_help_know_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ anx_help_know_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ anx_help_know_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ anx_help_know_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ anx_help_know_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ anx_help_know_missing : num -4e+06 -4e+06 -4e+06 -4e+06 -4e+06 ...
## $ ea_sx_know_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ ea_sx_know_missing : num -6e+06 -6e+06 -6e+06 -6e+06 -6e+06 ...
## $ MHL_canRecogOthersEmoDist : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I have a good idea of how to recognize that someone is in emotional or mental distress."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ MHL_confidHelpPersWmhp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I feel confident in helping someone with a mental health problem."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ MHL_MHgatekeeper_training_taken : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you ever participated in a mental health gatekeeper-training program?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ Aware_MH_outreach_onCamp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Are you aware of mental health outreach efforts on your campus?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ heard_Qual_MHSonCamp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "What have you heard from other students about the quality of mental health and psychological counseling service"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I have mostly heard negative opinions." "I have heard an even mix of negative and positive opinions." "I have mostly heard positive opinions." "I haven't heard anything."
## $ Good_supp_sys_on_camp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "There is a good support system on campus for students going through difficult times."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ How_helpful_meds_if_future_MHC : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How helpful on average do you think medication would be for you if you were having mental or emotional health problems?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not helpful" "Somewhat helpful" "helpful" "Very helpful"
## $ How_helpful_tx_if_future_MHC : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How helpful on average do you think therapy or counseling would be for you if you were having mental or emotion"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not helpful" "Somewhat helpful" "helpful" "Very helpful"
## $ I_am_person_w_MI : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I see myself as a person with mental illness."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ when_feel_dep_I_keep_feelings_secret : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I feel depressed or sad, I tend to keep those feelings to myself."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ I_feel_ashamed_having_MI : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Sometimes I feel ashamed of having a mental illness."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ Keep_my_MI_secret : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Sometimes I keep my mental illness a secret."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ Wish_I_could_disclose_my_MI : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I wish I could disclose to others my mental illness."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ PercStig_MHtx_sign_pers_fail : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Most people feel that receiving mental health treatment is a sign of personal failure."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ PercStig_MHtx_think_less : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Most people think less of a person who has received mental health treatment."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ SocDist_I_acc_pers_MHtx : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I would willingly accept someone who has received mental health treatment as a close friend"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ PersonStig_MHtx_sign_pers_fail : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I feel that receiving mental health treatment is a sign of personal failure."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ NumFriendFamEverSH_MHP : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "As far as you know, how many of your close friends and family have ever sought professional help for an emotion"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "None" "At least 1 or 2" "3 or more" "Don't know"
## $ xxxSUBSTANCE_USExxx : chr "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ ...
## $ audit_1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you have a drink containing alcohol?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Monthly or less" "2-4 times a month" "2-3 times a week" ...
## $ audit_2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How many drinks containing alcohol do you have on a typical day when you are drinking?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "1 or 2" "3 or 4" "5 or 6" "7 to 9" ...
## $ audit_3_f : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you have 4 or more drinks on 1 occasion?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_3_m : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you have 5 or more drinks on 1 occasion?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_3_o : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you have 4 or 5 or more drinks on 1 occasion?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often during the last year have you found that you were not able to stop drinking once you had started?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often during the last year have you failed to do what was normally expected of you because of drinking?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_6 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often during the last year have you needed a drink in the morning to get yourself going after a heavy drinking session?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_7 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often during the last year have you had a feeling of guilt or remorse after drinking?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_8 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often during the last year have you been unable to remember what happened the night before of your drinking?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Less than monthly" "Monthly" "Weekly" ...
## $ audit_9 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you or someone else been injured because you had been drinking?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "No" "Yes, but not in the last year" "Yes, during the last year"
## $ audit_10 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Has a relative, friend, doctor, or other health care worker been concerned about your drinking or suggested you cut down?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "No" "Yes, but not in the last year" "Yes, during the last year"
## $ alc_tx : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you ever received counseling or treatment for an alcohol-related problem from a health professional?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ risk_alc : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you think people risk harming themselves physically or in other ways when they have 5 or more drink"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "No risk" "Slight risk" "Moderate risk" "Great risk"
## $ risk_cig : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you think people risk harming themselves physically or in other ways if they smoke 1 or more packs "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "No risk" "Slight risk" "Moderate risk" "Great risk"
## $ risk_mar : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you think people risk harming themselves physically or in other ways if they smoke marijuana once or twice a week?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "No risk" "Slight risk" "Moderate risk" "Great risk"
## $ risk_presc : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you think people risk harming themselves physically or in other ways if they use prescription drugs"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "No risk" "Slight risk" "Moderate risk" "Great risk"
## $ peer_alc_1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, how often have you had to \"baby-sit\" or take care of another student who drank too much?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "0 times" "1 time" "2 times" "3 times" ...
## $ peer_alc_2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, how often have you had your studying or sleep interru**NOT IN PDF"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "0 times" "1 time" "2 times" "3 times" ...
## $ peer_alc_3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, how often have you experienced an unwanted sexual advance because of other students’ drinking?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "0 times" "1 time" "2 times" "3 times" ...
## $ peer_alc_4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, how often have you been a victim of sexual assault or \"date rape\" because of other students’ drinking?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "0 times" "1 time" "2 times" "3 times" ...
## $ peer_perc_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ peer_alc_est : chr "-999999" "-999999" "-999999" "-999999" ...
## $ peer_mar_est : chr "-999999" "-999999" "-999999" "-999999" ...
## $ peer_cig_est : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ alc_prob : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Alcohol use is a problem for students on my campus."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ xxxSLEEPxxx : chr "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ ...
## $ isi_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ isi_1 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "Difficulty falling asleep"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "None" "Mild" "Moderate" "Severe" ...
## $ isi_2 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "Difficulty staying asleep"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "None" "Mild" "Moderate" "Severe" ...
## $ isi_3 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "Problem waking up too early"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "None" "Mild" "Moderate" "Severe" ...
## $ isi_4 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "How satisfied/dissatisfied are you with your current sleep pattern?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Moderately satisfied" "Satisfied" ...
## $ isi_5 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "How noticeable to others do you think a sleep problem is in terms of impairing the quality of your life?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Not at all noticeable" "A little noticeable" "Somewhat noticeable" "Much noticeable" ...
## $ isi_6 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "How worried/distressed are you about a current sleep problem?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Not at all worried" "A little" "Somewhat" "Much" ...
## $ isi_7 : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "To what extent do you consider a sleep problem to interfere with your daily functioning?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Not at all interfering" "A little" "Somewhat" "Much" ...
## $ isi_score : num NA NA NA NA NA NA NA NA NA NA ...
## $ xxxEATINGBODYIMAGExxx : chr "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ "This respondent did not complete this module and thus their missing data on this module's variables should be c"| __truncated__ ...
## $ wcs_1_f : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much more or less do you feel you worry about your weight and body shape than other women your age?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "I worry a lot less than other women" "I worry about the same as other women" "I worry about the same as other women" "I worry a little more than other women" ...
## $ wcs_1_m : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much more or less do you feel you worry about your weight and body shape than other men your age?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "I worry a lot less than other men" "I worry about the same as other men" "I worry about the same as other men" "I worry a little more than other men" ...
## $ wcs_1_o : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much more or less do you feel you worry about your weight and body shape than other peers your age?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "I worry a lot less than my peers" "I worry about the same as my peers" "I worry about the same as my peers" "I worry a little more than my peers" ...
## $ wcs_2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How afraid are you of gaining 3 pounds?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Not afraid of gaining" "Slightly afraid of gaining" "Moderately afraid of gaining" "Very afraid of gaining" ...
## $ wcs_3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When was the last time you went on a diet?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I've never been on a diet" "I was on a diet about 1 year ago." "I was on a diet about 6 months ago" "I was on a diet about 3 months ago" ...
## $ wcs_4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Compared to other things in your life, how important is your weight to you?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "My weight is not important compared to other things in my life." "My weight is a little more important than some other things in my life." "My weight is more important than most, but not all, things in my life." "My weight is the most important thing in my life."
## $ wcs_5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do you ever feel fat?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Rarely" "Sometimes" "Often" ...
## $ body_con_change : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I have become more concerned about my body shape and weight since I began as a student at my school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ fresh15 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I am worried about gaining the “freshman fifteen”."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ weigh_freq : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "About how often do you weigh yourself?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8 9
## .. ..- attr(*, "names")= chr "Never" "Less than once a month" "Once per month" "2-3 times per month" ...
## $ weight_ideal : num NA NA NA NA NA NA NA NA NA NA ...
## $ binge : num NA NA NA NA NA NA NA NA NA NA ...
## $ purge_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ purge_1 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ purge_2 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ purge_3 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ purge_4 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ ea_fast : chr "-999999" "-999999" "-999999" "-999999" ...
## $ diet : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "For about what percentage of the last 12 months were you on a diet?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "I was not on a diet at all in the last 12 months" "Less than 25% (1-90 days)" "Between 25-49% (90-179 days)" "Between 50-75% (180-270 days)" ...
## $ eat_change : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "My eating habits have changed since I began at school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ eat_change_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_7 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_8 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_9 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_10 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_11 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_12 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_13 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_14 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_15 : num NA NA NA NA NA NA NA NA NA NA ...
## $ eat_change_how_15_text : chr "" "" "" "" ...
## $ eat_change_how_missing : num 0 0 0 0 0 0 0 0 0 0 ...
## $ ed_peer : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do you know at least 1 student at your school who you suspect has an eating diso"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ xxxSEXUAL_ASSAULTxxx : chr "This person completed the SEXUAL ASSAULT module." "This person completed the SEXUAL ASSAULT module." "This person completed the SEXUAL ASSAULT module." "This person completed the SEXUAL ASSAULT module." ...
## $ sa_perc_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_perc_1 : 'haven_labelled' num 1 3 4 3 3 3 1 2 4 2 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would take "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_2 : 'haven_labelled' num 2 3 3 3 3 3 2 1 4 1 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would keep "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_3 : 'haven_labelled' num 1 2 4 3 3 3 1 1 2 2 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would forwa"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_4 : 'haven_labelled' num 1 2 4 4 3 3 1 1 4 1 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would take "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_5 : 'haven_labelled' num 1 3 4 3 3 3 1 1 4 2 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would suppo"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_6 : 'haven_labelled' num 1 2 4 3 2 2 1 1 4 1 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school wouldtake c"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_7 : 'haven_labelled' num 1 3 4 1 3 3 1 1 2 1 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would take "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_8 : 'haven_labelled' num 3 3 4 3 2 2 1 1 2 1 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that your school would take "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_9 : 'haven_labelled' num 1 2 2 2 2 4 3 3 4 3 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that students would label th"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_10 : 'haven_labelled' num 3 3 3 1 2 2 2 1 2 3 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that students would support "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_11 : 'haven_labelled' num 3 3 2 4 3 4 4 4 3 4 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that alleged offender(s)/ass"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_perc_12 : 'haven_labelled' num 1 3 3 4 2 2 4 4 3 3 ...
## ..- attr(*, "label")= chr "If someone were to report a sexual assault to a campus authority, how likely is it that the educational achieve"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all likely" "Slightly likely" "Moderately likely" "Very likely"
## $ sa_train_pol : 'haven_labelled' num 0 0 0 0 0 1 0 0 1 1 ...
## ..- attr(*, "label")= chr "Have you received training in policies and procedures regarding incidents of sexual assault?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_train_prev : 'haven_labelled' num 0 0 0 1 0 1 0 1 1 1 ...
## ..- attr(*, "label")= chr "Have you received training in prevention of sexual assault?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_train_use : 'haven_labelled' num NA NA NA 3 NA 3 NA 1 4 4 ...
## ..- attr(*, "label")= chr "How useful did you think the training was?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Not useful" "Slightly useful" "Somewhat useful" "Moderately useful" ...
## $ sa_res_know : 'haven_labelled' num 2 4 2 2 4 4 3 1 5 4 ...
## ..- attr(*, "label")= chr "If a friend or I were sexually assaulted, I know where to go to get help."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ sa_proc_know : 'haven_labelled' num 1 3 2 4 3 4 2 1 5 2 ...
## ..- attr(*, "label")= chr "I understand my school’s formal procedures to address complains of sexual assault."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ sa_proc_conf : 'haven_labelled' num 1 4 3 3 4 4 1 1 4 1 ...
## ..- attr(*, "label")= chr "I have confidence that my school administers the formal procedures to address complaints of sexual assault fairly."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ sa_exp_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_exp_touch : 'haven_labelled' num 1 1 1 1 1 0 1 1 1 1 ...
## ..- attr(*, "label")= chr "Forced touching of a sexual nature (forced kissing, touching of private parts, grabbing, fondling, rubbing up a"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_exp_oral : 'haven_labelled' num 0 1 0 0 0 0 0 1 0 0 ...
## ..- attr(*, "label")= chr "Oral sex (someone’s mouth or tongue making contact with your genitals or your mouth or tongue making contact wi"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_exp_inc : 'haven_labelled' num 0 1 0 0 0 1 0 0 0 0 ...
## ..- attr(*, "label")= chr "Sexual intercourse (someone’s penis being put in your vagina or anus)"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_exp_anal : 'haven_labelled' num 0 1 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Anal sex (someone’s penis being put in your anus)"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_exp_pen : 'haven_labelled' num 0 1 1 0 0 0 0 1 0 1 ...
## ..- attr(*, "label")= chr "Sexual penetration with a finger or object (someone putting their finger or an object like a bottle or a candle"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_suc_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_suc_phyforc_1 : 'haven_labelled' num 0 1 0 0 0 0 0 1 0 0 ...
## ..- attr(*, "label")= chr "Has anyone had sexual contact with you by using physical force or threatening to physically harm you?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_att_phyforc : 'haven_labelled' num 0 1 0 0 0 0 0 1 0 0 ...
## ..- attr(*, "label")= chr "Has anyone attempted but not succeeded in having sexual contact with you by using or threatening to use physica"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_drunk_1 : 'haven_labelled' num 3 2 1 3 3 2 3 NA 1 1 ...
## ..- attr(*, "label")= chr "Since beginning at your school, has someone had sexual contact with you when you were unable to provide consent"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_suc_phyforc_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_suc_phyforc_2_1 : num NA 1 NA NA NA NA NA 1 NA NA ...
## $ sa_suc_phyforc_2_2 : num NA 1 NA NA NA NA NA 0 NA NA ...
## $ sa_suc_phyforc_2_3 : num NA 0 NA NA NA NA NA 0 NA NA ...
## $ sa_suc_phyforc_2_4 : num NA 0 NA NA NA NA NA 0 NA NA ...
## $ sa_suc_phyforc_2_5 : num NA 1 NA NA NA NA NA 1 NA NA ...
## $ sa_suc_phyforc_2_6 : num NA 0 NA NA NA NA NA 0 NA NA ...
## $ sa_suc_phyforc_2_6_text : chr "" "" "" "" ...
## $ sa_suc_phyforc_missing : num 0 3 0 0 0 0 0 2 0 0 ...
## $ sa_drunk_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_drunk_2_1 : num NA NA 1 NA NA NA NA NA 1 0 ...
## $ sa_drunk_2_2 : num NA NA 0 NA NA NA NA NA 0 0 ...
## $ sa_drunk_2_3 : num NA NA 0 NA NA NA NA NA 0 0 ...
## $ sa_drunk_2_4 : num NA NA 0 NA NA NA NA NA 0 0 ...
## $ sa_drunk_2_5 : num NA NA 1 NA NA NA NA NA 0 1 ...
## $ sa_drunk_2_6 : num NA NA 0 NA NA NA NA NA 0 0 ...
## $ sa_drunk_2_6_text : chr "-" "-" "" "-" ...
## $ sa_drunk_2_7 : num NA NA 0 NA NA NA NA NA 0 0 ...
## $ sa_drunk_2_missing : num 0 0 2 0 0 0 0 0 1 1 ...
## $ sa_drunk_prompt_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_drunk_3 : 'haven_labelled' num NA NA 1 NA NA NA NA NA 1 1 ...
## ..- attr(*, "label")= chr "Just prior to the incident(s), had you been drinking alcohol?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_drunk_4 : 'haven_labelled' num NA NA 1 NA NA NA NA NA 1 1 ...
## ..- attr(*, "label")= chr "Were you drunk?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_drunk_5 : 'haven_labelled' num NA NA 0 NA NA NA NA NA 0 0 ...
## ..- attr(*, "label")= chr "Just prior to the incident(s), had you voluntarily been taking or using any drugs other than alcohol?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_drunk_6 : 'haven_labelled' num NA NA 2 NA NA NA NA NA 2 2 ...
## ..- attr(*, "label")= chr "Just prior to the incident(s), had you been given a drug without your knowledge or consent?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ sa_who_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_who_prompt_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_who_1 : num 1 1 1 1 1 0 0 0 1 0 ...
## $ sa_who_2 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_3 : num 1 0 0 0 1 1 1 1 1 1 ...
## $ sa_who_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_6 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_7 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_8 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_9 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_10 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_11 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_12 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_who_12_text : chr "" "" "" "" ...
## $ sa_who_missing : num 2 1 1 1 2 1 1 1 2 1 ...
## $ sa_who_stud : 'haven_labelled' num 1 2 1 1 1 1 1 NA 1 1 ...
## ..- attr(*, "label")= chr "Was this person a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ sa_who_employ : 'haven_labelled' num 2 2 2 2 2 2 2 NA 2 2 ...
## ..- attr(*, "label")= chr "Was this person affiliated with your school as an employee, staff, or faculty member?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ sa_who_gender : 'haven_labelled' num 1 1 1 1 1 1 1 1 1 1 ...
## ..- attr(*, "label")= chr "What was the gender of the individual who did this to you?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Man" "Woman" "Other gender identity (please specify)" "Don't know"
## $ sa_who_gender_text : chr "" "" "" "" ...
## $ sa_op_substance_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_op_substance_1 : num 1 0 1 1 1 1 1 1 1 1 ...
## $ sa_op_substance_2 : num 0 0 1 1 1 1 0 0 1 1 ...
## $ sa_op_substance_3 : num 1 0 0 0 0 0 0 0 0 0 ...
## $ sa_op_substance_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_op_substance_5 : num 0 1 0 0 0 0 0 0 0 0 ...
## $ sa_op_substance_missing : num 2 1 2 2 2 2 1 1 2 2 ...
## $ sa_frighten : 'haven_labelled' num 3 3 2 1 3 3 2 4 3 3 ...
## ..- attr(*, "label")= chr "How frightened were you by the incident?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not at all frightened" "Only a little frightened" "Somewhat frightened" "Extremely frightened"
## $ sa_loc_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_loc_off : num 0 1 0 1 1 0 0 NA 0 0 ...
## $ sa_loc_on : num 1 0 1 0 1 1 1 NA 1 1 ...
## $ sa_loc_missing : num 1 1 1 1 2 1 1 0 1 1 ...
## $ sa_tell_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_tell_1 : Factor w/ 2 levels "0","1": 1 2 2 2 1 1 1 1 1 2 ...
## $ sa_tell_2 : num 0 0 0 0 0 1 1 0 0 0 ...
## $ sa_tell_3 : num 1 0 0 0 1 0 1 1 1 0 ...
## $ sa_tell_4 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_5 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_6 : num 0 0 0 0 0 0 0 1 0 0 ...
## $ sa_tell_7 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_8 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_9 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_10 : num 0 0 0 0 0 0 1 0 0 0 ...
## $ sa_tell_11 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_12 : num 0 0 0 0 0 0 0 0 0 0 ...
## $ sa_tell_12_text : chr "" "" "" "" ...
## $ sa_tell_missing : num 1 1 1 1 1 1 3 2 1 1 ...
## $ sa_sch_report : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "Did you use your school's formal procedures to report the incident(s)?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sa_sch_help : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Did your school's formal procedures help you deal with the problem?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Didn't help me at all" "Helped me a little" "Helped, but could have helped more" "Helped me a lot" ...
## $ sa_nodiscl_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ sa_nodiscl_1 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_2 : num NA 1 0 1 NA NA NA NA NA 0 ...
## $ sa_nodiscl_3 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_4 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_5 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_6 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_7 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_8 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_9 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_10 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_11 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_12 : num NA 0 1 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_13 : num NA 0 1 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_14 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_15 : num NA 0 1 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_16 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_17 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_18 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_19 : num NA 0 1 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_20 : num NA 0 1 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_21 : num NA 0 1 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_22 : num NA 0 0 0 NA NA NA NA NA 1 ...
## $ sa_nodiscl_23 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_24 : num NA 0 0 0 NA NA NA NA NA 0 ...
## $ sa_nodiscl_24_text : chr "" "" "" "" ...
## $ sa_nodiscl_missing : num 0 1 6 1 0 0 0 0 0 8 ...
## $ stalk : 'haven_labelled' num 0 0 0 0 0 0 0 0 0 0 ...
## ..- attr(*, "label")= chr "In the past 12 months, have you experienced stalking (e.g., someone waiting for you outside of your home, class"| __truncated__
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ xxxOVERALL_HEALTH : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ health_overall : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Overall Health"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Very poor" "Poor" "Fair" "Good" ...
## $ chronic_prompt : num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## $ chronic_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_7 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_8 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_9 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_10 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_11 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_11_text : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ chronic_12 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_13 : num NA NA NA NA NA NA NA NA NA NA ...
## $ chronic_missing : num -1.3e+07 -1.3e+07 -1.3e+07 -1.3e+07 -1.3e+07 ...
## $ exercise : 'haven_labelled' num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## ..- attr(*, "label")= chr "In the past 30 days, about how many hours per week on average did you spend exercising?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Less than 1 hour" "2-3 hours" "3-4 hours" "5 or more hours"
## $ ex_change : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "My exercise habits have changed a lot since I began as a student."
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ ex_change_how : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How have your exercise habits changed since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "I exercise more now" "I exercise less now" "Other (specify)"
## $ ex_change_how_text : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ veget : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do the following eating practices apply to you?-I am a vegetarian."
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ vegan : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do the following eating practices apply to you?-I am a vegan."
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ rawfood : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do the following eating practices apply to you?-I eat raw food (most of or all of the time)"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ veget_imp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Compared to other reasons for being a vegetarian, how important is a desire to influence your body shape or weight?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not important" "Somewhat important" "Important" "Very important"
## $ vegan_imp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Compared to other reasons for being a vegan, how important is a desire to influence your body shape or weight?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not important" "Somewhat important" "Important" "Very important"
## $ rawfood_imp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Compared to other reasons for eating raw food most of or all the time, how important is a desire to influence y"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Not important" "Somewhat important" "Important" "Very important"
## $ fruit_veg : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How many servings of fruits and vegetables do you usually have per day?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "0" "1-2" "3-4" "5 or more"
## $ nutr_know : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you typically know the nutrition facts (for example, fat, fiber, carbohydrates, protein) about the"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Rarely" "Sometimes" "Often" ...
## $ cal_know : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you typically know the number of calories in the foods and drinks you consume before you consume them?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Rarely" "Sometimes" "Often" ...
## $ cal_count : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often do you typically count the calories that you consume?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Rarely" "Sometimes" "Often" ...
## $ sex_year : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "With how many people have you had oral sex, vaginal intercourse, or anal intercourse this year?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "0" "1" "2" "3" ...
## $ sexp_f : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 12 months, did you have sexual partner(s) who were female?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sexp_m : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 12 months, did you have sexual partner(s) who were male?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sexp_tr : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 12 months, did you have sexual partner(s) who were transgender?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ sex_month : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, with how many people have you had oral sex, vagina intercourse, or anal intercourse this year?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "0" "1" "3 or more"
## $ sex_month_oral : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, did you have oral sex?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ sex_month_vag : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, did you have vaginal intercourse?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ sex_month_anal : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, did you have anal intercourse?"
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ birthcontrol_prompt : num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## $ birthcontrol_1_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_7 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_8 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_9 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_10 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_10_text : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ birthcontrol_1_11 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_12 : num NA NA NA NA NA NA NA NA NA NA ...
## $ birthcontrol_1_missing : num -1.2e+07 -1.2e+07 -1.2e+07 -1.2e+07 -1.2e+07 ...
## $ birthcontrol_2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 30 days, did you or your partner(s) use some form of birth control or protection (e.g. condoms, bir"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3
## .. ..- attr(*, "names")= chr "Yes" "No" "Don't know"
## $ pregnant1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you or a sexual partner (current or past) ever become pregnant?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "No" "Yes, unintentionally" "Yes, intentionally" "Don't know"
## $ pregnant2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Are you currently pregnant and/or have you given birth in the last 12 months?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ climate_we_camp_look_out_each_oth : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you agree with the following statements?:-At my school, we are a cam"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ climate_I_resp_help_friend_strugg : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you agree with the following statements?:-I am responsible to help i"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ climate_I_resp_help_classmate_strugg : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you agree with the following statements?:-I am responsible to help i"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ WitnessRiskySituationPROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_4 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_6_text : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ witness_7 : num NA NA NA NA NA NA NA NA NA NA ...
## $ witness_missing : num -7e+06 -7e+06 -7e+06 -7e+06 -7e+06 ...
## $ inter_hy_dr : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you agree with the following statements?:-If I saw someone was drink"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ inter_hy_sa : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you agree with the following statements?:-If I saw someone was at ri"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ inter_hy_hl : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much do you agree with the following statements?:-If I saw someone was using"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ QINT_intervene_saw_EmoDis_SuiTh : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "If I saw someone was experiencing significant emotional distress or thoughts of suicide, I would intervene (by "| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ inter_y_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ Past12mo_intervene_saw_EmoDis_SuiTh : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_6_text : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ inter_y_7 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_y_missing : num -7e+06 -7e+06 -7e+06 -7e+06 -7e+06 ...
## $ Past12mo_intervene_perc_effectiv : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I intervened, I was able to make the situation better."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ inter_n_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_1 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_2 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_3 : num NA NA NA NA NA NA NA NA NA NA ...
## $ Past12mo_witnessed_EmoDis_SuiTh : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_5 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_6 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_6_text : chr "" "" "" "" ...
## $ inter_n_7 : num NA NA NA NA NA NA NA NA NA NA ...
## $ inter_n_missing : num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## $ NotInterveneBC_PROMPT : num -1e+06 -1e+06 -1e+06 -1e+06 -1e+06 ...
## $ NotInterveneBC_afraidEmbar : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_assumeOtherHelp : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_notKnowHowHelp : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_NotConfid : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_notMyBusin : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_afraidFriendsNotSup : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_wasUnsafe : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_AfraidGetInTroub : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_other : num NA NA NA NA NA NA NA NA NA NA ...
## $ NotInterveneBC_otherTEXT : chr "" "" "" "" ...
## $ NotInterveneBC_missing : num 0 0 0 0 0 0 0 0 0 0 ...
## $ xxxCAMPUS_CLIMATE_AND_CULTURE : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ belong1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I see myself as a part of the campus community."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I fit in well at my school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "People at my school are a"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "People at my school are a lot like me."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "People at my school accept me for who I am."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong6 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, I feel comfortable being myself."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong7 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I feel valued at my school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong8 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I feel isolated from campus life."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ belong9 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Other people understand more than I do about what is going on at my school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ mh_mission : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "The health and wellbeing of students is an important part of the mission at my school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ climate_MH_priority : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, I feel that students’ mental and emotional well-being is a priority."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ cliimate_encour_Disc_MH : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, I feel that the campus climate encourages free and open discussion about mental and emotional health."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ climate_stud_work_promo_MH : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, students are working to promote mental health on campus."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ climate_admin_list_stud_conc_reg_MH : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, the administration is listening to the concerns of students when it comes to health and wellness."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ climate_camp_env_neg_imp_stud_MH : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, I feel that the campus environment has a negative impact on students’ mental and emotional health."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ climate_camp_env_neg_imp_eatingBI : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, I feel that the campus environment has a negative impact on students’ eating and body image."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ safe_on_day : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How safe do you feel on your campus during the day?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very unsafe" "Unsafe" "Somewhat unsafe" "Somewhat safe" ...
## $ safe_on_night : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How safe do you feel on your campus at night?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very unsafe" "Unsafe" "Somewhat unsafe" "Somewhat safe" ...
## $ safe_off_day : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How safe do you feel in the community surrounding your campus during the day?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very unsafe" "Unsafe" "Somewhat unsafe" "Somewhat safe" ...
## $ safe_off_night : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How safe do you feel in the community surrounding your campus at night?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very unsafe" "Unsafe" "Somewhat unsafe" "Somewhat safe" ...
## $ I_exposed_diversity_atmySch : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "At my school, I have been exposed to diverse opinions, cultures, and values."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ PercPersonalDiscrim : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In the past 12 months, how many times have you been treated unfairly because of"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "Once in a while" "Sometimes" "A lot" ...
## $ xxxSTRESS_AND_COMPETITIONxxx : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ stress_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ stress1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Experiencing stress depletes health and vitality."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ stress2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Experiencing stress enhances performance and productivity."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ stress3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Experiencing stress inhibits learning and growth."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ stress4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "The effects of stress are positive and should be utilized."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "neither agree nor disagree" "agree" ...
## $ compet_cl : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How would you rate the overall competitiveness among students in your current classes?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Very uncompetitive" "Not competitive" "Somewhat competitive" "Competitive" ...
## $ compet_sch : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How would you rate the overall competitiveness among students at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Very uncompetitive" "Not competitive" "Somewhat competitive" "Competitive" ...
## $ compet_field : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How would you rate the overall competitiveness among students in your field of study?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Very uncompetitive" "Not competitive" "Somewhat competitive" "Competitive" ...
## $ grade_curv : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How frequently do instructors in your major/field of study grade your work on a curve (adjust grades based on t"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Never" "Almost never" "Occasionally/sometimes" "Almost every time" ...
## $ achieve1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "It is very important to me to do well in my courses."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I really want to get good grades in my classes."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "A major goal I have in my courses is to perform really well."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "It is important to me to confirm my intelligence through my schoolwork."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In school I am focused on demonstrating my intellectual ability"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve6 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "One of my important goals is to validate my intelligence through my schoolwork."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve7 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "It is very important to me to do well in my courses compared to others."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve8 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to do better in my classes than other students."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve9 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "A major goal I have in my courses is to get higher grades than the other students."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve10 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "It is very important to me to confirm that I am more intelligent than other students."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve11 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I take a course in school, it is very important for me to validate that I am smarter than other students"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve12 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In school I am focused on demonstrating that I am smarter than other students."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve13 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I strive to constantly learn and improve in my courses."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve14 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In school I am always seeking opportunities to develop new skills and acquire new knowledge."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve15 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "In my classes I focus on developing my abilities and acquiring new ones."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve16 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I seek out courses that I will find challenging."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve17 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I really enjoy facing challenges, and I seek out opportunities to do so in my courses."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ achieve18 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "It is very important to me to feel that my coursework offers me real challenges."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Neither agree nor disagree" "Agree" ...
## $ RES_COP : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ cope1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I turn to work or other activities to take my mind off things."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I concentrate my efforts on doing something about it."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I say to myself \"this isn't real.\""
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I use alcohol or drugs to make myself feel better."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to get emotional support from friends or relatives."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope6 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I give up trying to deal with it."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope7 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I take action to try to make the situation better."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope8 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I refuse to believe that it has happened."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope9 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I feel a lot of emotional distress and I find myself expressing those feelings a lot."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope10 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to get advice from someone about what to do."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope11 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I use alcohol or drugs to help me get through it."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope12 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to see it in a different light, to make it seem more positive."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope13 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I criticize myself."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope14 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to come up with a strategy about what to do."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope15 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I get comfort and understanding from someone."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope16 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I give up the attempt to cope."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope17 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I look for something good in what is happening."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope18 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I make jokes about it."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope19 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I do something to think about it less, such as going to movies, watching TV, reading, daydreaming, sleeping, or shopping."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope20 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I accept the reality of the fact that it happened."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope21 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I express my negative feelings."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope22 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to find comfort in my religion."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope23 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to get advice or help from other people about what to do."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope24 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I learn to live with it."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope25 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I think hard about what steps to take."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope26 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I blame myself for things that happened."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope27 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I pray or meditate."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ cope28 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I make fun of the situation."
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I usually don't do this at all." "I usually do this a little bit." "I usually do this a medium amount." "I usually do this a lot."
## $ selfcomp_prompt : num NA NA NA NA NA NA NA NA NA NA ...
## $ selfcomp1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I fail at something important to me I become consumed by feelings of inadequacy."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to be understanding and patient towards those aspects of my personality I don’t like."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp3 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When something painful happens I try to take a balanced view of the situation."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp4 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I’m feeling down, I tend to feel like most other people are probably happier than I am."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I try to see my failings as part of the human condition."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp6 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I’m going through a very hard time, I give myself the caring and tenderness I need."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp7 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When something upsets me I try to keep my emotions in balance."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp8 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I fail at something that’s important to me, I tend to feel alone in my failure."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp9 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I’m feeling down I tend to obsess and fi xate on everything that’s wrong."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp10 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "When I feel inadequate in some way, I try to remind myself that feelings of inadequacy are shared by most people."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp11 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I’m disapproving and judgmental about my own flaws and inadequacies."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ selfcomp12 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I’m intolerant and impatient towards those aspects of my personality I don’t like."
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Almost never 1" "2" "3" "4" ...
## $ xxxACADEMIC_EXPERIENCES_and_GOALS : chr " 1" " 1" " 1" " 1" ...
## $ choose_sch : 'haven_labelled' num 1 1 1 1 1 1 1 1 2 2 ...
## ..- attr(*, "label")= chr "How much do you agree with the following statement?: If I could make my choice o"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ sat_aca : 'haven_labelled' num 2 3 4 4 6 4 4 6 5 5 ...
## ..- attr(*, "label")= chr "How satisfied are you with your overall academic experience at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ transfer_int : 'haven_labelled' num 6 2 1 4 2 1 2 6 2 2 ...
## ..- attr(*, "label")= chr "How much do you agree with the following statement?: I will transfer to another"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ grad_likely : 'haven_labelled' num 5 5 5 1 4 5 4 4 5 4 ...
## ..- attr(*, "label")= chr "What is the likelihood that you will graduate from your current school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "Extremely unlikely" "Unlikely" "Neutral" "Likely" ...
## $ Chall_Stop_Deg_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_fin : num 1 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_MenEmoHealhProbs : num 0 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_otherhealth : num 0 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_familyOblig : num 0 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_FamRelDiff : num 1 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_Acad : num 1 NA NA NA NA NA NA NA NA NA ...
## $ persist_challenge_7 : num 0 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_lackMotiv : num 1 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_workCommitments : num 0 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_CareerOpp : num 1 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_other : num 0 NA NA NA NA NA NA NA NA NA ...
## $ Chall_Stop_Deg_otherTEXT : chr "" "" "" "" ...
## $ Chall_Stop_Deg_missing : num 5 0 0 0 0 0 0 0 0 0 ...
## $ highestdeg : 'haven_labelled' num 2 3 4 2 4 4 2 4 4 6 ...
## ..- attr(*, "label")= chr "What is the highest degree you plan to pursue?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5
## .. ..- attr(*, "names")= chr "2-year college degree (associate's)" "4-year college degree (bachelors')" "Masters'" "Doctoral degree (MD, PhD, JD, etc)" ...
## $ highestdeg_text : chr "" "" "" "" ...
## $ doubt_school_1 : 'haven_labelled' num 6 5 5 6 2 5 4 6 2 4 ...
## ..- attr(*, "label")= chr "I have doubts about whether college is worth the time, money, and effort that I’m spending on it."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ doubt_school_2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I have doubts about whether graduate school] is worth the time, money, and effort that I’m spending on it."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ fam_support_aca : 'haven_labelled' num 6 NA 4 5 5 6 5 6 6 5 ...
## ..- attr(*, "label")= chr "My family is very supportive of my educational goals."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ prof_support_aca : 'haven_labelled' num 4 NA 3 5 6 4 4 6 6 5 ...
## ..- attr(*, "label")= chr "My professors believe in my potential to succeed academically."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ adjust_aca_1 : 'haven_labelled' num 2 5 1 3 4 2 3 6 2 5 ...
## ..- attr(*, "label")= chr "How has it been to adjust to the academic demands of college since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very difficult" "Difficult" "Somewhat difficult" "Somewhat easy" ...
## $ adjust_aca_2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How has it been to adjust to the academic demands of graduate school since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very difficult" "Difficult" "Somewhat difficult" "Somewhat easy" ...
## $ different_maj : 'haven_labelled' num 1 1 1 0 1 1 1 0 1 0 ...
## ..- attr(*, "label")= chr "Have you decided to pursue a different major since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ failed : 'haven_labelled' num 1 0 0 0 0 1 0 0 0 0 ...
## ..- attr(*, "label")= chr "Have you failed one or more courses since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ late_assign : 'haven_labelled' num 3 3 2 1 2 3 2 1 3 1 ...
## ..- attr(*, "label")= chr "How often have you turned in course assignments late since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ sleep_class : 'haven_labelled' num 3 1 1 1 1 6 4 1 1 1 ...
## ..- attr(*, "label")= chr "How often have you fallen asleep in class since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ aca_support_serv : 'haven_labelled' num 2 2 4 3 2 4 4 1 2 4 ...
## ..- attr(*, "label")= chr "How often have you utilized academic support services (e.g., a writing center, tutor)"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ office_hrs : 'haven_labelled' num 3 2 4 4 3 4 3 2 3 2 ...
## ..- attr(*, "label")= chr "How often have you interacted with faculty during office hours since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ faculty_out : 'haven_labelled' num 1 4 5 1 4 2 4 5 3 3 ...
## ..- attr(*, "label")= chr "How often have you .interacted with faculty outside of class or office hours (e.g., by phone, email, text, or i"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ advisor_interact : 'haven_labelled' num 1 3 2 2 5 6 3 3 4 2 ...
## ..- attr(*, "label")= chr "How often have you interacted with academic advisors/counselors (e.g., by phone, email, text, or in person) sin"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ gradstud_interact : 'haven_labelled' num 1 1 1 1 1 3 1 1 1 1 ...
## ..- attr(*, "label")= chr "How often have you interacted with graduate students/teaching assistants (e.g., by phone, email, text, or in pe"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ satisfied_overall : 'haven_labelled' num 1 4 1 2 1 2 2 5 1 3 ...
## ..- attr(*, "label")= chr "How satisfied are you with your overall social and extracurricular experiences at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very dissatisfied" "Dissatisfied" "Somewhat dissatisfied" "Somewhat satisfied" ...
## $ studygroup : 'haven_labelled' num 6 2 2 6 4 2 5 4 3 4 ...
## ..- attr(*, "label")= chr "How often have you studied with other students since you began as a student at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Never" "1-2 times per semester" "1-2 times per month" "Once per week" ...
## $ friend_devel : 'haven_labelled' num 2 4 3 6 3 2 4 1 3 3 ...
## ..- attr(*, "label")= chr "How has it been to develop close friendships with other students at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very difficult" "Difficult" "Somewhat difficult" "Somewhat easy" ...
## $ time_manage : 'haven_labelled' num 3 4 2 2 2 2 2 5 2 4 ...
## ..- attr(*, "label")= chr "How has it been to manage your time effectively since you began as a student?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very difficult" "Difficult" "Somewhat difficult" "Somewhat easy" ...
## $ MHC_Impact_AcadPerf_past12mo_PROMPT : num NA NA NA NA NA NA NA NA NA NA ...
## $ MHC_Impact_AcadPerf_past12mo_anx : 'haven_labelled' num 4 2 4 2 6 4 3 6 3 2 ...
## ..- attr(*, "label")= chr "Anxiety/stress"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_dep : 'haven_labelled' num 3 1 4 1 6 4 7 2 2 2 ...
## ..- attr(*, "label")= chr "Depression/suicidality"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_eat : 'haven_labelled' num 1 2 1 2 1 4 1 1 1 2 ...
## ..- attr(*, "label")= chr "Eating/body image concern"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_add_ld : 'haven_labelled' num 4 2 1 1 1 1 1 1 3 1 ...
## ..- attr(*, "label")= chr "Attention disorder or learning dissability"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_substance : 'haven_labelled' num 1 2 1 2 6 1 1 2 1 2 ...
## ..- attr(*, "label")= chr "Alcohol/substance abuse"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_phys_health : 'haven_labelled' num 1 1 3 1 1 3 3 1 1 1 ...
## ..- attr(*, "label")= chr "Physical health condition"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_phys_assault: 'haven_labelled' num 1 1 1 1 1 1 1 4 1 1 ...
## ..- attr(*, "label")= chr "Physical assault"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ MHC_Impact_AcadPerf_past12mo_sex_assault : 'haven_labelled' num 1 1 2 1 1 2 1 4 2 1 ...
## ..- attr(*, "label")= chr "Sexual assault"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "I did not experience this." "I experienced this but it did not affect my academic performance." "received a lower grade on one or more exams or projects." "I received a lower grade in one or more courses." ...
## $ FinancialStress : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ fin_comp1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "how do you think your socioeconomic status compares relative to other students at your school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8 9 10 ...
## .. ..- attr(*, "names")= chr "0 = much poorer than most students at my school" "1" "2" "3" ...
## $ fin_comp2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Other students at my school are able to do things that I cannot afford to do."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ pay_worry : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "I am worried about my ability to pay for school."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ pay_fam : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much of the past year's educational expenses (room, board, tuition, and fees) were covered by family resour"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "None" "$1-2,999" "$3,000-5,999" "$6,000-9,999" ...
## $ pay_self : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much of the past year's educational expenses (room, board, tuition, and fees) were covered by your own reso"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "None" "$1-2,999" "$3,000-5,999" "$6,000-9,999" ...
## $ pay_grant : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much of the past year's educational expenses (room, board, tuition, and fees) were covered by aid that need"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "None" "$1-2,999" "$3,000-5,999" "$6,000-9,999" ...
## $ pay_loan : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much of the past year’s educational expenses (room, board, tuition, and fees) were covered by aid that must"| __truncated__
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "None" "$1-2,999" "$3,000-5,999" "$6,000-9,999" ...
## $ pay_other : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much of the past year's educational expenses (room, board, tuition, and fees) were covered by other sources?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "None" "$1-2,999" "$3,000-5,999" "$6,000-9,999" ...
## $ pay_diff_sch : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for school?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ pay_diff_book : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for textbooks or course materials?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ pay_diff_food : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for food?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ pay_diff_transp : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for transportation?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ pay_diff_child : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for childcare?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ pay_diff_health : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for healthcare?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ pay_diff_house : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "This semester, how easy or difficult has it been paying for housing?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7
## .. ..- attr(*, "names")= chr "Very easy" "Easy" "Somewhat easy" "Somewhat difficult" ...
## $ work_on : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much time do you spend during a typical week working for pay on campus?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8 9
## .. ..- attr(*, "names")= chr "I do not work for pay on campus." "1-2 hours/week" "3-5 hours/week" "6-10 hours/week" ...
## $ work_off : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How much time do you spend during a typical week working for pay off campus?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6 7 8 9
## .. ..- attr(*, "names")= chr "I do not work for pay off campus." "1-2 hours/week" "3-5 hours/week" "6-10 hours/week" ...
## $ work_impa : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "My job responsibilities interfere with my schoolwork."
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly disagree" "Disagree" "Somewhat disagree" "Somewhat agree" ...
## $ Q_MHA : chr "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ "This person did not complete this module and thus their missing data on this module's variables should be coded"| __truncated__ ...
## $ Q_MHA1 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do you have a mobile smartphone?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA2 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Would you be open to using a mental health app?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Very safe" "Safe" "Somewhat safe" "Somewhat unsafe" ...
## $ Q_MHA3 : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ Q_MHA4 : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ Q_MHA5 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do you think mental health apps have an evidence base?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA6 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you ever used a mental health app?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA7 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ Q_MHA8 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ Q_MHA9 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How often did you use the mental health app(s)?"
## ..- attr(*, "labels")= Named num 0 1
## .. ..- attr(*, "names")= chr "No" "Yes"
## $ QMHA10 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "How long did you use the mental health app(s)?"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "I have mostly heard negative opinions." "I have heard an even mix of negative and positive opinions." "I have mostly heard positive opinions." "I haven't heard anything."
## $ Q_MHA11 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Did the mental health app(s) help with your mental health?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA12 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you ever discussed with a mental health provider using apps to track or hel"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very helpful" "Helpful" "Somewhat helpful" "Not helpful"
## $ Q_MHA13 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Would you pay for a mental health app, if you were experiencing a mental health"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very helpful" "Helpful" "Somewhat helpful" "Not helpful"
## $ Q_MHA14 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Would you prefer to use a mental health app to seeing a mental health profession"
## ..- attr(*, "labels")= Named num 1 2 3 4
## .. ..- attr(*, "names")= chr "Very helpful" "Helpful" "Somewhat helpful" "Not helpful"
## $ Q_MHA15 : chr "-999999.0" "-999999.0" "-999999.0" "-999999.0" ...
## $ Q_MHA16 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Have you ever searched for a mental health app on your phone?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA17 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do you think a mental health app could possibly improve your academic performanc"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA18 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Would you be worried about privacy issues when using a mental health app?"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA19 : 'haven_labelled' num NA NA NA NA NA NA NA NA NA NA ...
## ..- attr(*, "label")= chr "Do you use apps for other aspects of well-being (e.g., exercise, health, diet, e"
## ..- attr(*, "labels")= Named num 1 2 3 4 5 6
## .. ..- attr(*, "names")= chr "Strongly agree" "Agree" "Somewhat agree" "Somewhat disagree" ...
## $ Q_MHA20 : chr "-999999" "-999999" "-999999" "-999999" ...
## $ Q152 : num NA NA NA NA NA NA NA NA NA NA ...
## $ Q153 : num NA NA NA NA NA NA NA NA NA NA ...
helper function