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.
library(Hmisc)
describe(formal_disa_obs)
## formal_disa_obs
##
## 1047 Variables 127 Observations
## ---------------------------------------------------------------------------
## schoolnum
## n missing distinct Info Mean Gmd
## 127 0 1 0 16 0
##
## Value 16
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## nrweight
## n missing distinct Info Mean Gmd .05 .10
## 127 0 18 0.824 0.8248 0.1724 0.6803 0.6803
## .25 .50 .75 .90 .95
## 0.7376 0.7727 0.7727 1.2982 1.4054
##
## lowest : 0.5472811 0.5638666 0.6370618 0.6802955 0.7156888
## highest: 1.3159958 1.3255419 1.3381172 1.4054184 1.7703798
## ---------------------------------------------------------------------------
## survey
## n missing distinct value
## 127 0 1 HMS AY 2015-2016
##
## Value HMS AY 2015-2016
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## responseid
## n missing distinct
## 127 0 127
##
## lowest : R_00LrlVuM8WpvafL R_03rWfakspKt0rPX R_0DRqKo6FivSeTmh R_0wxLJHYwajbZAEF R_115x8ekAv6MNeFo
## highest: R_x45vqyuGMKa1XmV R_x4p5Fj0sXTW4dfr R_xorNxkHmidTdzwt R_yC0Z71Z2xrmED73 R_z7IsZsts75fBvEZ
## ---------------------------------------------------------------------------
## Q2_1
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This respondent completed the DEMOGRAPHICS module.
##
## Value This respondent completed the DEMOGRAPHICS module.
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## age
## n missing distinct Info Mean Gmd
## 127 0 7 0.957 20.17 1.586
##
## Value 18 19 20 21 22 23 24
## Frequency 19 24 28 34 18 2 2
## Proportion 0.150 0.189 0.220 0.268 0.142 0.016 0.016
## ---------------------------------------------------------------------------
## sex_birth : What sex were you assigned at birth? (Meaning on your original birth certificate
## n missing distinct Info Mean Gmd
## 127 0 2 0.294 1.89 0.1977
##
## Value 1 2
## Frequency 14 113
## Proportion 0.11 0.89
## ---------------------------------------------------------------------------
## gender : What is your current gender identity?
## n missing distinct Info Mean Gmd
## 127 0 4 0.331 1.945 0.3072
##
## Value 1 2 5 6
## Frequency 14 111 1 1
## Proportion 0.110 0.874 0.008 0.008
## ---------------------------------------------------------------------------
## gender_text
## n missing distinct value
## 1 126 1 Trans/nonbinary
##
## Value Trans/nonbinary
## Frequency 1
## Proportion 1
## ---------------------------------------------------------------------------
## sexual : How would you describe your sexual orientation?
## n missing distinct Info Mean Gmd
## 127 0 5 0.367 1.26 0.4717
##
## Value 1 2 3 4 5
## Frequency 109 10 3 3 2
## Proportion 0.858 0.079 0.024 0.024 0.016
## ---------------------------------------------------------------------------
## sexual_text
## n missing distinct
## 2 125 2
##
## Value Pansexual Queer/ Pansexual
## Frequency 1 1
## Proportion 0.5 0.5
## ---------------------------------------------------------------------------
## relship : How would you characterize your current relationship status?
## n missing distinct Info Mean Gmd
## 127 0 4 0.613 1.323 0.4879
##
## Value 1 2 3 6
## Frequency 91 34 1 1
## Proportion 0.717 0.268 0.008 0.008
## ---------------------------------------------------------------------------
## relship_text
## n missing
## 1 126
## distinct value
## 1 in the midst of a breakup
##
## Value in the midst of a breakup
## Frequency 1
## Proportion 1
## ---------------------------------------------------------------------------
## race_his : Do you consider yourself to be of Hispanic, Latina/o, or Spanish origin?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.237 11 0.08661 0.1595
##
## ---------------------------------------------------------------------------
## race_white
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.502 100 0.7874 0.3375
##
## ---------------------------------------------------------------------------
## race_black
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.237 11 0.08661 0.1595
##
## ---------------------------------------------------------------------------
## race_asian
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.33 16 0.126 0.222
##
## ---------------------------------------------------------------------------
## race_ainaan
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## race_mides
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## race_pi
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## race_haw
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## race_other
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## race_other_text
## n missing distinct
## 3 124 2
##
## Value Latina Latina or Mexican/Salvadorian
## Frequency 2 1
## Proportion 0.667 0.333
## ---------------------------------------------------------------------------
## citizen : Are you a United States citizen (or permanent resident)?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.198 118 0.9291 0.1327
##
## ---------------------------------------------------------------------------
## fincur : How would you characterize your current financial situation right now?
## n missing distinct Info Mean Gmd
## 127 0 3 0.83 2.228 0.7152
##
## Value 1 2 3
## Frequency 18 62 47
## Proportion 0.142 0.488 0.370
## ---------------------------------------------------------------------------
## finpast : How would you describe your financial situation while growing up?
## n missing distinct Info Mean Gmd
## 127 0 4 0.857 2.906 0.8409
##
## Value 1 2 3 4
## Frequency 5 31 62 29
## Proportion 0.039 0.244 0.488 0.228
## ---------------------------------------------------------------------------
## educ_par1 : What is the highest level of education completed by your parents or stepparents? - Parent 1
## n missing distinct Info Mean Gmd
## 127 0 6 0.858 6.031 1.153
##
## Value 2 3 4 5 6 7
## Frequency 3 6 5 8 53 52
## Proportion 0.024 0.047 0.039 0.063 0.417 0.409
## ---------------------------------------------------------------------------
## educ_par2 : What is the highest level of education completed by your parents or stepparents? - Parent 2
## n missing distinct Info Mean Gmd
## 127 0 8 0.877 -7868 15749
##
## Value -999999 2 3 4 5 6 7 8
## Frequency 1 2 11 7 4 52 48 2
## Proportion 0.008 0.016 0.087 0.055 0.031 0.409 0.378 0.016
## ---------------------------------------------------------------------------
## educ_par1_rel : What is the highest level of education completed by your parents or stepparents? - Relationship - Parent 1
## n missing distinct Info Mean Gmd
## 127 0 3 0.831 -220471 346457
##
## Value -999999 1 2
## Frequency 28 66 33
## Proportion 0.22 0.52 0.26
## ---------------------------------------------------------------------------
## educ_par2_rel : What is the highest level of education completed by your parents or stepparents? - Relationship - Parent 2
## n missing distinct Info Mean Gmd
## 127 0 3 0.837 -236219 363705
##
## Value -999999 1 2
## Frequency 30 32 65
## Proportion 0.236 0.252 0.512
## ---------------------------------------------------------------------------
## religios : How important is religion in your life?
## n missing distinct Info Mean Gmd
## 127 0 4 0.909 2.071 1.132
##
## Value 1 2 3 4
## Frequency 49 34 30 14
## Proportion 0.386 0.268 0.236 0.110
## ---------------------------------------------------------------------------
## relig_aff_c
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.679 83 0.6535 0.4564
##
## ---------------------------------------------------------------------------
## relig_aff_j
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.135 6 0.04724 0.09074
##
## ---------------------------------------------------------------------------
## relig_aff_m
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## relig_aff_b
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## relig_aff_h
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## relig_aff_a
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.529 29 0.2283 0.3552
##
## ---------------------------------------------------------------------------
## relig_aff_other
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## relig_aff_other_text
## n missing distinct
## 3 124 3
##
## Value Cherry picking Catholic Spiritual
## Frequency 1 1
## Proportion 0.333 0.333
##
## Value Taoism
## Frequency 1
## Proportion 0.333
## ---------------------------------------------------------------------------
## relig_aff_no
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## degree_bach
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.198 118 0.9291 0.1327
##
## ---------------------------------------------------------------------------
## degree_ma
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## degree_jd
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## degree_md
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## degree_phd
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## degree_other
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## degree_ass
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## transfer : Did you transfer to your current institution from another college or university?
## n missing distinct Info Mean Gmd
## 118 9 2 0.098 2.966 0.06606
##
## Value 2 3
## Frequency 4 114
## Proportion 0.034 0.966
## ---------------------------------------------------------------------------
## yr_sch : What year are you in your current degree program?
## n missing distinct Info Mean Gmd
## 126 1 5 0.929 2.706 1.227
##
## Value 1 2 3 4 5
## Frequency 25 24 41 35 1
## Proportion 0.198 0.190 0.325 0.278 0.008
## ---------------------------------------------------------------------------
## enroll : What is your enrollment status?
## n missing distinct Info Mean Gmd
## 127 0 1 0 1 0
##
## Value 1
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## field_hum
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.664 42 0.3307 0.4462
##
## ---------------------------------------------------------------------------
## field_nat
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.647 40 0.315 0.4349
##
## ---------------------------------------------------------------------------
## field_soc
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.629 38 0.2992 0.4227
##
## ---------------------------------------------------------------------------
## field_arc
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## field_art
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.198 9 0.07087 0.1327
##
## ---------------------------------------------------------------------------
## field_bus
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.599 35 0.2756 0.4024
##
## ---------------------------------------------------------------------------
## field_den
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## field_ed
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## field_eng
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## field_law
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## field_med
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## field_mus
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## field_nur
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## field_pharm
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## field_prep
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## field_ph
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.218 10 0.07874 0.1462
##
## ---------------------------------------------------------------------------
## field_pp
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## field_sw
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## field_und
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## field_other
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.135 6 0.04724 0.09074
##
## ---------------------------------------------------------------------------
## field_other_text
## n missing distinct
## 6 121 4
##
## Value Healthcare studies Leadership Leadership Studies
## Frequency 1 3 1
## Proportion 0.167 0.500 0.167
##
## Value Veterinary
## Frequency 1
## Proportion 0.167
## ---------------------------------------------------------------------------
## gpa_sr : Which of the following best describes your grade point average this year?
## n missing distinct Info Mean Gmd
## 126 1 9 0.952 3.008 1.813
##
## Value 1 2 3 4 5 6 7 8 10
## Frequency 22 33 35 19 7 5 1 1 3
## Proportion 0.175 0.262 0.278 0.151 0.056 0.040 0.008 0.008 0.024
## ---------------------------------------------------------------------------
## aca_impa : In the past 4 weeks, how many days have you felt that emotional or mental difficulties have hurt your academic performance?
## n missing distinct Info Mean Gmd
## 127 0 4 0.918 2.205 1.097
##
## Value 1 2 3 4
## Frequency 36 45 30 16
## Proportion 0.283 0.354 0.236 0.126
## ---------------------------------------------------------------------------
## timeclass : How much time do you spend during a typical week...-...attending classes/lab?
## n missing distinct Info Mean Gmd
## 126 1 5 0.9 5.032 1.01
##
## Value 3 4 5 6 7
## Frequency 3 35 51 29 8
## Proportion 0.024 0.278 0.405 0.230 0.063
## ---------------------------------------------------------------------------
## timestud : How much time do you spend during a typical week...-...studying/doing homework?
## n missing distinct Info Mean Gmd
## 122 5 5 0.944 5.057 1.415
##
## Value 3 4 5 6 7
## Frequency 11 37 31 20 23
## Proportion 0.090 0.303 0.254 0.164 0.189
## ---------------------------------------------------------------------------
## persist
## n missing distinct Info Mean Gmd
## 127 0 6 0.723 1.543 0.8049
##
## Value 1 2 3 4 5 6
## Frequency 81 33 8 2 1 2
## Proportion 0.638 0.260 0.063 0.016 0.008 0.016
## ---------------------------------------------------------------------------
## residenc : Where do you currently live?
## n missing distinct Info Mean Gmd
## 127 0 5 0.813 1.976 1.386
##
## Value 1 2 4 5 6
## Frequency 69 37 1 16 4
## Proportion 0.543 0.291 0.008 0.126 0.031
## ---------------------------------------------------------------------------
## activ_ac
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.693 46 0.3622 0.4657
##
## ---------------------------------------------------------------------------
## activ_athc
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.43 22 0.1732 0.2887
##
## ---------------------------------------------------------------------------
## activ_athv
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## activ_athi
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.294 14 0.1102 0.1977
##
## ---------------------------------------------------------------------------
## activ_cs
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.744 58 0.4567 0.5002
##
## ---------------------------------------------------------------------------
## activ_cu
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.294 14 0.1102 0.1977
##
## ---------------------------------------------------------------------------
## activ_da
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.294 14 0.1102 0.1977
##
## ---------------------------------------------------------------------------
## activ_fs
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.737 55 0.4331 0.4949
##
## ---------------------------------------------------------------------------
## activ_gs
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.177 8 0.06299 0.119
##
## ---------------------------------------------------------------------------
## activ_gov
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.33 16 0.126 0.222
##
## ---------------------------------------------------------------------------
## activ_hw
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.177 8 0.06299 0.119
##
## ---------------------------------------------------------------------------
## activ_mp
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.237 11 0.08661 0.1595
##
## ---------------------------------------------------------------------------
## activ_md
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## activ_rel
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.348 17 0.1339 0.2337
##
## ---------------------------------------------------------------------------
## activ_soc
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## activ_art
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.218 10 0.07874 0.1462
##
## ---------------------------------------------------------------------------
## activ_other
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.313 15 0.1181 0.21
##
## ---------------------------------------------------------------------------
## activ_other_text
## n missing distinct
## 15 112 15
##
## lowest : Admissions your guide and intern Best Buddies Bonners Scholars Program Camp Kesem Campus Programming
## highest: Research Lab Residence Life Sexual assault awareness workshop facilitator work Work
## ---------------------------------------------------------------------------
## activ_none
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.177 8 0.06299 0.119
##
## ---------------------------------------------------------------------------
## military : Have you ever served in the United States Armed Forces, military Reserves, or National Guard?
## n missing distinct Info Mean Gmd
## 127 0 1 0 1 0
##
## Value 1
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## disab_1_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## disab_1_2
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## disab_1_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## disab_1_4
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## disab_1_5
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## disab_1_6
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## disab_1_7
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## disab_1_8
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.445 23 0.1811 0.299
##
## ---------------------------------------------------------------------------
## disab_1_9
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## disab_1_10
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## disab_1_11
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## disab_1_11_text
## n missing distinct
## 3 124 3
##
## Value gneralized anxiety Narcolepsy Sleep disorder
## Frequency 1 1 1
## Proportion 0.333 0.333 0.333
## ---------------------------------------------------------------------------
## disab_1_12
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.75 64 0.5039 0.5039
##
## ---------------------------------------------------------------------------
## disab_2 : Have you registered for services with your institution’s disability services program?
## n missing distinct Info Mean Gmd
## 127 0 3 0.797 -511810 503688
##
## Value -999999 1 2
## Frequency 65 10 52
## Proportion 0.512 0.079 0.409
## ---------------------------------------------------------------------------
## disab_3 : How often have you used the disability-related accommodations recommended for you?
## n missing distinct Info Mean Gmd
## 127 0 4 0.807 -503936 503937
##
## Value -999999 1 2 3
## Frequency 64 51 6 6
## Proportion 0.504 0.402 0.047 0.047
## ---------------------------------------------------------------------------
## Q3_1
## n missing distinct Info Mean Gmd
## 127 0 1 0 1 0
##
## Value 1
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## diener1 : FlourishingScale_"I lead a purposeful and meaningful life"
## n missing distinct Info Mean Gmd
## 127 0 7 0.905 5.504 1.372
##
## Value 1 2 3 4 5 6 7
## Frequency 1 3 8 14 20 55 26
## Proportion 0.008 0.024 0.063 0.110 0.157 0.433 0.205
## ---------------------------------------------------------------------------
## diener2 : FlourishingScale_"My social relationships are supportive and rewarding"
## n missing distinct Info Mean Gmd
## 127 0 6 0.89 5.685 1.165
##
## Value 2 3 4 5 6 7
## Frequency 2 6 8 26 57 28
## Proportion 0.016 0.047 0.063 0.205 0.449 0.220
## ---------------------------------------------------------------------------
## diener3 : FlourishingScale_"I am engaged and interested in my daily activities"
## n missing distinct Info Mean Gmd
## 127 0 6 0.889 5.591 1.074
##
## Value 2 3 4 5 6 7
## Frequency 3 2 8 39 54 21
## Proportion 0.024 0.016 0.063 0.307 0.425 0.165
## ---------------------------------------------------------------------------
## diener4 : FlourishingScale_"I actively contribute to the happiness and well-being of others."
## n missing distinct Info Mean Gmd
## 127 0 7 0.858 5.85 1.039
##
## Value 1 2 3 4 5 6 7
## Frequency 1 1 1 10 19 63 32
## Proportion 0.008 0.008 0.008 0.079 0.150 0.496 0.252
## ---------------------------------------------------------------------------
## diener5 : FlourishingScale_"I am competent and capable in the activities that are important to me."
## n missing distinct Info Mean Gmd
## 127 0 6 0.875 5.961 1.068
##
## Value 2 3 4 5 6 7
## Frequency 2 3 6 18 56 42
## Proportion 0.016 0.024 0.047 0.142 0.441 0.331
## ---------------------------------------------------------------------------
## diener6 : FlourishingScale_"I am a good person and live a good life"
## n missing distinct Info Mean Gmd
## 126 1 6 0.912 5.786 1.162
##
## Value 1 3 4 5 6 7
## Frequency 1 2 13 26 48 36
## Proportion 0.008 0.016 0.103 0.206 0.381 0.286
## ---------------------------------------------------------------------------
## diener7 : FlourishingScale_"I am optimistic about my future"
## n missing distinct Info Mean Gmd
## 127 0 7 0.919 5.598 1.358
##
## Value 1 2 3 4 5 6 7
## Frequency 1 4 6 8 28 48 32
## Proportion 0.008 0.031 0.047 0.063 0.220 0.378 0.252
## ---------------------------------------------------------------------------
## diener8 : FlourishingScale_"People respect me"
## n missing distinct Info Mean Gmd
## 127 0 6 0.912 5.598 1.314
##
## Value 2 3 4 5 6 7
## Frequency 4 4 16 21 52 30
## Proportion 0.031 0.031 0.126 0.165 0.409 0.236
## ---------------------------------------------------------------------------
## diener_score
## n missing distinct Info Mean Gmd .05 .10
## 126 1 28 0.997 45.58 7.479 32.25 35.50
## .25 .50 .75 .90 .95
## 43.00 47.00 50.00 53.00 55.00
##
## lowest : 24 28 29 30 32, highest: 52 53 54 55 56
## ---------------------------------------------------------------------------
## phq9_1 : PHQ-9_dep - "Little interest or pleasure in doing things"
## n missing distinct Info Mean Gmd
## 127 0 4 0.83 1.874 0.7804
##
## Value 1 2 3 4
## Frequency 41 65 17 4
## Proportion 0.323 0.512 0.134 0.031
## ---------------------------------------------------------------------------
## phq9_2 : PHQ-9_dep - "Feeling down, depressed or hopeless"
## n missing distinct Info Mean Gmd
## 127 0 4 0.834 1.969 0.8069
##
## Value 1 2 3 4
## Frequency 35 66 21 5
## Proportion 0.276 0.520 0.165 0.039
## ---------------------------------------------------------------------------
## phq9_3 : PHQ-9_dep - "trouble falling or staying asleep, or sleeping too much"
## n missing distinct Info Mean Gmd
## 127 0 4 0.912 2.268 1.119
##
## Value 1 2 3 4
## Frequency 32 50 24 21
## Proportion 0.252 0.394 0.189 0.165
## ---------------------------------------------------------------------------
## phq9_4 : PHQ-9_dep - "Feeling tired or having little energy"
## n missing distinct Info Mean Gmd
## 125 2 4 0.897 2.504 1.026
##
## Value 1 2 3 4
## Frequency 16 53 33 23
## Proportion 0.128 0.424 0.264 0.184
## ---------------------------------------------------------------------------
## phq9_5 : PHQ-9_dep - "Poor appetite or overeating"
## n missing distinct Info Mean Gmd
## 126 1 4 0.897 2.008 1.051
##
## Value 1 2 3 4
## Frequency 46 46 21 13
## Proportion 0.365 0.365 0.167 0.103
## ---------------------------------------------------------------------------
## phq9_6 : PHQ-9_dep - "Feeling bad about yourself - or that you are a failure or have let yourself or your family down"
## n missing distinct Info Mean Gmd
## 127 0 4 0.884 1.929 1.004
##
## Value 1 2 3 4
## Frequency 50 47 19 11
## Proportion 0.394 0.370 0.150 0.087
## ---------------------------------------------------------------------------
## phq9_7 : PHQ-9_dep - "Trouble concentrating on things, ex. newspaper or TV"
## n missing distinct Info Mean Gmd
## 127 0 4 0.883 1.921 1.05
##
## Value 1 2 3 4
## Frequency 54 42 18 13
## Proportion 0.425 0.331 0.142 0.102
## ---------------------------------------------------------------------------
## phq9_8 : PHQ-9_dep - Motor - "Moving or speaking slowly, or being fidgety or restless"
## n missing distinct Info Mean Gmd
## 127 0 4 0.45 1.315 0.5477
##
## Value 1 2 3 4
## Frequency 104 11 7 5
## Proportion 0.819 0.087 0.055 0.039
## ---------------------------------------------------------------------------
## phq9_9 : PHQ-9_dep - "Thoughts that you would be better off dead or hurting yourself in some way"
## n missing distinct Info Mean Gmd
## 127 0 4 0.448 1.244 0.4217
##
## Value 1 2 3 4
## Frequency 104 18 2 3
## Proportion 0.819 0.142 0.016 0.024
## ---------------------------------------------------------------------------
## dep_impa : How difficult have these problems made it for you to do your work, take care of things at home, or get along with other people?
## n missing distinct Info Mean Gmd
## 124 3 4 0.718 1.911 0.6233
##
## Value 1 2 3 4
## Frequency 29 80 12 3
## Proportion 0.234 0.645 0.097 0.024
## ---------------------------------------------------------------------------
## deprawsc
## n missing distinct Info Mean Gmd .05 .10
## 127 0 23 0.994 -15740 31252 1.0 2.0
## .25 .50 .75 .90 .95
## 4.0 7.0 11.5 16.0 18.0
##
## Value -1e+06 0e+00
## Frequency 2 125
## Proportion 0.016 0.984
## ---------------------------------------------------------------------------
## phq2_1 : PHQ- past year - Little interest or pleasure in doing things
## n missing distinct Info Mean Gmd
## 127 0 4 0.905 2.276 1.14
##
## Value 1 2 3 4
## Frequency 32 52 19 24
## Proportion 0.252 0.409 0.150 0.189
## ---------------------------------------------------------------------------
## phq2_2 : PHQ- past year - Feeling down, depressed or hopeless
## n missing distinct Info Mean Gmd
## 127 0 4 0.916 2.26 1.121
##
## Value 1 2 3 4
## Frequency 33 48 26 20
## Proportion 0.260 0.378 0.205 0.157
## ---------------------------------------------------------------------------
## gad7_1 : GAD - Feeling nervous, anxious or on edge
## n missing distinct Info Mean Gmd
## 127 0 4 0.879 2.252 0.9679
##
## Value 1 2 3 4
## Frequency 25 59 29 14
## Proportion 0.197 0.465 0.228 0.110
## ---------------------------------------------------------------------------
## gad7_2 : GAD - Not being able to stop or control worrying
## n missing distinct Info Mean Gmd
## 127 0 4 0.906 2.039 1.067
##
## Value 1 2 3 4
## Frequency 46 42 27 12
## Proportion 0.362 0.331 0.213 0.094
## ---------------------------------------------------------------------------
## gad7_3 : GAD - Worrying too much about different things
## n missing distinct Info Mean Gmd
## 127 0 4 0.909 2.236 1.04
##
## Value 1 2 3 4
## Frequency 31 49 33 14
## Proportion 0.244 0.386 0.260 0.110
## ---------------------------------------------------------------------------
## gad7_4 : GAD -Trouble relaxing
## n missing distinct Info Mean Gmd
## 127 0 4 0.886 1.945 1.057
##
## Value 1 2 3 4
## Frequency 52 44 17 14
## Proportion 0.409 0.346 0.134 0.110
## ---------------------------------------------------------------------------
## gad7_5 : GAD - Being so restless that it's hard to sit still
## n missing distinct Info Mean Gmd
## 126 1 4 0.594 1.389 0.6203
##
## Value 1 2 3 4
## Frequency 93 19 12 2
## Proportion 0.738 0.151 0.095 0.016
## ---------------------------------------------------------------------------
## gad7_6 : GAD - Becoming easily annoyed or irritable
## n missing distinct Info Mean Gmd
## 127 0 4 0.894 1.969 1.015
##
## Value 1 2 3 4
## Frequency 48 45 24 10
## Proportion 0.378 0.354 0.189 0.079
## ---------------------------------------------------------------------------
## gad7_7 : GAD - Feeling afraid as if something awful might happen
## n missing distinct Info Mean Gmd
## 127 0 4 0.773 1.646 0.9024
##
## Value 1 2 3 4
## Frequency 76 28 15 8
## Proportion 0.598 0.220 0.118 0.063
## ---------------------------------------------------------------------------
## gad7_impa : How difficult have these problems (noted above) made it for you to do your work, take care of things at home, or get along with other people?
## n missing distinct Info Mean Gmd
## 120 7 4 0.759 1.942 0.6917
##
## Value 1 2 3 4
## Frequency 29 73 14 4
## Proportion 0.242 0.608 0.117 0.033
## ---------------------------------------------------------------------------
## anx_score
## n missing distinct Info Mean Gmd .05 .10
## 126 1 20 0.993 6.508 5.548 0.25 1.00
## .25 .50 .75 .90 .95
## 3.00 5.00 10.00 14.00 17.00
##
## Value 0 1 2 3 4 5 6 7 8 9
## Frequency 7 8 12 19 13 10 7 8 3 5
## Proportion 0.056 0.063 0.095 0.151 0.103 0.079 0.056 0.063 0.024 0.040
##
## Value 10 11 12 13 14 15 17 18 19 21
## Frequency 6 2 8 3 5 2 3 3 1 1
## Proportion 0.048 0.016 0.063 0.024 0.040 0.016 0.024 0.024 0.008 0.008
## ---------------------------------------------------------------------------
## height_ft
## n missing distinct Info Mean Gmd .05 .10
## 127 0 15 0.99 5.677 3.263 2.0 2.0
## .25 .50 .75 .90 .95
## 4.0 5.0 8.0 9.4 11.0
##
## Value 0.0 1.0 2.0 2.5 3.0 4.0 5.0 6.0 6.5 7.0
## Frequency 4 2 12 1 11 19 17 10 1 13
## Proportion 0.031 0.016 0.094 0.008 0.087 0.150 0.134 0.079 0.008 0.102
##
## Value 7.5 8.0 9.0 10.0 11.0
## Frequency 2 10 12 5 8
## Proportion 0.016 0.079 0.094 0.039 0.063
## ---------------------------------------------------------------------------
## height_in
## n missing distinct Info Mean Gmd
## 127 0 3 0.218 5.047 0.1502
##
## Value 4 5 6
## Frequency 2 117 8
## Proportion 0.016 0.921 0.063
## ---------------------------------------------------------------------------
## weight
## n missing distinct Info Mean Gmd .05 .10
## 127 0 56 0.999 146.1 35.43 110.9 115.0
## .25 .50 .75 .90 .95
## 125.0 140.0 162.5 185.0 210.0
##
## lowest : 0 88 95 100 107, highest: 220 228 230 250 255
## ---------------------------------------------------------------------------
## thin_good
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.713 49 0.3889 0.4791
##
## ---------------------------------------------------------------------------
## body_sr
## n missing distinct Info Mean Gmd
## 127 0 4 0.854 3.386 0.8341
##
## Value 2 3 4 5
## Frequency 14 60 43 10
## Proportion 0.110 0.472 0.339 0.079
## ---------------------------------------------------------------------------
## scoff_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.43 22 0.1732 0.2887
##
## ---------------------------------------------------------------------------
## scoff_2
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.716 50 0.3937 0.4812
##
## ---------------------------------------------------------------------------
## scoff_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.177 8 0.06299 0.119
##
## ---------------------------------------------------------------------------
## scoff_4
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.502 27 0.2126 0.3375
##
## ---------------------------------------------------------------------------
## scoff_5
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.432 22 0.1746 0.2905
##
## ---------------------------------------------------------------------------
## ed_scoff
## n missing distinct Info Mean Gmd
## 126 1 6 0.889 1.016 1.219
##
## Value 0 1 2 3 4 5
## Frequency 55 36 20 9 5 1
## Proportion 0.437 0.286 0.159 0.071 0.040 0.008
## ---------------------------------------------------------------------------
## sib_cut
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.237 11 0.08661 0.1595
##
## ---------------------------------------------------------------------------
## sib_burn
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## sib_punch
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## sib_scratch
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.382 19 0.1496 0.2565
##
## ---------------------------------------------------------------------------
## sib_pull
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## sib_bit
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.218 10 0.07874 0.1462
##
## ---------------------------------------------------------------------------
## sib_wound
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## sib_carv
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## sib_rub
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.135 6 0.04724 0.09074
##
## ---------------------------------------------------------------------------
## sib_pobj
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## sib_other
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## sib_other_text
## n
## 1
## missing
## 126
## distinct
## 1
## value
## Sit in the cold for long periods of time without proper clothing
##
## Value Sit in the cold for long periods of time without proper clothing
## Frequency 1
## Proportion 1
## ---------------------------------------------------------------------------
## sib_none
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.664 85 0.6693 0.4462
##
## ---------------------------------------------------------------------------
## sib_freq : On average, how often in the past year did you hurt yourself on purpose, without intending to kill yourself?
## n missing distinct Info Mean Gmd
## 30 97 5 0.87 1.933 1.205
##
## Value 1 2 3 4 6
## Frequency 14 9 4 2 1
## Proportion 0.467 0.300 0.133 0.067 0.033
## ---------------------------------------------------------------------------
## sui_idea : In the past year, did you ever seriously think about attempting suicide?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.313 15 0.1181 0.21
##
## ---------------------------------------------------------------------------
## sui_plan : In the past year, did you make a plan for attempting suicide?
## n missing distinct Info Sum Mean Gmd
## 15 112 2 0.75 7 0.4667 0.5333
##
## ---------------------------------------------------------------------------
## sui_att : In the past year, did you attempt suicide?
## n missing distinct Info Mean Gmd
## 15 112 1 0 0 0
##
## Value 0
## Frequency 15
## Proportion 1
## ---------------------------------------------------------------------------
## violence_vic
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.294 14 0.1102 0.1977
##
## ---------------------------------------------------------------------------
## violence_perp
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.135 6 0.04724 0.09074
##
## ---------------------------------------------------------------------------
## alc_any
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.313 112 0.8819 0.21
##
## ---------------------------------------------------------------------------
## binge_fr_f
## n missing distinct Info Mean Gmd
## 98 29 6 0.947 2.867 1.446
##
## Value 1 2 3 4 5 6
## Frequency 16 27 20 26 7 2
## Proportion 0.163 0.276 0.204 0.265 0.071 0.020
## ---------------------------------------------------------------------------
## binge_fr_m
## n missing distinct Info Mean Gmd
## 12 115 6 0.965 3.583 1.894
##
## Value 1 2 3 4 5 6
## Frequency 2 1 2 3 3 1
## Proportion 0.167 0.083 0.167 0.250 0.250 0.083
## ---------------------------------------------------------------------------
## binge_fr_o
## n missing distinct Info Mean Gmd
## 2 125 1 0 1 0
##
## Value 1
## Frequency 2
## Proportion 1
## ---------------------------------------------------------------------------
## smok_freq
## n missing distinct Info Mean Gmd
## 127 0 4 0.277 1.165 0.306
##
## Value 1 2 3 4
## Frequency 114 6 6 1
## Proportion 0.898 0.047 0.047 0.008
## ---------------------------------------------------------------------------
## drug_mar
## n missing distinct Info Sum Mean Gmd
## 121 6 2 0.617 35 0.2893 0.4146
##
## ---------------------------------------------------------------------------
## drug_coc
## n missing distinct Info Sum Mean Gmd
## 121 6 2 0.119 5 0.04132 0.07989
##
## ---------------------------------------------------------------------------
## drug_her
## n missing distinct Info Mean Gmd
## 121 6 1 0 0 0
##
## Value 0
## Frequency 121
## Proportion 1
## ---------------------------------------------------------------------------
## drug_met
## n missing distinct Info Mean Gmd
## 121 6 1 0 0 0
##
## Value 0
## Frequency 121
## Proportion 1
## ---------------------------------------------------------------------------
## drug_stim
## n missing distinct Info Sum Mean Gmd
## 121 6 2 0.248 11 0.09091 0.1667
##
## ---------------------------------------------------------------------------
## drug_ect
## n missing distinct Info Mean Gmd
## 121 6 1 0 0 0
##
## Value 0
## Frequency 121
## Proportion 1
## ---------------------------------------------------------------------------
## drug_other
## n missing distinct Info Sum Mean Gmd
## 121 6 2 0.073 3 0.02479 0.04876
##
## ---------------------------------------------------------------------------
## drug_none
## n missing distinct Info Sum Mean Gmd
## 121 6 2 0.664 81 0.6694 0.4463
##
## ---------------------------------------------------------------------------
## drug_other1_text
## n missing distinct
## 9 118 4
##
## Value -999999 Ketamine xanax
## Frequency 6 1 1
## Proportion 0.667 0.111 0.111
##
## Value xanax, pain killers
## Frequency 1
## Proportion 0.111
## ---------------------------------------------------------------------------
## drug_other2_text
## n missing distinct value
## 6 121 1 -999999
##
## Value -999999
## Frequency 6
## Proportion 1
## ---------------------------------------------------------------------------
## drug_other3_text
## n missing distinct value
## 6 121 1 -999999
##
## Value -999999
## Frequency 6
## Proportion 1
## ---------------------------------------------------------------------------
## druguse_total_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.35 1.063 0.2972
##
## Value 0 1 2 3 4
## Frequency 6 110 9 1 1
## Proportion 0.047 0.866 0.071 0.008 0.008
## ---------------------------------------------------------------------------
## sleep_wk1
## n missing distinct Info Mean Gmd .05 .10
## 126 1 10 0.943 12.59 2.972 2.0 11.5
## .25 .50 .75 .90 .95
## 12.0 13.0 14.0 15.0 15.0
##
## Value 1 2 11 12 13 14 15 16 17 24
## Frequency 4 6 3 20 41 32 15 1 3 1
## Proportion 0.032 0.048 0.024 0.159 0.325 0.254 0.119 0.008 0.024 0.008
## ---------------------------------------------------------------------------
## sleep_wd1
## n missing distinct Info Mean Gmd .05 .10
## 126 1 14 0.96 13.74 3.902 3 4
## .25 .50 .75 .90 .95
## 14 15 16 17 17
##
## Value 1 2 3 4 11 12 13 14 15 16
## Frequency 2 3 5 5 2 3 7 20 30 35
## Proportion 0.016 0.024 0.040 0.040 0.016 0.024 0.056 0.159 0.238 0.278
##
## Value 17 18 19 24
## Frequency 10 2 1 1
## Proportion 0.079 0.016 0.008 0.008
## ---------------------------------------------------------------------------
## sleep_wk2
## n missing distinct Info Mean Gmd .05 .10
## 124 3 13 0.952 18.85 4.562 8.15 9.00
## .25 .50 .75 .90 .95
## 19.00 21.00 22.00 22.00 23.00
##
## Value 2 8 9 10 11 17 18 19 20 21
## Frequency 1 6 10 4 1 1 2 7 17 42
## Proportion 0.008 0.048 0.081 0.032 0.008 0.008 0.016 0.056 0.137 0.339
##
## Value 22 23 24
## Frequency 22 10 1
## Proportion 0.177 0.081 0.008
## ---------------------------------------------------------------------------
## sleep_wd2
## n missing distinct Info Mean Gmd .05 .10
## 123 4 13 0.968 17.18 8.725 1 2
## .25 .50 .75 .90 .95
## 11 22 23 24 24
##
## Value 1 2 3 8 9 10 11 12 20 21
## Frequency 12 7 3 1 3 2 10 3 4 4
## Proportion 0.098 0.057 0.024 0.008 0.024 0.016 0.081 0.024 0.033 0.033
##
## Value 22 23 24
## Frequency 15 33 26
## Proportion 0.122 0.268 0.211
## ---------------------------------------------------------------------------
## sleep_np1
## n missing distinct Info Mean Gmd
## 126 1 7 0.962 3.071 2.024
##
## Value 1 2 3 4 5 6 8
## Frequency 32 21 29 20 10 8 6
## Proportion 0.254 0.167 0.230 0.159 0.079 0.063 0.048
## ---------------------------------------------------------------------------
## sleep_np2
## n missing distinct Info Mean Gmd
## 94 33 4 0.793 1.766 0.7042
##
## Value 1 2 3 4
## Frequency 34 51 6 3
## Proportion 0.362 0.543 0.064 0.032
## ---------------------------------------------------------------------------
## XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person completed the MHS UTILIZATION MODULE
##
## Value This person completed the MHS UTILIZATION MODULE
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_dep
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.597 34 0.2742 0.4013
##
## ---------------------------------------------------------------------------
## dx_anx
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.586 33 0.2661 0.3938
##
## ---------------------------------------------------------------------------
## dx_attl
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.282 13 0.1048 0.1892
##
## ---------------------------------------------------------------------------
## dx_ea
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.282 13 0.1048 0.1892
##
## ---------------------------------------------------------------------------
## dx_psy
## n missing distinct Info Mean Gmd
## 124 3 1 0 0 0
##
## Value 0
## Frequency 124
## Proportion 1
## ---------------------------------------------------------------------------
## dx_pers
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.024 1 0.008065 0.01613
##
## ---------------------------------------------------------------------------
## dx_sa
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.071 3 0.02419 0.0476
##
## ---------------------------------------------------------------------------
## dx_none
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.747 66 0.5323 0.502
##
## ---------------------------------------------------------------------------
## dx_dk
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.181 8 0.06452 0.1217
##
## ---------------------------------------------------------------------------
## dx_total_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.627 1.346 0.6352
##
## Value 0 1 2 3 4
## Frequency 3 91 20 12 1
## Proportion 0.024 0.717 0.157 0.094 0.008
## ---------------------------------------------------------------------------
## dx_dep_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.365 18 0.1417 0.2452
##
## ---------------------------------------------------------------------------
## dx_dep_2
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## dx_dep_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## dx_dep_4
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## dx_dep_5
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## dx_dep_5_text
## n missing distinct
## 2 125 2
##
## Value mild depression Seasonal Affective Disorder
## Frequency 1 1
## Proportion 0.5 0.5
## ---------------------------------------------------------------------------
## dx_dep_6
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.198 9 0.07087 0.1327
##
## ---------------------------------------------------------------------------
## dx_dep_missing
## n missing distinct Info Mean Gmd
## 127 0 3 0.591 0.2835 0.4264
##
## Value 0 1 2
## Frequency 93 32 2
## Proportion 0.732 0.252 0.016
## ---------------------------------------------------------------------------
## dx_ax_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.43 22 0.1732 0.2887
##
## ---------------------------------------------------------------------------
## dx_ax_2
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.113 5 0.03937 0.07624
##
## ---------------------------------------------------------------------------
## dx_ax_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## dx_ax_4
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_ax_5
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_ax_6
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## dx_ax_7
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## dx_ax_8
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## dx_ax_9
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## dx_ax_9_text
## n missing distinct
## 2 125 2
##
## Value Separation Anxiety Trichotillomania
## Frequency 1 1
## Proportion 0.5 0.5
## ---------------------------------------------------------------------------
## dx_ax_10
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.177 8 0.06299 0.119
##
## ---------------------------------------------------------------------------
## dx_att_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.237 11 0.08661 0.1595
##
## ---------------------------------------------------------------------------
## dx_att_2
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## dx_att_3
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_att_4
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## dx_ea_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## dx_ea_2
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## dx_ea_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## dx_ea_4
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.047 2 0.01575 0.03125
##
## ---------------------------------------------------------------------------
## dx_ea_4_text
## n missing distinct
## 2 125 2
##
## Value EDNOS Not specified
## Frequency 1 1
## Proportion 0.5 0.5
## ---------------------------------------------------------------------------
## dx_ea_5
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## dx_psy_1
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_2
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_3
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_4
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_5
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_6
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_7
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_psy_8
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_1
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_2
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## dx_perso_4
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_5
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_6
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_7
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_8
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_9
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_10
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_11
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_perso_12
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_sa_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## dx_sa_2
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dx_sa_3
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## KnowWhereSHCampus : If I needed to seek professional help for my mental or emotional health, I would know where to go on my campus.
## n missing distinct Info Mean Gmd
## 127 0 6 0.792 5.165 1.202
##
## Value 1 2 3 4 5 6
## Frequency 3 7 2 16 25 74
## Proportion 0.024 0.055 0.016 0.126 0.197 0.583
## ---------------------------------------------------------------------------
## Med_Helpful_4dep : How helpful on average do you think medication is, when provided competently, for people your age who are clinically depressed?
## n missing distinct Info Mean Gmd
## 127 0 4 0.902 2.921 0.9966
##
## Value 1 2 3 4
## Frequency 9 31 48 39
## Proportion 0.071 0.244 0.378 0.307
## ---------------------------------------------------------------------------
## Ther_Helpful_4dep : How helpful on average do you think therapy or counseling is, when provided competently, for people your age who are clinically depressed?
## n missing distinct Info Mean Gmd
## 126 1 3 0.864 3.222 0.8239
##
## Value 2 3 4
## Frequency 26 46 54
## Proportion 0.206 0.365 0.429
## ---------------------------------------------------------------------------
## Perceived_Stig_1 : Most people think less of a person who has received mental health treatment.
## n missing distinct Info Mean Gmd
## 127 0 6 0.938 3.661 1.391
##
## Value 1 2 3 4 5 6
## Frequency 4 25 21 44 26 7
## Proportion 0.031 0.197 0.165 0.346 0.205 0.055
## ---------------------------------------------------------------------------
## Personal_Stig_1 : I would think less of a person who has received mental health treatment.
## n missing distinct Info Mean Gmd
## 127 0 5 0.756 1.591 0.8396
##
## Value 1 2 3 4 5
## Frequency 77 35 6 8 1
## Proportion 0.606 0.276 0.047 0.063 0.008
## ---------------------------------------------------------------------------
## Past12moPercNeedTx : In the past 12 months, I needed help for emotional or mental health problems such as feeling sad, blue, anxious or nervous.
## n missing distinct Info Mean Gmd
## 127 0 6 0.945 4.181 1.926
##
## Value 1 2 3 4 5 6
## Frequency 10 24 6 22 23 42
## Proportion 0.079 0.189 0.047 0.173 0.181 0.331
## ---------------------------------------------------------------------------
## QINT_clinician
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.75 63 0.4961 0.5039
##
## ---------------------------------------------------------------------------
## QINT_roommate
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.74 56 0.4409 0.4969
##
## ---------------------------------------------------------------------------
## QINT_friend
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.619 90 0.7087 0.4162
##
## ---------------------------------------------------------------------------
## QINT_SO
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.554 31 0.2441 0.372
##
## ---------------------------------------------------------------------------
## QINT_fam
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.746 68 0.5354 0.5014
##
## ---------------------------------------------------------------------------
## QINT_religCouns
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## QINT_suppGrp
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## QINT_otherNonClin
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## QINT_otherNonClinTEXT
## n missing distinct
## 6 121 6
##
## Value Coach Dean Dr. Leopold
## Frequency 1 1 1
## Proportion 0.167 0.167 0.167
##
## Value Mentor My dog Residents' Assistant
## Frequency 1 1 1
## Proportion 0.167 0.167 0.167
## ---------------------------------------------------------------------------
## QINT_NoOne
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.113 5 0.03937 0.07624
##
## ---------------------------------------------------------------------------
## QINT_missing
## n missing distinct Info Mean Gmd
## 127 0 6 0.939 2.606 1.346
##
## Value 1 2 3 4 5 6
## Frequency 25 40 34 18 8 2
## Proportion 0.197 0.315 0.268 0.142 0.063 0.016
## ---------------------------------------------------------------------------
## PastHS12mo : In the past 12 months have you received counseling or therapy for your mental or emotional health from a health professional (such as psychiatrist, psychologist, social worker, or primary care doctor)?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.73 53 0.4173 0.4902
##
## ---------------------------------------------------------------------------
## PastHS12moNumVisits : How many total visits or sessions for counseling or therapy have you had in the past 12 months?
## n missing distinct Info Mean Gmd
## 53 74 4 0.917 2.585 1.406
##
## Value 1 2 3 4
## Frequency 16 9 9 19
## Proportion 0.302 0.170 0.170 0.358
## ---------------------------------------------------------------------------
## CurrInTx : Are you currently receiving counseling or therapy?
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.75 26 0.4906 0.5094
##
## ---------------------------------------------------------------------------
## CurrInTx_studCouns
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.494 42 0.7925 0.3353
##
## ---------------------------------------------------------------------------
## CurrInTx_campHealthServ
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.109 2 0.03774 0.07402
##
## ---------------------------------------------------------------------------
## CurrInTx_otherCampCHServ
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.256 5 0.09434 0.1742
##
## ---------------------------------------------------------------------------
## CurrInTx_Emergency
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## CurrInTx_inpatient
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## CurrInTx_partialHosp
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.056 1 0.01887 0.03774
##
## ---------------------------------------------------------------------------
## CurrInTx_localProvider
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.256 5 0.09434 0.1742
##
## ---------------------------------------------------------------------------
## CurrInTx_ProviderElsewhere
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.654 17 0.3208 0.4441
##
## ---------------------------------------------------------------------------
## CurrInTx_other
## n missing distinct Info Sum Mean Gmd
## 53 74 2 0.16 3 0.0566 0.1089
##
## ---------------------------------------------------------------------------
## CurrInTx_otherTEXT
## n missing distinct
## 76 51 3
##
## Value -999999.0 Safe harbor Tucker Psychiatric
## Frequency 74 1 1
## Proportion 0.974 0.013 0.013
## ---------------------------------------------------------------------------
## CurrInTx_IDK
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_hours_1 : How satisfied/dissatisfied are you with the following aspects of your therapy or counseling that you received in the past 12 months at (x) location?
## n missing distinct Info Mean Gmd
## 53 74 7 0.959 3.547 2.412
##
## Value 0 1 2 3 4 5 6
## Frequency 11 2 2 4 10 14 10
## Proportion 0.208 0.038 0.038 0.075 0.189 0.264 0.189
## ---------------------------------------------------------------------------
## sat_loc_1 : Loc1_Convenient hours
## n missing distinct Info Mean Gmd
## 53 74 6 0.877 3.906 2.284
##
## Value 0 1 2 4 5 6
## Frequency 11 2 1 3 25 11
## Proportion 0.208 0.038 0.019 0.057 0.472 0.208
## ---------------------------------------------------------------------------
## sat_qual_1 : Loc1_Location
## n missing distinct Info Mean Gmd
## 53 74 7 0.922 3.906 2.34
##
## Value 0 1 2 3 4 5 6
## Frequency 11 1 1 2 5 20 13
## Proportion 0.208 0.019 0.019 0.038 0.094 0.377 0.245
## ---------------------------------------------------------------------------
## sat_priv_1 : Loc1_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 53 74 5 0.89 4.245 2.29
##
## Value 0 1 4 5 6
## Frequency 11 1 2 18 21
## Proportion 0.208 0.019 0.038 0.340 0.396
## ---------------------------------------------------------------------------
## sat_sched_1 : Loc1_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 53 74 7 0.964 3.453 2.457
##
## Value 0 1 2 3 4 5 6
## Frequency 11 2 4 4 9 13 10
## Proportion 0.208 0.038 0.075 0.075 0.170 0.245 0.189
## ---------------------------------------------------------------------------
## sat_hours_2 : Loc1_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 53 74 3 0.109 0.1887 0.3716
##
## Value 0 4 6
## Frequency 51 1 1
## Proportion 0.962 0.019 0.019
## ---------------------------------------------------------------------------
## sat_loc_2 : Loc2_Convenient hours
## n missing distinct Info Mean Gmd
## 53 74 2 0.109 0.2264 0.4441
##
## Value 0 6
## Frequency 51 2
## Proportion 0.962 0.038
## ---------------------------------------------------------------------------
## sat_qual_2 : Loc2_Location
## n missing distinct Info Mean Gmd
## 53 74 3 0.109 0.1698 0.3338
##
## Value 0 4 5
## Frequency 51 1 1
## Proportion 0.962 0.019 0.019
## ---------------------------------------------------------------------------
## sat_priv_2 : Loc2_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 53 74 3 0.109 0.2075 0.4078
##
## Value 0 5 6
## Frequency 51 1 1
## Proportion 0.962 0.019 0.019
## ---------------------------------------------------------------------------
## sat_sched_2 : Loc2_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 53 74 2 0.109 0.2264 0.4441
##
## Value 0 6
## Frequency 51 2
## Proportion 0.962 0.038
## ---------------------------------------------------------------------------
## sat_hours_3 : Loc2_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 53 74 4 0.257 0.4717 0.8824
##
## Value 0 3 4 6
## Frequency 48 1 1 3
## Proportion 0.906 0.019 0.019 0.057
## ---------------------------------------------------------------------------
## sat_loc_3 : Loc3_Convenient hours
## n missing distinct Info Mean Gmd
## 53 74 4 0.257 0.4528 0.852
##
## Value 0 1 5 6
## Frequency 48 1 1 3
## Proportion 0.906 0.019 0.019 0.057
## ---------------------------------------------------------------------------
## sat_qual_3 : Loc3_Location
## n missing distinct Info Mean Gmd
## 53 74 2 0.256 0.566 1.045
##
## Value 0 6
## Frequency 48 5
## Proportion 0.906 0.094
## ---------------------------------------------------------------------------
## sat_priv_3 : Loc3_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 53 74 2 0.256 0.566 1.045
##
## Value 0 6
## Frequency 48 5
## Proportion 0.906 0.094
## ---------------------------------------------------------------------------
## sat_sched_3 : Loc3_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 53 74 4 0.257 0.4528 0.8505
##
## Value 0 2 4 6
## Frequency 48 1 1 3
## Proportion 0.906 0.019 0.019 0.057
## ---------------------------------------------------------------------------
## sat_hours_4 : Loc3_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_loc_4 : Loc4_Convenient hours
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_qual_4 : Loc4_Location
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_priv_4 : Loc4_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_sched_4 : Loc4_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_hours_5 : Loc4_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_loc_5 : Loc5_Convenient hours
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_qual_5 : Loc5_Location
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_priv_5 : Loc5_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 53 74 1 0 0 0
##
## Value 0
## Frequency 53
## Proportion 1
## ---------------------------------------------------------------------------
## sat_sched_5 : Loc5_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 118 9 1 0 0 0
##
## Value 0
## Frequency 118
## Proportion 1
## ---------------------------------------------------------------------------
## sat_hours_6 : Loc5_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 127 0 2 0.023 0.04724 0.09449
##
## Value 0 6
## Frequency 126 1
## Proportion 0.992 0.008
## ---------------------------------------------------------------------------
## sat_loc_6 : Loc6_Convenient hours
## n missing distinct Info Mean Gmd
## 127 0 2 0.023 0.02362 0.04724
##
## Value 0 3
## Frequency 126 1
## Proportion 0.992 0.008
## ---------------------------------------------------------------------------
## sat_qual_6 : Loc6_Location
## n missing distinct Info Mean Gmd
## 127 0 2 0.023 0.04724 0.09449
##
## Value 0 6
## Frequency 126 1
## Proportion 0.992 0.008
## ---------------------------------------------------------------------------
## sat_priv_6 : Loc6_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 127 0 2 0.023 0.04724 0.09449
##
## Value 0 6
## Frequency 126 1
## Proportion 0.992 0.008
## ---------------------------------------------------------------------------
## sat_sched_6 : Loc6_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 127 0 2 0.023 0.04724 0.09449
##
## Value 0 6
## Frequency 126 1
## Proportion 0.992 0.008
## ---------------------------------------------------------------------------
## sat_hours_7 : Loc6_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 127 0 4 0.092 0.1496 0.2935
##
## Value 0 3 4 6
## Frequency 123 1 1 2
## Proportion 0.969 0.008 0.008 0.016
## ---------------------------------------------------------------------------
## sat_loc_7 : Loc7_Convenient hours
## n missing distinct Info Mean Gmd
## 127 0 4 0.092 0.1575 0.3087
##
## Value 0 3 5 6
## Frequency 123 1 1 2
## Proportion 0.969 0.008 0.008 0.016
## ---------------------------------------------------------------------------
## sat_qual_7 : Loc7_Location
## n missing distinct Info Mean Gmd
## 127 0 3 0.092 0.1654 0.324
##
## Value 0 3 6
## Frequency 123 1 3
## Proportion 0.969 0.008 0.024
## ---------------------------------------------------------------------------
## sat_priv_7 : Loc7_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 127 0 3 0.092 0.1732 0.339
##
## Value 0 4 6
## Frequency 123 1 3
## Proportion 0.969 0.008 0.024
## ---------------------------------------------------------------------------
## sat_sched_7 : Loc7_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 127 0 4 0.092 0.1575 0.3087
##
## Value 0 3 5 6
## Frequency 123 1 1 2
## Proportion 0.969 0.008 0.008 0.016
## ---------------------------------------------------------------------------
## sat_hours_8 : Loc7_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 127 0 5 0.332 0.6142 1.103
##
## Value 0 1 4 5 6
## Frequency 111 1 5 3 7
## Proportion 0.874 0.008 0.039 0.024 0.055
## ---------------------------------------------------------------------------
## sat_loc_8 : Loc8_Convenient hours
## n missing distinct Info Mean Gmd
## 127 0 5 0.332 0.622 1.11
##
## Value 0 3 4 5 6
## Frequency 111 1 3 8 4
## Proportion 0.874 0.008 0.024 0.063 0.031
## ---------------------------------------------------------------------------
## sat_qual_8 : Loc8_Location
## n missing distinct Info Mean Gmd
## 127 0 6 0.332 0.5984 1.077
##
## Value 0 2 3 4 5 6
## Frequency 111 2 1 2 5 6
## Proportion 0.874 0.016 0.008 0.016 0.039 0.047
## ---------------------------------------------------------------------------
## sat_priv_8 : Loc8_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 127 0 5 0.332 0.6929 1.234
##
## Value 0 2 4 5 6
## Frequency 111 1 1 2 12
## Proportion 0.874 0.008 0.008 0.016 0.094
## ---------------------------------------------------------------------------
## sat_sched_8 : Loc8_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 127 0 5 0.332 0.6457 1.154
##
## Value 0 3 4 5 6
## Frequency 111 2 1 6 7
## Proportion 0.874 0.016 0.008 0.047 0.055
## ---------------------------------------------------------------------------
## sat_hours_9 : Loc8_Ability to schedule appointments without long delays
## n missing distinct Info Mean Gmd
## 127 0 3 0.047 0.07874 0.1565
##
## Value 0 4 6
## Frequency 125 1 1
## Proportion 0.984 0.008 0.008
## ---------------------------------------------------------------------------
## sat_loc_9 : Loc9_Convenient hours
## n missing distinct Info Mean Gmd
## 127 0 3 0.047 0.07874 0.1565
##
## Value 0 4 6
## Frequency 125 1 1
## Proportion 0.984 0.008 0.008
## ---------------------------------------------------------------------------
## sat_qual_9 : Loc9_Location
## n missing distinct Info Mean Gmd
## 127 0 2 0.047 0.09449 0.1875
##
## Value 0 6
## Frequency 125 2
## Proportion 0.984 0.016
## ---------------------------------------------------------------------------
## sat_priv_9 : Loc9_Quality of therapists/counselors
## n missing distinct Info Mean Gmd
## 127 0 2 0.047 0.09449 0.1875
##
## Value 0 6
## Frequency 125 2
## Proportion 0.984 0.016
## ---------------------------------------------------------------------------
## sat_sched_9 : Loc9_Respect for your privacy concerns
## n missing distinct Info Mean Gmd
## 127 0 3 0.047 0.08661 0.172
##
## Value 0 5 6
## Frequency 125 1 1
## Proportion 0.984 0.008 0.008
## ---------------------------------------------------------------------------
## HowHelpfulTx4you : How helpful, overall, do you think therapy or counseling was or has been for you?
## n missing distinct Info Mean Gmd
## 53 74 4 0.897 2 1.054
##
## Value 1 2 3 4
## Frequency 21 14 15 3
## Proportion 0.396 0.264 0.283 0.057
## ---------------------------------------------------------------------------
## TakenMed_psychostim
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.384 19 0.1508 0.2582
##
## ---------------------------------------------------------------------------
## TakenMed_antidep
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.463 24 0.1905 0.3109
##
## ---------------------------------------------------------------------------
## TakenMed_antiPsych
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.092 4 0.03175 0.06197
##
## ---------------------------------------------------------------------------
## TakenMed_antiAnx
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.278 13 0.1032 0.1865
##
## ---------------------------------------------------------------------------
## TakenMed_moodStab
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.114 5 0.03968 0.07683
##
## ---------------------------------------------------------------------------
## TakenMed_sleep
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.199 9 0.07143 0.1337
##
## ---------------------------------------------------------------------------
## TakenMed_other
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.024 1 0.007937 0.01587
##
## ---------------------------------------------------------------------------
## TakenMed_otherTEXT
## n missing distinct
## 2 125 2
##
## Value -999999.0 Trazadone
## Frequency 1 1
## Proportion 0.5 0.5
## ---------------------------------------------------------------------------
## TakenMed_NoneOfThese
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.65 86 0.6825 0.4368
##
## ---------------------------------------------------------------------------
## TakenMed_IDK
## n missing distinct Info Mean Gmd
## 126 1 1 0 0 0
##
## Value 0
## Frequency 126
## Proportion 1
## ---------------------------------------------------------------------------
## TakenMed_missing
## n missing distinct Info Mean Gmd
## 127 0 7 0.368 1.268 0.5194
##
## Value 0 1 2 3 4 5 6
## Frequency 1 109 7 6 1 2 1
## Proportion 0.008 0.858 0.055 0.047 0.008 0.016 0.008
## ---------------------------------------------------------------------------
## meds_reason_1
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.572 29 0.7436 0.3914
##
## ---------------------------------------------------------------------------
## meds_reason_2
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.391 6 0.1538 0.2672
##
## ---------------------------------------------------------------------------
## meds_reason_3
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.639 12 0.3077 0.4372
##
## ---------------------------------------------------------------------------
## meds_reason_4
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.276 4 0.1026 0.1889
##
## ---------------------------------------------------------------------------
## meds_reason_5
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.146 2 0.05128 0.09987
##
## ---------------------------------------------------------------------------
## meds_reason_5_text
## n missing distinct
## 2 125 2
##
## Value Narcolepsy
## Frequency 1
## Proportion 0.5
##
## Value ritalin is prescribed to me by a doctor to help with grogginess from anxiety meds
## Frequency 1
## Proportion 0.5
## ---------------------------------------------------------------------------
## meds_reason_missing
## n missing distinct Info Mean Gmd
## 127 0 4 0.657 0.4173 0.6327
##
## Value 0 1 2 3
## Frequency 88 27 10 2
## Proportion 0.693 0.213 0.079 0.016
## ---------------------------------------------------------------------------
## meds_dis : In the past 12 months, how many times have you discussed with a doctor or other health professional your medication use?
## n missing distinct Info Mean Gmd
## 39 88 4 0.914 2.846 1.123
##
## Value 1 2 3 4
## Frequency 5 8 14 12
## Proportion 0.128 0.205 0.359 0.308
## ---------------------------------------------------------------------------
## meds_w_1
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.608 11 0.2821 0.4157
##
## ---------------------------------------------------------------------------
## meds_w_2
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.746 21 0.5385 0.5101
##
## ---------------------------------------------------------------------------
## meds_w_3
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.336 5 0.1282 0.2294
##
## ---------------------------------------------------------------------------
## meds_w_3_text
## n missing distinct
## 92 35 5
##
## -999999.0 (88, 0.957), Head injury team - medicating dr &
## neuropsychologist (1, 0.011), Nurse from CAPS (1, 0.011), nurse
## practitioner (1, 0.011), Sleep specialist (1, 0.011)
## ---------------------------------------------------------------------------
## meds_w_4
## n missing distinct Info Sum Mean Gmd
## 39 88 2 0.336 5 0.1282 0.2294
##
## ---------------------------------------------------------------------------
## meds_w_5
## n missing distinct Info Mean Gmd
## 39 88 1 0 0 0
##
## Value 0
## Frequency 39
## Proportion 1
## ---------------------------------------------------------------------------
## meds_w_missing
## n missing distinct Info Mean Gmd
## 127 0 3 0.645 0.3307 0.4754
##
## Value 0 1 2
## Frequency 88 36 3
## Proportion 0.693 0.283 0.024
## ---------------------------------------------------------------------------
## CurrTakMed_psychostim
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.676 13 0.3421 0.4623
##
## ---------------------------------------------------------------------------
## CurrTakMed_antiDep
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.742 21 0.5526 0.5078
##
## ---------------------------------------------------------------------------
## CurrTakMed_antiPsych
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.15 2 0.05263 0.1024
##
## ---------------------------------------------------------------------------
## CurrTakMed_antiAnx
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.499 8 0.2105 0.3414
##
## ---------------------------------------------------------------------------
## CurrTakMed_moodStab
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.283 4 0.1053 0.1935
##
## ---------------------------------------------------------------------------
## CurrTakMed_sleep
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.399 6 0.1579 0.2731
##
## ---------------------------------------------------------------------------
## CurrTakeMed_other
## n missing distinct Info Mean Gmd
## 38 89 1 0 0 0
##
## Value 0
## Frequency 38
## Proportion 1
## ---------------------------------------------------------------------------
## CurrTakeMed_otherTEXT
## n missing distinct value
## 86 41 1 -999999.0
##
## Value -999999
## Frequency 86
## Proportion 1
## ---------------------------------------------------------------------------
## CurrTakeMed_NoneOfThese
## n missing distinct Info Sum Mean Gmd
## 38 89 2 0.343 5 0.1316 0.2347
##
## ---------------------------------------------------------------------------
## CurrTakMed_missing
## n missing distinct Info Mean Gmd
## 38 89 4 0.708 1.553 0.8378
##
## Value 1 2 3 4
## Frequency 25 7 4 2
## Proportion 0.658 0.184 0.105 0.053
## ---------------------------------------------------------------------------
## meds_cur_9
## n missing distinct Info Sum Mean Gmd
## 113 14 2 0.026 1 0.00885 0.0177
##
## ---------------------------------------------------------------------------
## meds_time_1 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 31 96 4 0.85 3.194 0.972
##
## Value 1 2 3 4
## Frequency 3 2 12 14
## Proportion 0.097 0.065 0.387 0.452
## ---------------------------------------------------------------------------
## meds_time_2 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 36 91 4 0.827 3.194 0.7762
##
## Value 1 2 3 4
## Frequency 1 4 18 13
## Proportion 0.028 0.111 0.500 0.361
## ---------------------------------------------------------------------------
## meds_time_3 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 29 98 3 0.359 3.793 0.3793
##
## Value 2 3 4
## Frequency 2 2 25
## Proportion 0.069 0.069 0.862
## ---------------------------------------------------------------------------
## meds_time_4 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 30 97 4 0.765 3.367 0.9218
##
## Value 1 2 3 4
## Frequency 3 1 8 18
## Proportion 0.100 0.033 0.267 0.600
## ---------------------------------------------------------------------------
## meds_time_5 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 29 98 3 0.431 3.793 0.3645
##
## Value 2 3 4
## Frequency 1 4 24
## Proportion 0.034 0.138 0.828
## ---------------------------------------------------------------------------
## meds_time_6 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 31 96 3 0.529 3.742 0.4258
##
## Value 2 3 4
## Frequency 1 6 24
## Proportion 0.032 0.194 0.774
## ---------------------------------------------------------------------------
## meds_time_7 : During the past year, for how long, in total, have you taken the following medications?
## n missing distinct Info Mean Gmd
## 28 99 2 0.199 3.929 0.1376
##
## Value 3 4
## Frequency 2 26
## Proportion 0.071 0.929
## ---------------------------------------------------------------------------
## meds_helped_me : How helpful, overall, do you think the medication(s) was or has been for your mental or emotional health?
## n missing distinct Info Mean Gmd
## 127 0 5 0.662 -692912 428947
##
## Value -999999 1 2 3 4
## Frequency 88 21 8 8 2
## Proportion 0.693 0.165 0.063 0.063 0.016
## ---------------------------------------------------------------------------
## why_tx_1decideOnMyOwn
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.497 49 0.7903 0.3369
##
## ---------------------------------------------------------------------------
## why_tx_2friendEncour
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.618 18 0.2903 0.4188
##
## ---------------------------------------------------------------------------
## why_tx_3friendPressure
## n missing distinct Info Mean Gmd
## 62 65 1 0 0 0
##
## Value 0
## Frequency 62
## Proportion 1
## ---------------------------------------------------------------------------
## why_tx_4famEncour
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.687 22 0.3548 0.4654
##
## ---------------------------------------------------------------------------
## why_tx_5famPressure
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.301 7 0.1129 0.2036
##
## ---------------------------------------------------------------------------
## why_tx_6otherEncour
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.301 7 0.1129 0.2036
##
## ---------------------------------------------------------------------------
## why_tx_6otherEncourTEXT
## n missing distinct
## 72 55 7
##
## -999999.0 (65, 0.903), academic advisor (1, 0.014), Dean (2, 0.028),
## Police (1, 0.014), professor (1, 0.014), Professor (1, 0.014), Significant
## other (1, 0.014)
## ---------------------------------------------------------------------------
## why_tx_7mandatedByCamp
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.138 3 0.04839 0.0936
##
## ---------------------------------------------------------------------------
## why_tx_8GotMoreInfo
## n missing distinct Info Mean Gmd
## 62 65 1 0 0 0
##
## Value 0
## Frequency 62
## Proportion 1
## ---------------------------------------------------------------------------
## why_tx_8GotMoreInfoTEXT
## n missing distinct value
## 65 62 1 -999999.0
##
## Value -999999
## Frequency 65
## Proportion 1
## ---------------------------------------------------------------------------
## why_tx_9otherReason
## n missing distinct Info Sum Mean Gmd
## 62 65 2 0.094 2 0.03226 0.06346
##
## ---------------------------------------------------------------------------
## why_tx_9otherReasonTEXT
## n missing distinct
## 2 125 2
##
## Value It wasn't for my mental/emotional health, it was for narcolepsy.
## Frequency 1
## Proportion 0.5
##
## Value Taking Zoloft for migraines
## Frequency 1
## Proportion 0.5
## ---------------------------------------------------------------------------
## why_tx_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.848 0.8504 1.077
##
## Value 0 1 2 3 5
## Frequency 65 28 24 9 1
## Proportion 0.512 0.220 0.189 0.071 0.008
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_NoNeed
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.603 17 0.2787 0.4087
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_financial
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.342 8 0.1311 0.2317
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_insuffTime
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.726 25 0.4098 0.4918
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_NotSureWhereGo
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.14 3 0.04918 0.09508
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_DiffFindAppt
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.474 12 0.1967 0.3213
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_PrefDealOnOwnOrWFam
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.624 18 0.2951 0.423
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_other
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.266 6 0.09836 0.1803
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_noBarriers
## n missing distinct Info Sum Mean Gmd
## 61 66 2 0.503 13 0.2131 0.341
##
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_otherTEXT
## n missing distinct
## 6 121 6
##
## lowest : CAPS is horrible and i havent found a new doctor yet I don't want to take CAPs appointment times from other students who may need it more incompetent psychiatrist Kept missing appointments due to inadequate managing of my life. Negative experiences
## highest: I don't want to take CAPs appointment times from other students who may need it more incompetent psychiatrist Kept missing appointments due to inadequate managing of my life. Negative experiences Never had services for emotional/mental health.
## ---------------------------------------------------------------------------
## ReduceTxOrMed12mo_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.839 0.8031 1.04
##
## Value 0 1 2 3 4
## Frequency 66 33 17 9 2
## Proportion 0.520 0.260 0.134 0.071 0.016
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_NoChanceButPlan2
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.091 2 0.03125 0.06151
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_NoNeed
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.703 40 0.625 0.4762
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_financial
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.176 4 0.0625 0.119
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_insuffTime
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.396 10 0.1562 0.2679
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_NotSureWhereGo
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.134 3 0.04688 0.09077
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_DiffFindAppt
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.176 4 0.0625 0.119
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_PRefDealOnOwnOrWFam
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.645 20 0.3125 0.4365
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_other
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.134 3 0.04688 0.09077
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_noBarriers
## n missing distinct Info Sum Mean Gmd
## 64 63 2 0.255 6 0.09375 0.1726
##
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_otherTEXT
## n missing distinct
## 3 124 3
##
## I didn't think my previous CAPS counselor was helping. (1, 0.333), I'm
## worried my issues aren't serious enough (1, 0.333), My needs are not so
## extreme or persistent that I have felt a need for medication (1, 0.333)
## ---------------------------------------------------------------------------
## BarrierTxOrMed12mo_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.83 0.7244 0.9006
##
## Value 0 1 2 3 4
## Frequency 63 46 11 4 3
## Proportion 0.496 0.362 0.087 0.031 0.024
## ---------------------------------------------------------------------------
## SeenMedProv12moAnyReason : In the past 12 months, have you visited any medical provider such as a primary care doctor or other type of doctor, for a check-up or any other medical reasons?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.474 102 0.8031 0.3187
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_roommate
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.723 51 0.4048 0.4857
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_friend
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.708 78 0.619 0.4754
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_SO
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.557 31 0.246 0.374
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_fam
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.743 57 0.4524 0.4994
##
## ---------------------------------------------------------------------------
## inf_5MentalSupp12mo_religCouns
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.136 6 0.04762 0.09143
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_suppGrp
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.047 2 0.01587 0.03149
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_otherNonClin
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.136 6 0.04762 0.09143
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_NoOne
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.505 27 0.2143 0.3394
##
## ---------------------------------------------------------------------------
## MentalSupp12mo_otherNonClinTEXT
## n missing distinct
## 6 121 6
##
## Value Coach Dean Guidance counselor
## Frequency 1 1 1
## Proportion 0.167 0.167 0.167
##
## Value My dog Professor RA
## Frequency 1 1 1
## Proportion 0.167 0.167 0.167
## ---------------------------------------------------------------------------
## MentalSupp12mo_missing
## n missing distinct Info Mean Gmd
## 127 0 6 0.904 2.031 1.191
##
## Value 0 1 2 3 4 5
## Frequency 1 52 33 27 11 3
## Proportion 0.008 0.409 0.260 0.213 0.087 0.024
## ---------------------------------------------------------------------------
## MentalSupp12mo_helpfulnessOverall : How helpful was it to discuss these concerns?
## n missing distinct Info Mean Gmd
## 99 28 4 0.86 3.202 0.8501
##
## Value 1 2 3 4
## Frequency 3 15 40 41
## Proportion 0.030 0.152 0.404 0.414
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_classProfessor
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.705 48 0.378 0.4739
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_acadAdv
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.638 39 0.3071 0.4289
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_anothFacMem
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_TA
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_StudServStaff
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.33 16 0.126 0.222
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_DeanOfStud
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.647 40 0.315 0.4349
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_NoOne
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.541 30 0.2362 0.3637
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_other
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.348 17 0.1339 0.2337
##
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_otherTEXT
## n missing distinct
## 16 111 9
##
## caps (1, 0.062), Caps (1, 0.062), CAPS (7, 0.438), CAPS counselor (1,
## 0.062), Coach (2, 0.125), OMA (1, 0.062), parent (1, 0.062), Psychological
## clinician (1, 0.062), University psychological services (1, 0.062)
## ---------------------------------------------------------------------------
## QINT_MHPaffAcad_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.762 1.598 0.8406
##
## Value 1 2 3 4 5
## Frequency 77 30 15 4 1
## Proportion 0.606 0.236 0.118 0.031 0.008
## ---------------------------------------------------------------------------
## ThisSchoYr_Talk_AcadPers_abtMHPaffAcad : During this school year have you talked with any academic personne labout any mental health problems that were affecting your academic performance?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.488 26 0.2047 0.3282
##
## ---------------------------------------------------------------------------
## ThisSchoYr_Talk_AcadPers_how_supportive : Overall, how supportive was the response of the academic personnel with whom you talked?
## n missing distinct Info Mean Gmd
## 26 101 4 0.788 3.269 0.7169
##
## Value 1 2 3 4
## Frequency 1 1 14 10
## Proportion 0.038 0.038 0.538 0.385
## ---------------------------------------------------------------------------
## ins_prompt
## n missing distinct Info Mean Gmd
## 1 126 1 0 1 NA
##
## Value 1
## Frequency 1
## Proportion 1
## ---------------------------------------------------------------------------
## ins_uncovered
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.417 105 0.8333 0.28
##
## ---------------------------------------------------------------------------
## ins_parOrTheirEmp
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.024 1 0.007937 0.01587
##
## ---------------------------------------------------------------------------
## ins_myEmp
## n missing distinct Info Mean Gmd
## 126 1 1 0 0 0
##
## Value 0
## Frequency 126
## Proportion 1
## ---------------------------------------------------------------------------
## ins_SpouseEmp
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.199 9 0.07143 0.1337
##
## ---------------------------------------------------------------------------
## ins_StudHealthInsPlan
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.047 2 0.01587 0.03149
##
## ---------------------------------------------------------------------------
## ins_EmbassyInterStud
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.047 2 0.01587 0.03149
##
## ---------------------------------------------------------------------------
## ins_IndivPurcFromCarrier
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.114 5 0.03968 0.07683
##
## ---------------------------------------------------------------------------
## ins_Medicaid_etc
## n missing distinct Info Mean Gmd
## 126 1 1 0 0 0
##
## Value 0
## Frequency 126
## Proportion 1
## ---------------------------------------------------------------------------
## ins_IDK
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.136 6 0.04762 0.09143
##
## ---------------------------------------------------------------------------
## ins_missing
## n missing distinct Info Mean Gmd
## 127 0 3 0.113 1.024 0.07724
##
## Value 0 1 2
## Frequency 1 122 4
## Proportion 0.008 0.961 0.031
## ---------------------------------------------------------------------------
## ins_coverMHPvisit : Do you know if your health insurance plan would provide any coverage for a visit to a mental health professional?
## n missing distinct Info Mean Gmd
## 126 1 5 0.883 2.405 0.97
##
## Value 1 2 3 4 5
## Frequency 23 40 54 7 2
## Proportion 0.183 0.317 0.429 0.056 0.016
## ---------------------------------------------------------------------------
## ins_meetNeedMHS : Does your current health insurance plan meet your needs for mental health services?
## n missing distinct Info Mean Gmd
## 125 2 3 0.723 1.448 0.6173
##
## Value 1 2 3
## Frequency 79 36 10
## Proportion 0.632 0.288 0.080
## ---------------------------------------------------------------------------
## ins_inad_notCovMHS
## n missing distinct Info Mean Gmd
## 9 118 1 0 0 0
##
## Value 0
## Frequency 9
## Proportion 1
## ---------------------------------------------------------------------------
## ins_inad_notCovPreExistCond
## n missing distinct Info Mean Gmd
## 9 118 1 0 0 0
##
## Value 0
## Frequency 9
## Proportion 1
## ---------------------------------------------------------------------------
## ins_inad_notCovCertainCond
## n missing distinct Info Mean Gmd
## 9 118 1 0 0 0
##
## Value 0
## Frequency 9
## Proportion 1
## ---------------------------------------------------------------------------
## ins_inad_coPayTooExp
## n missing distinct Info Sum Mean Gmd
## 9 118 2 0.525 2 0.2222 0.3889
##
## ---------------------------------------------------------------------------
## ins_inad_DeductTooExp
## n missing distinct Info Sum Mean Gmd
## 9 118 2 0.75 5 0.5556 0.5556
##
## ---------------------------------------------------------------------------
## ins_inad_NotCoverCerTypesServ
## n missing distinct Info Sum Mean Gmd
## 9 118 2 0.75 4 0.4444 0.5556
##
## ---------------------------------------------------------------------------
## ins_inad_LimitNumServCov
## n missing distinct Info Sum Mean Gmd
## 9 118 2 0.675 3 0.3333 0.5
##
## ---------------------------------------------------------------------------
## ins_inad_other
## n missing distinct Info Sum Mean Gmd
## 9 118 2 0.525 2 0.2222 0.3889
##
## ---------------------------------------------------------------------------
## ins_inad_otherTEXT
## n missing distinct
## 2 125 2
##
## Value Does not cover my medication expenses out of state.
## Frequency 1
## Proportion 0.5
##
## Value Won't pay for certain medications
## Frequency 1
## Proportion 0.5
## ---------------------------------------------------------------------------
## ins_inad_missing
## n missing distinct Info Mean Gmd
## 127 0 4 0.198 0.126 0.2402
##
## Value 0 1 2 3
## Frequency 118 4 3 2
## Proportion 0.929 0.031 0.024 0.016
## ---------------------------------------------------------------------------
## XXX_KNOWLEDGE_AND_ATTITUDES_MHS
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This respondent did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## dep_tx_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -4e+06 0
##
## Value -3999996
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## dep_sx_know_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -4e+06 0
##
## Value -3999996
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## anx_help_know_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -4e+06 0
##
## Value -3999996
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## ea_sx_know_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -6e+06 0
##
## Value -5999994
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## xxxSUBSTANCE_USExxx
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This respondent did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## peer_alc_est
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## peer_mar_est
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## peer_cig_est
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## xxxSLEEPxxx
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This respondent did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## isi_1 : Difficulty falling asleep
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## isi_2 : Difficulty staying asleep
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## isi_3 : Problem waking up too early
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## isi_4 : How satisfied/dissatisfied are you with your current sleep pattern?
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## isi_5 : How noticeable to others do you think a sleep problem is in terms of impairing the quality of your life?
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## isi_6 : How worried/distressed are you about a current sleep problem?
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## isi_7 : To what extent do you consider a sleep problem to interfere with your daily functioning?
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## xxxEATINGBODYIMAGExxx
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This respondent did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## purge_1
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## purge_2
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## purge_3
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## purge_4
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## ea_fast
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## eat_change_how_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## xxxSEXUAL_ASSAULTxxx
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person completed the SEXUAL ASSAULT module.
##
## Value This person completed the SEXUAL ASSAULT module.
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_perc_1 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would take the report seriously?
## n missing distinct Info Mean Gmd
## 127 0 4 0.719 3.559 0.6062
##
## Value 1 2 3 4
## Frequency 2 5 40 80
## Proportion 0.016 0.039 0.315 0.630
## ---------------------------------------------------------------------------
## sa_perc_2 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would keep knowledge of the report limited to those who need to know in order for your school to respond properly?
## n missing distinct Info Mean Gmd
## 127 0 4 0.781 3.441 0.7267
##
## Value 1 2 3 4
## Frequency 3 10 42 72
## Proportion 0.024 0.079 0.331 0.567
## ---------------------------------------------------------------------------
## sa_perc_3 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would forward the report outside the campus to criminal investigators?
## n missing distinct Info Mean Gmd
## 127 0 4 0.912 2.732 1.043
##
## Value 1 2 3 4
## Frequency 14 36 47 30
## Proportion 0.110 0.283 0.370 0.236
## ---------------------------------------------------------------------------
## sa_perc_4 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would take steps to protect the safety of the person making the report?
## n missing distinct Info Mean Gmd
## 127 0 4 0.803 3.331 0.8941
##
## Value 1 2 3 4
## Frequency 8 13 35 71
## Proportion 0.063 0.102 0.276 0.559
## ---------------------------------------------------------------------------
## sa_perc_5 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would support the person making the report?
## n missing distinct Info Mean Gmd
## 127 0 4 0.738 3.496 0.7057
##
## Value 1 2 3 4
## Frequency 3 10 35 79
## Proportion 0.024 0.079 0.276 0.622
## ---------------------------------------------------------------------------
## sa_perc_6 : If someone were to report a sexual assault to a campus authority, how likely is it that your school wouldtake corrective action to address factors that may have led to the sexual assault?
## n missing distinct Info Mean Gmd
## 127 0 4 0.907 2.945 1.144
##
## Value 1 2 3 4
## Frequency 16 25 36 50
## Proportion 0.126 0.197 0.283 0.394
## ---------------------------------------------------------------------------
## sa_perc_7 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would take corrective action against the offender?
## n missing distinct Info Mean Gmd
## 127 0 4 0.903 2.906 1.055
##
## Value 1 2 3 4
## Frequency 14 24 49 40
## Proportion 0.110 0.189 0.386 0.315
## ---------------------------------------------------------------------------
## sa_perc_8 : If someone were to report a sexual assault to a campus authority, how likely is it that your school would take steps to protect the person making the report from retaliation?
## n missing distinct Info Mean Gmd
## 127 0 4 0.892 3.063 0.9634
##
## Value 1 2 3 4
## Frequency 5 31 42 49
## Proportion 0.039 0.244 0.331 0.386
## ---------------------------------------------------------------------------
## sa_perc_9 : If someone were to report a sexual assault to a campus authority, how likely is it that students would label the person making the report a troublemaker?
## n missing distinct Info Mean Gmd
## 127 0 4 0.911 2.126 1.086
##
## Value 1 2 3 4
## Frequency 40 46 26 15
## Proportion 0.315 0.362 0.205 0.118
## ---------------------------------------------------------------------------
## sa_perc_10 : If someone were to report a sexual assault to a campus authority, how likely is it that students would support the person making the report?
## n missing distinct Info Mean Gmd
## 127 0 4 0.85 3.055 0.7939
##
## Value 1 2 3 4
## Frequency 2 26 62 37
## Proportion 0.016 0.205 0.488 0.291
## ---------------------------------------------------------------------------
## sa_perc_11 : If someone were to report a sexual assault to a campus authority, how likely is it that alleged offender(s)/associates would retaliate against the person making the report?
## n missing distinct Info Mean Gmd
## 127 0 4 0.909 2.386 1.075
##
## Value 1 2 3 4
## Frequency 24 51 31 21
## Proportion 0.189 0.402 0.244 0.165
## ---------------------------------------------------------------------------
## sa_perc_12 : If someone were to report a sexual assault to a campus authority, how likely is it that the educational achievement/career of the person making the report would suffer?
## n missing distinct Info Mean Gmd
## 127 0 4 0.937 2.551 1.238
##
## Value 1 2 3 4
## Frequency 28 34 32 33
## Proportion 0.220 0.268 0.252 0.260
## ---------------------------------------------------------------------------
## sa_train_pol : Have you received training in policies and procedures regarding incidents of sexual assault?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.577 94 0.7402 0.3877
##
## ---------------------------------------------------------------------------
## sa_train_prev : Have you received training in prevention of sexual assault?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.554 96 0.7559 0.372
##
## ---------------------------------------------------------------------------
## sa_train_use : How useful did you think the training was?
## n missing distinct Info Mean Gmd
## 99 28 5 0.873 3.879 0.9656
##
## Value 1 2 3 4 5
## Frequency 3 3 22 46 25
## Proportion 0.030 0.030 0.222 0.465 0.253
## ---------------------------------------------------------------------------
## sa_res_know : If a friend or I were sexually assaulted, I know where to go to get help.
## n missing distinct Info Mean Gmd
## 127 0 6 0.844 4.244 0.9096
##
## Value 1 2 3 4 5 6
## Frequency 1 8 9 51 57 1
## Proportion 0.008 0.063 0.071 0.402 0.449 0.008
## ---------------------------------------------------------------------------
## sa_proc_know : I understand my school’s formal procedures to address complains of sexual assault.
## n missing distinct Info Mean Gmd
## 127 0 5 0.924 3.638 1.254
##
## Value 1 2 3 4 5
## Frequency 6 18 24 47 32
## Proportion 0.047 0.142 0.189 0.370 0.252
## ---------------------------------------------------------------------------
## sa_proc_conf : I have confidence that my school administers the formal procedures to address complaints of sexual assault fairly.
## n missing distinct Info Mean Gmd
## 127 0 6 0.871 3.898 1.047
##
## Value 1 2 3 4 5 6
## Frequency 5 7 20 60 34 1
## Proportion 0.039 0.055 0.157 0.472 0.268 0.008
## ---------------------------------------------------------------------------
## sa_exp_touch : Forced touching of a sexual nature (forced kissing, touching of private parts, grabbing, fondling, rubbing up against you in a sexual way, even if it was over your clothes)
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.333 110 0.873 0.2235
##
## ---------------------------------------------------------------------------
## sa_exp_oral : Oral sex (someone’s mouth or tongue making contact with your genitals or your mouth or tongue making contact with someone else’s genitals)
## n missing distinct Info Sum Mean Gmd
## 125 2 2 0.241 11 0.088 0.1618
##
## ---------------------------------------------------------------------------
## sa_exp_inc : Sexual intercourse (someone’s penis being put in your vagina or anus)
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.532 29 0.2302 0.3572
##
## ---------------------------------------------------------------------------
## sa_exp_anal : Anal sex (someone’s penis being put in your anus)
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.116 5 0.04032 0.07802
##
## ---------------------------------------------------------------------------
## sa_exp_pen : Sexual penetration with a finger or object (someone putting their finger or an object like a bottle or a candle in your vagina or anus)
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.438 22 0.1774 0.2943
##
## ---------------------------------------------------------------------------
## sa_suc_phyforc_1 : Has anyone had sexual contact with you by using physical force or threatening to physically harm you?
## n missing distinct Info Sum Mean Gmd
## 125 2 2 0.241 11 0.088 0.1618
##
## ---------------------------------------------------------------------------
## sa_att_phyforc : Has anyone attempted but not succeeded in having sexual contact with you by using or threatening to use physical force against you?
## n missing distinct Info Sum Mean Gmd
## 124 3 2 0.262 12 0.09677 0.1762
##
## ---------------------------------------------------------------------------
## sa_drunk_1 : Since beginning at your school, has someone had sexual contact with you when you were unable to provide consent or stop what was happening?
## n missing distinct Info Mean Gmd
## 126 1 3 0.749 2.254 0.9389
##
## Value 1 2 3
## Frequency 43 8 75
## Proportion 0.341 0.063 0.595
## ---------------------------------------------------------------------------
## sa_suc_phyforc_2_1
## n missing distinct Info Sum Mean Gmd
## 11 116 2 0.45 9 0.8182 0.3273
##
## ---------------------------------------------------------------------------
## sa_suc_phyforc_2_2
## n missing distinct Info Sum Mean Gmd
## 11 116 2 0.45 2 0.1818 0.3273
##
## ---------------------------------------------------------------------------
## sa_suc_phyforc_2_3
## n missing distinct Info Sum Mean Gmd
## 11 116 2 0.75 6 0.5455 0.5455
##
## ---------------------------------------------------------------------------
## sa_suc_phyforc_2_4
## n missing distinct Info Sum Mean Gmd
## 11 116 2 0.45 2 0.1818 0.3273
##
## ---------------------------------------------------------------------------
## sa_suc_phyforc_2_5
## n missing distinct Info Sum Mean Gmd
## 11 116 2 0.75 5 0.4545 0.5455
##
## ---------------------------------------------------------------------------
## sa_suc_phyforc_2_6
## n missing distinct Info Mean Gmd
## 11 116 1 0 0 0
##
## Value 0
## Frequency 11
## Proportion 1
## ---------------------------------------------------------------------------
## sa_suc_phyforc_missing
## n missing distinct Info Mean Gmd
## 127 0 4 0.238 0.189 0.3537
##
## Value 0 1 2 3
## Frequency 116 2 5 4
## Proportion 0.913 0.016 0.039 0.031
## ---------------------------------------------------------------------------
## sa_drunk_2_1
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.747 23 0.5349 0.5094
##
## ---------------------------------------------------------------------------
## sa_drunk_2_2
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.253 4 0.09302 0.1728
##
## ---------------------------------------------------------------------------
## sa_drunk_2_3
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.659 29 0.6744 0.4496
##
## ---------------------------------------------------------------------------
## sa_drunk_2_4
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.068 1 0.02326 0.04651
##
## ---------------------------------------------------------------------------
## sa_drunk_2_5
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.497 9 0.2093 0.3389
##
## ---------------------------------------------------------------------------
## sa_drunk_2_6
## n missing distinct Info Mean Gmd
## 43 84 1 0 0 0
##
## Value 0
## Frequency 43
## Proportion 1
## ---------------------------------------------------------------------------
## sa_drunk_2_6_text
## n missing distinct value
## 84 43 1 -
##
## Value -
## Frequency 84
## Proportion 1
## ---------------------------------------------------------------------------
## sa_drunk_2_7
## n missing distinct Info Mean Gmd
## 43 84 1 0 0 0
##
## Value 0
## Frequency 43
## Proportion 1
## ---------------------------------------------------------------------------
## sa_drunk_2_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.7 0.5197 0.7809
##
## Value 0 1 2 3 4
## Frequency 84 27 11 3 2
## Proportion 0.661 0.213 0.087 0.024 0.016
## ---------------------------------------------------------------------------
## sa_drunk_3 : Just prior to the incident(s), had you been drinking alcohol?
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.133 41 0.9535 0.09081
##
## ---------------------------------------------------------------------------
## sa_drunk_4 : Were you drunk?
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.195 40 0.9302 0.1329
##
## ---------------------------------------------------------------------------
## sa_drunk_5 : Just prior to the incident(s), had you voluntarily been taking or using any drugs other than alcohol?
## n missing distinct Info Sum Mean Gmd
## 43 84 2 0.253 4 0.09302 0.1728
##
## ---------------------------------------------------------------------------
## sa_drunk_6 : Just prior to the incident(s), had you been given a drug without your knowledge or consent?
## n missing distinct Info Mean Gmd
## 43 84 3 0.544 2.093 0.412
##
## Value 1 2 3
## Frequency 3 33 7
## Proportion 0.070 0.767 0.163
## ---------------------------------------------------------------------------
## sa_who_1
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.647 40 0.315 0.4349
##
## ---------------------------------------------------------------------------
## sa_who_2
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_who_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.716 50 0.3937 0.4812
##
## ---------------------------------------------------------------------------
## sa_who_4
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_who_5
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_who_6
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_who_7
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_who_8
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.474 25 0.1969 0.3187
##
## ---------------------------------------------------------------------------
## sa_who_9
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## sa_who_10
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## sa_who_11
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.135 6 0.04724 0.09074
##
## ---------------------------------------------------------------------------
## sa_who_12
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.092 4 0.0315 0.06149
##
## ---------------------------------------------------------------------------
## sa_who_12_text
## n missing distinct
## 4 123 4
##
## Value Fellow student at lodges friend
## Frequency 1 1
## Proportion 0.25 0.25
##
## Value ra Random student
## Frequency 1 1
## Proportion 0.25 0.25
## ---------------------------------------------------------------------------
## sa_who_missing
## n missing distinct Info Mean Gmd
## 127 0 3 0.331 1.134 0.2377
##
## Value 1 2 3
## Frequency 111 15 1
## Proportion 0.874 0.118 0.008
## ---------------------------------------------------------------------------
## sa_who_stud : Was this person a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 3 0.548 1.262 0.4126
##
## Value 1 2 3
## Frequency 96 27 3
## Proportion 0.762 0.214 0.024
## ---------------------------------------------------------------------------
## sa_who_employ : Was this person affiliated with your school as an employee, staff, or faculty member?
## n missing distinct Info Mean Gmd
## 118 9 3 0.122 1.992 0.08359
##
## Value 1 2 3
## Frequency 3 113 2
## Proportion 0.025 0.958 0.017
## ---------------------------------------------------------------------------
## sa_who_gender : What was the gender of the individual who did this to you?
## n missing distinct Info Mean Gmd
## 127 0 3 0.198 1.087 0.1642
##
## Value 1 2 4
## Frequency 118 8 1
## Proportion 0.929 0.063 0.008
## ---------------------------------------------------------------------------
## sa_op_substance_1
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.491 100 0.7937 0.3302
##
## ---------------------------------------------------------------------------
## sa_op_substance_2
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.632 88 0.6984 0.4246
##
## ---------------------------------------------------------------------------
## sa_op_substance_3
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.239 11 0.0873 0.1606
##
## ---------------------------------------------------------------------------
## sa_op_substance_4
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.092 4 0.03175 0.06197
##
## ---------------------------------------------------------------------------
## sa_op_substance_5
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.333 16 0.127 0.2235
##
## ---------------------------------------------------------------------------
## sa_op_substance_missing
## n missing distinct Info Mean Gmd
## 127 0 5 0.778 1.724 0.6799
##
## Value 0 1 2 3 4
## Frequency 1 46 71 5 4
## Proportion 0.008 0.362 0.559 0.039 0.031
## ---------------------------------------------------------------------------
## sa_frighten : How frightened were you by the incident?
## n missing distinct Info Mean Gmd
## 127 0 4 0.929 2.488 1.141
##
## Value 1 2 3 4
## Frequency 26 37 40 24
## Proportion 0.205 0.291 0.315 0.189
## ---------------------------------------------------------------------------
## sa_loc_off
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.713 49 0.3889 0.4791
##
## ---------------------------------------------------------------------------
## sa_loc_on
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.689 81 0.6429 0.4629
##
## ---------------------------------------------------------------------------
## sa_loc_missing
## n missing distinct Info Mean Gmd
## 127 0 3 0.113 1.024 0.07724
##
## Value 0 1 2
## Frequency 1 122 4
## Proportion 0.008 0.961 0.031
## ---------------------------------------------------------------------------
## sa_tell_1
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## sa_tell_2
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.749 61 0.4803 0.5032
##
## ---------------------------------------------------------------------------
## sa_tell_3
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.348 110 0.8661 0.2337
##
## ---------------------------------------------------------------------------
## sa_tell_4
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## sa_tell_5
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.113 5 0.03937 0.07624
##
## ---------------------------------------------------------------------------
## sa_tell_6
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.257 12 0.09449 0.1725
##
## ---------------------------------------------------------------------------
## sa_tell_7
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.135 6 0.04724 0.09074
##
## ---------------------------------------------------------------------------
## sa_tell_8
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.023 1 0.007874 0.01575
##
## ---------------------------------------------------------------------------
## sa_tell_9
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.156 7 0.05512 0.105
##
## ---------------------------------------------------------------------------
## sa_tell_10
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## sa_tell_11
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.198 9 0.07087 0.1327
##
## ---------------------------------------------------------------------------
## sa_tell_12
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.069 3 0.02362 0.04649
##
## ---------------------------------------------------------------------------
## sa_tell_12_text
## n missing distinct
## 3 124 3
##
## Value An older boy in the fraternity Most of my Friends
## Frequency 1 1
## Proportion 0.333 0.333
##
## Value My dog
## Frequency 1
## Proportion 0.333
## ---------------------------------------------------------------------------
## sa_tell_missing
## n missing distinct Info Mean Gmd
## 127 0 7 0.849 1.89 1.148
##
## Value 1 2 3 4 5 6 8
## Frequency 60 45 11 3 5 2 1
## Proportion 0.472 0.354 0.087 0.024 0.039 0.016 0.008
## ---------------------------------------------------------------------------
## sa_sch_report : Did you use your school's formal procedures to report the incident(s)?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.276 13 0.1024 0.1852
##
## ---------------------------------------------------------------------------
## sa_sch_help : Did your school's formal procedures help you deal with the problem?
## n missing distinct Info Mean Gmd
## 13 114 3 0.816 3.385 0.8205
##
## Value 2 3 4
## Frequency 2 4 7
## Proportion 0.154 0.308 0.538
## ---------------------------------------------------------------------------
## sa_nodiscl_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## stalk : In the past 12 months, have you experienced stalking (e.g., someone waiting for you outside of your home, classroom, or workplace; repeated unwanted emails/phone calls)?
## n missing distinct Info Sum Mean Gmd
## 127 0 2 0.113 5 0.03937 0.07624
##
## ---------------------------------------------------------------------------
## xxxOVERALL_HEALTH
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## chronic_prompt
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## chronic_11_text
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## chronic_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1.3e+07 0
##
## Value -12999987
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## exercise : In the past 30 days, about how many hours per week on average did you spend exercising?
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## ex_change_how_text
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## birthcontrol_prompt
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## birthcontrol_1_10_text
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## birthcontrol_1_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1.2e+07 0
##
## Value -11999988
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## witness_6_text
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## witness_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -7e+06 0
##
## Value -6999993
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## inter_y_6_text
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## inter_y_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -7e+06 0
##
## Value -6999993
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## inter_n_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## NotInterveneBC_PROMPT
## n missing distinct Info Mean Gmd
## 127 0 1 0 -1e+06 0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## NotInterveneBC_missing
## n missing distinct Info Mean Gmd
## 127 0 1 0 0 0
##
## Value 0
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## xxxCAMPUS_CLIMATE_AND_CULTURE
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## xxxSTRESS_AND_COMPETITIONxxx
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## RES_COP
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## xxxACADEMIC_EXPERIENCES_and_GOALS
## n
## 127
## missing
## 0
## distinct
## 1
## value
## 1
##
## Value 1
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## choose_sch : How much do you agree with the following statement?: If I could make my choice o
## n missing distinct Info Mean Gmd
## 127 0 6 0.847 5 1.357
##
## Value 1 2 3 4 5 6
## Frequency 5 7 3 19 27 66
## Proportion 0.039 0.055 0.024 0.150 0.213 0.520
## ---------------------------------------------------------------------------
## sat_aca : How satisfied are you with your overall academic experience at your school?
## n missing distinct Info Mean Gmd
## 127 0 6 0.896 4.858 1.197
##
## Value 1 2 3 4 5 6
## Frequency 5 2 5 23 51 41
## Proportion 0.039 0.016 0.039 0.181 0.402 0.323
## ---------------------------------------------------------------------------
## transfer_int : How much do you agree with the following statement?: I will transfer to another
## n missing distinct Info Mean Gmd
## 127 0 5 0.601 1.417 0.6802
##
## Value 1 2 3 4 6
## Frequency 93 24 5 3 2
## Proportion 0.732 0.189 0.039 0.024 0.016
## ---------------------------------------------------------------------------
## grad_likely : What is the likelihood that you will graduate from your current school?
## n missing distinct Info Mean Gmd
## 126 1 5 0.51 4.683 0.5397
##
## Value 1 2 3 4 5
## Frequency 3 1 2 21 99
## Proportion 0.024 0.008 0.016 0.167 0.786
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_fin
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.8 2 0.5 0.6667
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_MenEmoHealhProbs
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.8 2 0.5 0.6667
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_otherhealth
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.6 1 0.25 0.5
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_familyOblig
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.6 1 0.25 0.5
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_FamRelDiff
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.6 1 0.25 0.5
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_Acad
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.6 1 0.25 0.5
##
## ---------------------------------------------------------------------------
## persist_challenge_7
## n missing distinct Info Mean Gmd
## 4 123 1 0 0 0
##
## Value 0
## Frequency 4
## Proportion 1
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_lackMotiv
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.6 3 0.75 0.5
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_workCommitments
## n missing distinct Info Mean Gmd
## 4 123 1 0 0 0
##
## Value 0
## Frequency 4
## Proportion 1
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_CareerOpp
## n missing distinct Info Sum Mean Gmd
## 4 123 2 0.6 1 0.25 0.5
##
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_other
## n missing distinct Info Mean Gmd
## 4 123 1 0 0 0
##
## Value 0
## Frequency 4
## Proportion 1
## ---------------------------------------------------------------------------
## Chall_Stop_Deg_missing
## n missing distinct Info Mean Gmd
## 127 0 4 0.092 0.09449 0.186
##
## Value 0 1 3 5
## Frequency 123 1 2 1
## Proportion 0.969 0.008 0.016 0.008
## ---------------------------------------------------------------------------
## highestdeg : What is the highest degree you plan to pursue?
## n missing distinct Info Mean Gmd
## 121 6 4 0.879 3.372 1.07
##
## Value 2 3 4 6
## Frequency 21 54 36 10
## Proportion 0.174 0.446 0.298 0.083
## ---------------------------------------------------------------------------
## doubt_school_1 : I have doubts about whether college is worth the time, money, and effort that I’m spending on it.
## n missing distinct Info Mean Gmd
## 121 6 6 0.944 2.678 1.695
##
## Value 1 2 3 4 5 6
## Frequency 34 35 11 25 9 7
## Proportion 0.281 0.289 0.091 0.207 0.074 0.058
## ---------------------------------------------------------------------------
## doubt_school_2 : I have doubts about whether graduate school] is worth the time, money, and effort that I’m spending on it.
## n missing distinct Info Mean Gmd
## 5 122 3 0.9 4.4 1.6
##
## Value 3 5 6
## Frequency 2 2 1
## Proportion 0.4 0.4 0.2
## ---------------------------------------------------------------------------
## fam_support_aca : My family is very supportive of my educational goals.
## n missing distinct Info Mean Gmd
## 125 2 4 0.593 5.656 0.5443
##
## Value 3 4 5 6
## Frequency 2 6 25 92
## Proportion 0.016 0.048 0.200 0.736
## ---------------------------------------------------------------------------
## prof_support_aca : My professors believe in my potential to succeed academically.
## n missing distinct Info Mean Gmd
## 125 2 5 0.84 5.248 0.8746
##
## Value 1 3 4 5 6
## Frequency 2 2 14 50 57
## Proportion 0.016 0.016 0.112 0.400 0.456
## ---------------------------------------------------------------------------
## adjust_aca_1 : How has it been to adjust to the academic demands of college since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 121 6 6 0.931 3.446 1.347
##
## Value 1 2 3 4 5 6
## Frequency 6 18 44 30 15 8
## Proportion 0.050 0.149 0.364 0.248 0.124 0.066
## ---------------------------------------------------------------------------
## adjust_aca_2 : How has it been to adjust to the academic demands of graduate school since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 5 122 2 0.75 3.4 0.6
##
## Value 3 4
## Frequency 3 2
## Proportion 0.6 0.4
## ---------------------------------------------------------------------------
## different_maj : Have you decided to pursue a different major since you began as a student at your school?
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.748 60 0.4762 0.5029
##
## ---------------------------------------------------------------------------
## failed : Have you failed one or more courses since you began as a student at your school?
## n missing distinct Info Sum Mean Gmd
## 126 1 2 0.296 14 0.1111 0.1991
##
## ---------------------------------------------------------------------------
## late_assign : How often have you turned in course assignments late since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 5 0.841 1.794 0.8592
##
## Value 1 2 3 4 5
## Frequency 52 56 13 2 3
## Proportion 0.413 0.444 0.103 0.016 0.024
## ---------------------------------------------------------------------------
## sleep_class : How often have you fallen asleep in class since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 6 0.85 1.913 1.202
##
## Value 1 2 3 4 5 6
## Frequency 64 32 14 12 1 3
## Proportion 0.508 0.254 0.111 0.095 0.008 0.024
## ---------------------------------------------------------------------------
## aca_support_serv : How often have you utilized academic support services (e.g., a writing center, tutor)
## n missing distinct Info Mean Gmd
## 126 1 5 0.777 2.048 0.8124
##
## Value 1 2 3 4 5
## Frequency 28 75 13 9 1
## Proportion 0.222 0.595 0.103 0.071 0.008
## ---------------------------------------------------------------------------
## office_hrs : How often have you interacted with faculty during office hours since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 6 0.891 2.81 1.064
##
## Value 1 2 3 4 5 6
## Frequency 5 51 43 18 8 1
## Proportion 0.040 0.405 0.341 0.143 0.063 0.008
## ---------------------------------------------------------------------------
## faculty_out : How often have you .interacted with faculty outside of class or office hours (e.g., by phone, email, text, or in person) since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 125 2 6 0.94 3.512 1.452
##
## Value 1 2 3 4 5 6
## Frequency 13 9 41 31 25 6
## Proportion 0.104 0.072 0.328 0.248 0.200 0.048
## ---------------------------------------------------------------------------
## advisor_interact : How often have you interacted with academic advisors/counselors (e.g., by phone, email, text, or in person) since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 6 0.888 2.563 1.142
##
## Value 1 2 3 4 5 6
## Frequency 15 56 35 11 7 2
## Proportion 0.119 0.444 0.278 0.087 0.056 0.016
## ---------------------------------------------------------------------------
## gradstud_interact : How often have you interacted with graduate students/teaching assistants (e.g., by phone, email, text, or in person) since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 5 0.468 1.31 0.5342
##
## Value 1 2 3 4 5
## Frequency 102 13 8 2 1
## Proportion 0.810 0.103 0.063 0.016 0.008
## ---------------------------------------------------------------------------
## satisfied_overall : How satisfied are you with your overall social and extracurricular experiences at your school?
## n missing distinct Info Mean Gmd
## 126 1 6 0.901 4.365 1.386
##
## Value 1 2 3 4 5 6
## Frequency 6 9 12 24 56 19
## Proportion 0.048 0.071 0.095 0.190 0.444 0.151
## ---------------------------------------------------------------------------
## studygroup : How often have you studied with other students since you began as a student at your school?
## n missing distinct Info Mean Gmd
## 126 1 6 0.956 4.008 1.496
##
## Value 1 2 3 4 5 6
## Frequency 1 20 24 32 30 19
## Proportion 0.008 0.159 0.190 0.254 0.238 0.151
## ---------------------------------------------------------------------------
## friend_devel : How has it been to develop close friendships with other students at your school?
## n missing distinct Info Mean Gmd
## 126 1 6 0.953 4.159 1.602
##
## Value 1 2 3 4 5 6
## Frequency 8 11 17 31 35 24
## Proportion 0.063 0.087 0.135 0.246 0.278 0.190
## ---------------------------------------------------------------------------
## time_manage : How has it been to manage your time effectively since you began as a student?
## n missing distinct Info Mean Gmd
## 126 1 6 0.95 3.5 1.424
##
## Value 1 2 3 4 5 6
## Frequency 7 22 34 33 24 6
## Proportion 0.056 0.175 0.270 0.262 0.190 0.048
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_anx : Anxiety/stress
## n missing distinct Info Mean Gmd
## 124 3 7 0.936 3.008 1.478
##
## Value 1 2 3 4 5 6 7
## Frequency 11 43 30 23 11 3 3
## Proportion 0.089 0.347 0.242 0.185 0.089 0.024 0.024
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_dep : Depression/suicidality
## n missing distinct Info Mean Gmd
## 125 2 7 0.863 2.192 1.571
##
## Value 1 2 3 4 5 6 7
## Frequency 63 22 11 17 8 2 2
## Proportion 0.504 0.176 0.088 0.136 0.064 0.016 0.016
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_eat : Eating/body image concern
## n missing distinct Info Mean Gmd
## 124 3 6 0.783 1.629 0.8466
##
## Value 1 2 3 4 5 7
## Frequency 69 44 3 6 1 1
## Proportion 0.556 0.355 0.024 0.048 0.008 0.008
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_add_ld : Attention disorder or learning dissability
## n missing distinct Info Mean Gmd
## 125 2 6 0.56 1.536 0.8877
##
## Value 1 2 3 4 5 7
## Frequency 95 8 12 7 2 1
## Proportion 0.760 0.064 0.096 0.056 0.016 0.008
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_substance : Alcohol/substance abuse
## n missing distinct Info Mean Gmd
## 125 2 6 0.815 1.712 0.9474
##
## Value 1 2 3 4 6 7
## Frequency 67 39 12 5 1 1
## Proportion 0.536 0.312 0.096 0.040 0.008 0.008
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_phys_health : Physical health condition
## n missing distinct Info Mean Gmd
## 125 2 7 0.671 1.624 0.9819
##
## Value 1 2 3 4 5 6 7
## Frequency 86 17 11 8 1 1 1
## Proportion 0.688 0.136 0.088 0.064 0.008 0.008 0.008
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_phys_assault : Physical assault
## n missing distinct Info Mean Gmd
## 125 2 4 0.18 1.136 0.2632
##
## Value 1 2 4 7
## Frequency 117 5 2 1
## Proportion 0.936 0.040 0.016 0.008
## ---------------------------------------------------------------------------
## MHC_Impact_AcadPerf_past12mo_sex_assault : Sexual assault
## n missing distinct Info Mean Gmd
## 125 2 7 0.754 1.752 1.141
##
## Value 1 2 3 4 5 6 7
## Frequency 77 29 6 6 3 1 3
## Proportion 0.616 0.232 0.048 0.048 0.024 0.008 0.024
## ---------------------------------------------------------------------------
## FinancialStress
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## Q_MHA
## n
## 127
## missing
## 0
## distinct
## 1
## value
## This person did not complete this module and thus their missing data on this module's variables should be coded -999999 so that SPSS knows to ignore these cases when trying to use these variables in analyses.
##
## ---------------------------------------------------------------------------
## Q_MHA3
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## Q_MHA4
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## Q_MHA7
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## Q_MHA8
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## Q_MHA15
## n missing distinct value
## 127 0 1 -999999.0
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
## Q_MHA20
## n missing distinct value
## 127 0 1 -999999
##
## Value -999999
## Frequency 127
## Proportion 1
## ---------------------------------------------------------------------------
##
## Variables with all observations missing:
##
## [1] degree_other_text
## [2] enroll_text
## [3] residenc_text
## [4] disab_prompt
## [5] PHQ9prompt
## [6] phq2_prompt
## [7] sib_prompt
## [8] assault_any
## [9] assault_emo
## [10] assault_phys
## [11] assault_sexr
## [12] assault_sexnr
## [13] drugPROMPT
## [14] dx_prompt
## [15] dx_dep_prompt
## [16] dx_ax_prompt
## [17] dx_att_prompt
## [18] dx_att_3_text
## [19] dx_ea_prompt
## [20] dx_psy_prompt
## [21] dx_psy_7_text
## [22] dx_perso_prompt
## [23] dx_perso_11_text
## [24] dx_sa_prompt
## [25] dx_sa_2_text
## [26] QINT_PROMPT
## [27] TakenMed_12moPROMPT
## [28] Meds_reason_PROMPT
## [29] meds_w_prompt
## [30] CurrTakMed_PROMPT
## [31] why_tx_prompt
## [32] why_tx_prompt_2
## [33] ReduceTxOrMed12mo_prompt
## [34] BarrierTxOrMed12mo_PROMPT
## [35] MentalSupp12mo_PROMPT
## [36] QINT_MHPaffAcad_PROMPT
## [37] ins_inad_PROMPT
## [38] MHL_HowKnowledgeableMI
## [39] dep_tx_know_prompt
## [40] dep_tx_know_1
## [41] dep_tx_know_2
## [42] dep_tx_know_3
## [43] dep_tx_know_4
## [44] dep_sx_know_prompt
## [45] dep_sx_know_1
## [46] dep_sx_know_2
## [47] dep_sx_know_3
## [48] dep_sx_know_4
## [49] anx_help_know_prompt
## [50] anx_help_know_1
## [51] anx_help_know_2
## [52] anx_help_know_3
## [53] anx_help_know_4
## [54] ea_sx_know_prompt
## [55] ea_sx_know_1
## [56] ea_sx_know_2
## [57] ea_sx_know_3
## [58] ea_sx_know_4
## [59] ea_sx_know_5
## [60] ea_sx_know_6
## [61] MHL_canRecogOthersEmoDist
## [62] MHL_confidHelpPersWmhp
## [63] MHL_MHgatekeeper_training_taken
## [64] Aware_MH_outreach_onCamp
## [65] heard_Qual_MHSonCamp
## [66] Good_supp_sys_on_camp
## [67] How_helpful_meds_if_future_MHC
## [68] How_helpful_tx_if_future_MHC
## [69] I_am_person_w_MI
## [70] when_feel_dep_I_keep_feelings_secret
## [71] I_feel_ashamed_having_MI
## [72] Keep_my_MI_secret
## [73] Wish_I_could_disclose_my_MI
## [74] PercStig_MHtx_sign_pers_fail
## [75] PercStig_MHtx_think_less
## [76] SocDist_I_acc_pers_MHtx
## [77] PersonStig_MHtx_sign_pers_fail
## [78] NumFriendFamEverSH_MHP
## [79] audit_1
## [80] audit_2
## [81] audit_3_f
## [82] audit_3_m
## [83] audit_3_o
## [84] audit_4
## [85] audit_5
## [86] audit_6
## [87] audit_7
## [88] audit_8
## [89] audit_9
## [90] audit_10
## [91] alc_tx
## [92] risk_alc
## [93] risk_cig
## [94] risk_mar
## [95] risk_presc
## [96] peer_alc_1
## [97] peer_alc_2
## [98] peer_alc_3
## [99] peer_alc_4
## [100] peer_perc_prompt
## [101] alc_prob
## [102] isi_prompt
## [103] isi_score
## [104] wcs_1_f
## [105] wcs_1_m
## [106] wcs_1_o
## [107] wcs_2
## [108] wcs_3
## [109] wcs_4
## [110] wcs_5
## [111] body_con_change
## [112] fresh15
## [113] weigh_freq
## [114] weight_ideal
## [115] binge
## [116] purge_prompt
## [117] diet
## [118] eat_change
## [119] eat_change_prompt
## [120] eat_change_how_1
## [121] eat_change_how_2
## [122] eat_change_how_3
## [123] eat_change_how_4
## [124] eat_change_how_5
## [125] eat_change_how_6
## [126] eat_change_how_7
## [127] eat_change_how_8
## [128] eat_change_how_9
## [129] eat_change_how_10
## [130] eat_change_how_11
## [131] eat_change_how_12
## [132] eat_change_how_13
## [133] eat_change_how_14
## [134] eat_change_how_15
## [135] eat_change_how_15_text
## [136] ed_peer
## [137] sa_perc_prompt
## [138] sa_exp_prompt
## [139] sa_suc_prompt
## [140] sa_suc_phyforc_prompt
## [141] sa_suc_phyforc_2_6_text
## [142] sa_drunk_prompt
## [143] sa_drunk_prompt_2
## [144] sa_who_prompt
## [145] sa_who_prompt_2
## [146] sa_who_gender_text
## [147] sa_op_substance_prompt
## [148] sa_loc_prompt
## [149] sa_tell_prompt
## [150] sa_nodiscl_prompt
## [151] sa_nodiscl_1
## [152] sa_nodiscl_2
## [153] sa_nodiscl_3
## [154] sa_nodiscl_4
## [155] sa_nodiscl_5
## [156] sa_nodiscl_6
## [157] sa_nodiscl_7
## [158] sa_nodiscl_8
## [159] sa_nodiscl_9
## [160] sa_nodiscl_10
## [161] sa_nodiscl_11
## [162] sa_nodiscl_12
## [163] sa_nodiscl_13
## [164] sa_nodiscl_14
## [165] sa_nodiscl_15
## [166] sa_nodiscl_16
## [167] sa_nodiscl_17
## [168] sa_nodiscl_18
## [169] sa_nodiscl_19
## [170] sa_nodiscl_20
## [171] sa_nodiscl_21
## [172] sa_nodiscl_22
## [173] sa_nodiscl_23
## [174] sa_nodiscl_24
## [175] sa_nodiscl_24_text
## [176] health_overall
## [177] chronic_1
## [178] chronic_2
## [179] chronic_3
## [180] chronic_4
## [181] chronic_5
## [182] chronic_6
## [183] chronic_7
## [184] chronic_8
## [185] chronic_9
## [186] chronic_10
## [187] chronic_11
## [188] chronic_12
## [189] chronic_13
## [190] ex_change
## [191] ex_change_how
## [192] veget
## [193] vegan
## [194] rawfood
## [195] veget_imp
## [196] vegan_imp
## [197] rawfood_imp
## [198] fruit_veg
## [199] nutr_know
## [200] cal_know
## [201] cal_count
## [202] sex_year
## [203] sexp_f
## [204] sexp_m
## [205] sexp_tr
## [206] sex_month
## [207] sex_month_oral
## [208] sex_month_vag
## [209] sex_month_anal
## [210] birthcontrol_1_1
## [211] birthcontrol_1_2
## [212] birthcontrol_1_3
## [213] birthcontrol_1_4
## [214] birthcontrol_1_5
## [215] birthcontrol_1_6
## [216] birthcontrol_1_7
## [217] birthcontrol_1_8
## [218] birthcontrol_1_9
## [219] birthcontrol_1_10
## [220] birthcontrol_1_11
## [221] birthcontrol_1_12
## [222] birthcontrol_2
## [223] pregnant1
## [224] pregnant2
## [225] climate_we_camp_look_out_each_oth
## [226] climate_I_resp_help_friend_strugg
## [227] climate_I_resp_help_classmate_strugg
## [228] WitnessRiskySituationPROMPT
## [229] witness_1
## [230] witness_2
## [231] witness_3
## [232] witness_4
## [233] witness_5
## [234] witness_6
## [235] witness_7
## [236] inter_hy_dr
## [237] inter_hy_sa
## [238] inter_hy_hl
## [239] QINT_intervene_saw_EmoDis_SuiTh
## [240] inter_y_prompt
## [241] inter_y_1
## [242] inter_y_2
## [243] inter_y_3
## [244] Past12mo_intervene_saw_EmoDis_SuiTh
## [245] inter_y_5
## [246] inter_y_6
## [247] inter_y_7
## [248] Past12mo_intervene_perc_effectiv
## [249] inter_n_prompt
## [250] inter_n_1
## [251] inter_n_2
## [252] inter_n_3
## [253] Past12mo_witnessed_EmoDis_SuiTh
## [254] inter_n_5
## [255] inter_n_6
## [256] inter_n_6_text
## [257] inter_n_7
## [258] NotInterveneBC_afraidEmbar
## [259] NotInterveneBC_assumeOtherHelp
## [260] NotInterveneBC_notKnowHowHelp
## [261] NotInterveneBC_NotConfid
## [262] NotInterveneBC_notMyBusin
## [263] NotInterveneBC_afraidFriendsNotSup
## [264] NotInterveneBC_wasUnsafe
## [265] NotInterveneBC_AfraidGetInTroub
## [266] NotInterveneBC_other
## [267] NotInterveneBC_otherTEXT
## [268] belong1
## [269] belong2
## [270] belong3
## [271] belong4
## [272] belong5
## [273] belong6
## [274] belong7
## [275] belong8
## [276] belong9
## [277] mh_mission
## [278] climate_MH_priority
## [279] cliimate_encour_Disc_MH
## [280] climate_stud_work_promo_MH
## [281] climate_admin_list_stud_conc_reg_MH
## [282] climate_camp_env_neg_imp_stud_MH
## [283] climate_camp_env_neg_imp_eatingBI
## [284] safe_on_day
## [285] safe_on_night
## [286] safe_off_day
## [287] safe_off_night
## [288] I_exposed_diversity_atmySch
## [289] PercPersonalDiscrim
## [290] stress_prompt
## [291] stress1
## [292] stress2
## [293] stress3
## [294] stress4
## [295] compet_cl
## [296] compet_sch
## [297] compet_field
## [298] grade_curv
## [299] achieve1
## [300] achieve2
## [301] achieve3
## [302] achieve4
## [303] achieve5
## [304] achieve6
## [305] achieve7
## [306] achieve8
## [307] achieve9
## [308] achieve10
## [309] achieve11
## [310] achieve12
## [311] achieve13
## [312] achieve14
## [313] achieve15
## [314] achieve16
## [315] achieve17
## [316] achieve18
## [317] cope1
## [318] cope2
## [319] cope3
## [320] cope4
## [321] cope5
## [322] cope6
## [323] cope7
## [324] cope8
## [325] cope9
## [326] cope10
## [327] cope11
## [328] cope12
## [329] cope13
## [330] cope14
## [331] cope15
## [332] cope16
## [333] cope17
## [334] cope18
## [335] cope19
## [336] cope20
## [337] cope21
## [338] cope22
## [339] cope23
## [340] cope24
## [341] cope25
## [342] cope26
## [343] cope27
## [344] cope28
## [345] selfcomp_prompt
## [346] selfcomp1
## [347] selfcomp2
## [348] selfcomp3
## [349] selfcomp4
## [350] selfcomp5
## [351] selfcomp6
## [352] selfcomp7
## [353] selfcomp8
## [354] selfcomp9
## [355] selfcomp10
## [356] selfcomp11
## [357] selfcomp12
## [358] Chall_Stop_Deg_PROMPT
## [359] Chall_Stop_Deg_otherTEXT
## [360] highestdeg_text
## [361] MHC_Impact_AcadPerf_past12mo_PROMPT
## [362] fin_comp1
## [363] fin_comp2
## [364] pay_worry
## [365] pay_fam
## [366] pay_self
## [367] pay_grant
## [368] pay_loan
## [369] pay_other
## [370] pay_diff_sch
## [371] pay_diff_book
## [372] pay_diff_food
## [373] pay_diff_transp
## [374] pay_diff_child
## [375] pay_diff_health
## [376] pay_diff_house
## [377] work_on
## [378] work_off
## [379] work_impa
## [380] Q_MHA1
## [381] Q_MHA2
## [382] Q_MHA5
## [383] Q_MHA6
## [384] Q_MHA9
## [385] QMHA10
## [386] Q_MHA11
## [387] Q_MHA12
## [388] Q_MHA13
## [389] Q_MHA14
## [390] Q_MHA16
## [391] Q_MHA17
## [392] Q_MHA18
## [393] Q_MHA19
## [394] Q152
## [395] Q153
library(psych)
describe(formal_disa_obs)
## vars n mean sd
## schoolnum 1 127 16.00 0.00
## nrweight 2 127 0.82 0.22
## survey* 3 127 NaN NA
## responseid* 4 127 NaN NA
## Q2_1* 5 127 NaN NA
## age 6 127 20.17 1.41
## sex_birth 7 127 1.89 0.31
## gender 8 127 1.94 0.55
## gender_text* 9 127 NaN NA
## sexual 10 127 1.26 0.76
## sexual_text* 11 127 NaN NA
## relship 12 127 1.32 0.63
## relship_text* 13 127 NaN NA
## race_his 14 127 0.09 0.28
## race_white 15 127 0.79 0.41
## race_black 16 127 0.09 0.28
## race_asian 17 127 0.13 0.33
## race_ainaan 18 127 0.02 0.15
## race_mides 19 127 0.02 0.12
## race_pi 20 127 0.02 0.12
## race_haw 21 127 0.00 0.00
## race_other 22 127 0.03 0.18
## race_other_text* 23 127 NaN NA
## citizen 24 127 0.93 0.26
## fincur 25 127 2.23 0.68
## finpast 26 127 2.91 0.79
## educ_par1 27 127 6.03 1.20
## educ_par2 28 127 -7868.11 88736.09
## educ_par1_rel 29 127 -220471.18 416207.23
## educ_par2_rel 30 127 -236218.96 426441.69
## religios 31 127 2.07 1.03
## relig_aff_c 32 127 0.65 0.48
## relig_aff_j 33 127 0.05 0.21
## relig_aff_m 34 127 0.01 0.09
## relig_aff_b 35 127 0.01 0.09
## relig_aff_h 36 127 0.02 0.12
## relig_aff_a 37 127 0.23 0.42
## relig_aff_other 38 127 0.02 0.15
## relig_aff_other_text* 39 127 NaN NA
## relig_aff_no 40 127 0.03 0.18
## degree_bach 41 127 0.93 0.26
## degree_ma 42 127 0.00 0.00
## degree_jd 43 127 0.03 0.18
## degree_md 44 127 0.01 0.09
## degree_phd 45 127 0.00 0.00
## degree_other 46 127 0.00 0.00
## degree_other_text* 47 127 NaN NA
## degree_ass 48 127 0.03 0.18
## transfer 49 118 2.97 0.18
## yr_sch 50 126 2.71 1.10
## enroll 51 127 1.00 0.00
## enroll_text* 52 127 NaN NA
## field_hum 53 127 0.33 0.47
## field_nat 54 127 0.31 0.47
## field_soc 55 127 0.30 0.46
## field_arc 56 127 0.00 0.00
## field_art 57 127 0.07 0.26
## field_bus 58 127 0.28 0.45
## field_den 59 127 0.00 0.00
## field_ed 60 127 0.03 0.18
## field_eng 61 127 0.00 0.00
## field_law 62 127 0.03 0.18
## field_med 63 127 0.01 0.09
## field_mus 64 127 0.03 0.18
## field_nur 65 127 0.01 0.09
## field_pharm 66 127 0.02 0.12
## field_prep 67 127 0.09 0.29
## field_ph 68 127 0.08 0.27
## field_pp 69 127 0.06 0.23
## field_sw 70 127 0.00 0.00
## field_und 71 127 0.02 0.12
## field_other 72 127 0.05 0.21
## field_other_text* 73 127 NaN NA
## gpa_sr 74 126 3.01 1.79
## aca_impa 75 127 2.20 0.99
## timeclass 76 126 5.03 0.93
## timestud 77 122 5.06 1.26
## persist 78 127 1.54 0.94
## residenc 79 127 1.98 1.49
## residenc_text* 80 127 NaN NA
## activ_ac 81 127 0.36 0.48
## activ_athc 82 127 0.17 0.38
## activ_athv 83 127 0.09 0.29
## activ_athi 84 127 0.11 0.31
## activ_cs 85 127 0.46 0.50
## activ_cu 86 127 0.11 0.31
## activ_da 87 127 0.11 0.31
## activ_fs 88 127 0.43 0.50
## activ_gs 89 127 0.06 0.24
## activ_gov 90 127 0.13 0.33
## activ_hw 91 127 0.06 0.24
## activ_mp 92 127 0.09 0.28
## activ_md 93 127 0.10 0.30
## activ_rel 94 127 0.13 0.34
## activ_soc 95 127 0.09 0.29
## activ_art 96 127 0.08 0.27
## activ_other 97 127 0.12 0.32
## activ_other_text* 98 127 NaN NA
## activ_none 99 127 0.06 0.24
## military 100 127 1.00 0.00
## disab_prompt 101 0 NaN NA
## disab_1_1 102 127 0.09 0.29
## disab_1_2 103 127 0.00 0.00
## disab_1_3 104 127 0.02 0.12
## disab_1_4 105 127 0.06 0.23
## disab_1_5 106 127 0.00 0.00
## disab_1_6 107 127 0.03 0.18
## disab_1_7 108 127 0.00 0.00
## disab_1_8 109 127 0.18 0.39
## disab_1_9 110 127 0.00 0.00
## disab_1_10 111 127 0.02 0.15
## disab_1_11 112 127 0.02 0.15
## disab_1_11_text* 113 127 NaN NA
## disab_1_12 114 127 0.50 0.50
## disab_2 115 127 -511809.61 501840.55
## disab_3 116 127 -503935.87 501964.79
## Q3_1 117 127 1.00 0.00
## diener1 118 127 5.50 1.31
## diener2 119 127 5.69 1.12
## diener3 120 127 5.59 1.04
## diener4 121 127 5.85 1.05
## diener5 122 127 5.96 1.06
## diener6 123 126 5.79 1.10
## diener7 124 127 5.60 1.30
## diener8 125 127 5.60 1.24
## diener_score 126 126 45.58 6.80
## PHQ9prompt 127 0 NaN NA
## phq9_1 128 127 1.87 0.76
## phq9_2 129 127 1.97 0.78
## phq9_3 130 127 2.27 1.02
## phq9_4 131 125 2.50 0.94
## phq9_5 132 126 2.01 0.98
## phq9_6 133 127 1.93 0.94
## phq9_7 134 127 1.92 0.99
## phq9_8 135 127 1.31 0.75
## phq9_9 136 127 1.24 0.60
## dep_impa 137 124 1.91 0.65
## deprawsc 138 127 -15740.12 124993.07
## phq2_prompt 139 0 NaN NA
## phq2_1 140 127 2.28 1.04
## phq2_2 141 127 2.26 1.02
## gad7_1 142 127 2.25 0.90
## gad7_2 143 127 2.04 0.98
## gad7_3 144 127 2.24 0.95
## gad7_4 145 127 1.94 0.99
## gad7_5 146 126 1.39 0.73
## gad7_6 147 127 1.97 0.94
## gad7_7 148 127 1.65 0.92
## gad7_impa 149 120 1.94 0.70
## anx_score 150 126 6.51 5.03
## height_ft 151 127 5.68 2.85
## height_in 152 127 5.05 0.28
## weight 153 127 146.09 33.86
## thin_good 154 126 0.39 0.49
## body_sr 155 127 3.39 0.79
## scoff_1 156 127 0.17 0.38
## scoff_2 157 127 0.39 0.49
## scoff_3 158 127 0.06 0.24
## scoff_4 159 127 0.21 0.41
## scoff_5 160 126 0.17 0.38
## ed_scoff 161 126 1.02 1.17
## sib_prompt 162 0 NaN NA
## sib_cut 163 127 0.09 0.28
## sib_burn 164 127 0.01 0.09
## sib_punch 165 127 0.10 0.30
## sib_scratch 166 127 0.15 0.36
## sib_pull 167 127 0.09 0.29
## sib_bit 168 127 0.08 0.27
## sib_wound 169 127 0.06 0.23
## sib_carv 170 127 0.02 0.12
## sib_rub 171 127 0.05 0.21
## sib_pobj 172 127 0.10 0.30
## sib_other 173 127 0.01 0.09
## sib_other_text* 174 127 NaN NA
## sib_none 175 127 0.67 0.47
## sib_freq 176 30 1.93 1.20
## sui_idea 177 127 0.12 0.32
## sui_plan 178 15 0.47 0.52
## sui_att 179 15 0.00 0.00
## violence_vic 180 127 0.11 0.31
## violence_perp 181 127 0.05 0.21
## assault_any 182 0 NaN NA
## assault_emo 183 0 NaN NA
## assault_phys 184 0 NaN NA
## assault_sexr 185 0 NaN NA
## assault_sexnr 186 0 NaN NA
## alc_any 187 127 0.88 0.32
## binge_fr_f 188 98 2.87 1.29
## binge_fr_m 189 12 3.58 1.62
## binge_fr_o 190 2 1.00 0.00
## smok_freq 191 127 1.17 0.53
## drugPROMPT 192 0 NaN NA
## drug_mar 193 121 0.29 0.46
## drug_coc 194 121 0.04 0.20
## drug_her 195 121 0.00 0.00
## drug_met 196 121 0.00 0.00
## drug_stim 197 121 0.09 0.29
## drug_ect 198 121 0.00 0.00
## drug_other 199 121 0.02 0.16
## drug_none 200 121 0.67 0.47
## drug_other1_text* 201 127 -999999.00 0.00
## drug_other2_text* 202 127 -999999.00 0.00
## drug_other3_text* 203 127 -999999.00 0.00
## druguse_total_missing 204 127 1.06 0.47
## sleep_wk1 205 126 12.59 3.56
## sleep_wd1 206 126 13.74 4.31
## sleep_wk2 207 124 18.85 4.92
## sleep_wd2 208 123 17.18 8.58
## sleep_np1 209 126 3.07 1.86
## sleep_np2 210 94 1.77 0.71
## XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS* 211 127 NaN NA
## dx_prompt 212 0 NaN NA
## dx_dep 213 124 0.27 0.45
## dx_anx 214 124 0.27 0.44
## dx_attl 215 124 0.10 0.31
## dx_ea 216 124 0.10 0.31
## dx_psy 217 124 0.00 0.00
## dx_pers 218 124 0.01 0.09
## dx_sa 219 124 0.02 0.15
## dx_none 220 124 0.53 0.50
## dx_dk 221 124 0.06 0.25
## dx_total_missing 222 127 1.35 0.72
## dx_dep_prompt 223 0 NaN NA
## dx_dep_1 224 127 0.14 0.35
## dx_dep_2 225 127 0.02 0.15
## dx_dep_3 226 127 0.02 0.15
## dx_dep_4 227 127 0.01 0.09
## dx_dep_5 228 127 0.02 0.12
## dx_dep_5_text* 229 127 NaN NA
## dx_dep_6 230 127 0.07 0.26
## dx_dep_missing 231 127 0.28 0.49
## dx_ax_prompt 232 0 NaN NA
## dx_ax_1 233 127 0.17 0.38
## dx_ax_2 234 127 0.04 0.20
## dx_ax_3 235 127 0.01 0.09
## dx_ax_4 236 127 0.00 0.00
## dx_ax_5 237 127 0.00 0.00
## dx_ax_6 238 127 0.02 0.12
## dx_ax_7 239 127 0.01 0.09
## dx_ax_8 240 127 0.02 0.15
## dx_ax_9 241 127 0.02 0.12
## dx_ax_9_text* 242 127 NaN NA
## dx_ax_10 243 127 0.06 0.24
## dx_att_prompt 244 0 NaN NA
## dx_att_1 245 127 0.09 0.28
## dx_att_2 246 127 0.02 0.12
## dx_att_3 247 127 0.00 0.00
## dx_att_3_text* 248 127 NaN NA
## dx_att_4 249 127 0.01 0.09
## dx_ea_prompt 250 0 NaN NA
## dx_ea_1 251 127 0.03 0.18
## dx_ea_2 252 127 0.02 0.15
## dx_ea_3 253 127 0.02 0.12
## dx_ea_4 254 127 0.02 0.12
## dx_ea_4_text* 255 127 NaN NA
## dx_ea_5 256 127 0.01 0.09
## dx_psy_prompt 257 0 NaN NA
## dx_psy_1 258 127 0.00 0.00
## dx_psy_2 259 127 0.00 0.00
## dx_psy_3 260 127 0.00 0.00
## dx_psy_4 261 127 0.00 0.00
## dx_psy_5 262 127 0.00 0.00
## dx_psy_6 263 127 0.00 0.00
## dx_psy_7 264 127 0.00 0.00
## dx_psy_7_text* 265 127 NaN NA
## dx_psy_8 266 127 0.00 0.00
## dx_perso_prompt 267 0 NaN NA
## dx_perso_1 268 127 0.00 0.00
## dx_perso_2 269 127 0.00 0.00
## dx_perso_3 270 127 0.01 0.09
## dx_perso_4 271 127 0.00 0.00
## dx_perso_5 272 127 0.00 0.00
## dx_perso_6 273 127 0.00 0.00
## dx_perso_7 274 127 0.00 0.00
## dx_perso_8 275 127 0.00 0.00
## dx_perso_9 276 127 0.00 0.00
## dx_perso_10 277 127 0.00 0.00
## dx_perso_11 278 127 0.00 0.00
## dx_perso_11_text* 279 127 NaN NA
## dx_perso_12 280 127 0.00 0.00
## dx_sa_prompt 281 0 NaN NA
## dx_sa_1 282 127 0.02 0.15
## dx_sa_2 283 127 0.00 0.00
## dx_sa_2_text* 284 127 NaN NA
## dx_sa_3 285 127 0.00 0.00
## KnowWhereSHCampus 286 127 5.17 1.28
## Med_Helpful_4dep 287 127 2.92 0.91
## Ther_Helpful_4dep 288 126 3.22 0.77
## Perceived_Stig_1 289 127 3.66 1.25
## Personal_Stig_1 290 127 1.59 0.90
## Past12moPercNeedTx 291 127 4.18 1.73
## QINT_PROMPT 292 0 NaN NA
## QINT_clinician 293 127 0.50 0.50
## QINT_roommate 294 127 0.44 0.50
## QINT_friend 295 127 0.71 0.46
## QINT_SO 296 127 0.24 0.43
## QINT_fam 297 127 0.54 0.50
## QINT_religCouns 298 127 0.06 0.23
## QINT_suppGrp 299 127 0.03 0.18
## QINT_otherNonClin 300 127 0.06 0.23
## QINT_otherNonClinTEXT* 301 127 NaN NA
## QINT_NoOne 302 127 0.04 0.20
## QINT_missing 303 127 2.61 1.22
## PastHS12mo 304 127 0.42 0.50
## PastHS12moNumVisits 305 53 2.58 1.26
## CurrInTx 306 53 0.49 0.50
## CurrInTx_studCouns 307 53 0.79 0.41
## CurrInTx_campHealthServ 308 53 0.04 0.19
## CurrInTx_otherCampCHServ 309 53 0.09 0.30
## CurrInTx_Emergency 310 53 0.00 0.00
## CurrInTx_inpatient 311 53 0.00 0.00
## CurrInTx_partialHosp 312 53 0.02 0.14
## CurrInTx_localProvider 313 53 0.09 0.30
## CurrInTx_ProviderElsewhere 314 53 0.32 0.47
## CurrInTx_other 315 53 0.06 0.23
## CurrInTx_otherTEXT* 316 127 -999999.00 0.00
## CurrInTx_IDK 317 53 0.00 0.00
## sat_hours_1 318 53 3.55 2.19
## sat_loc_1 319 53 3.91 2.26
## sat_qual_1 320 53 3.91 2.25
## sat_priv_1 321 53 4.25 2.34
## sat_sched_1 322 53 3.45 2.20
## sat_hours_2 323 53 0.19 0.98
## sat_loc_2 324 53 0.23 1.15
## sat_qual_2 325 53 0.17 0.87
## sat_priv_2 326 53 0.21 1.06
## sat_sched_2 327 53 0.23 1.15
## sat_hours_3 328 53 0.47 1.53
## sat_loc_3 329 53 0.45 1.54
## sat_qual_3 330 53 0.57 1.77
## sat_priv_3 331 53 0.57 1.77
## sat_sched_3 332 53 0.45 1.50
## sat_hours_4 333 53 0.00 0.00
## sat_loc_4 334 53 0.00 0.00
## sat_qual_4 335 53 0.00 0.00
## sat_priv_4 336 53 0.00 0.00
## sat_sched_4 337 53 0.00 0.00
## sat_hours_5 338 53 0.00 0.00
## sat_loc_5 339 53 0.00 0.00
## sat_qual_5 340 53 0.00 0.00
## sat_priv_5 341 53 0.00 0.00
## sat_sched_5 342 118 0.00 0.00
## sat_hours_6 343 127 0.05 0.53
## sat_loc_6 344 127 0.02 0.27
## sat_qual_6 345 127 0.05 0.53
## sat_priv_6 346 127 0.05 0.53
## sat_sched_6 347 127 0.05 0.53
## sat_hours_7 348 127 0.15 0.86
## sat_loc_7 349 127 0.16 0.90
## sat_qual_7 350 127 0.17 0.95
## sat_priv_7 351 127 0.17 0.98
## sat_sched_7 352 127 0.16 0.90
## sat_hours_8 353 127 0.61 1.69
## sat_loc_8 354 127 0.62 1.67
## sat_qual_8 355 127 0.60 1.65
## sat_priv_8 356 127 0.69 1.87
## sat_sched_8 357 127 0.65 1.74
## sat_hours_9 358 127 0.08 0.64
## sat_loc_9 359 127 0.08 0.64
## sat_qual_9 360 127 0.09 0.75
## sat_priv_9 361 127 0.09 0.75
## sat_sched_9 362 127 0.09 0.69
## HowHelpfulTx4you 363 53 2.00 0.96
## TakenMed_12moPROMPT 364 0 NaN NA
## TakenMed_psychostim 365 126 0.15 0.36
## TakenMed_antidep 366 126 0.19 0.39
## TakenMed_antiPsych 367 126 0.03 0.18
## TakenMed_antiAnx 368 126 0.10 0.31
## TakenMed_moodStab 369 126 0.04 0.20
## TakenMed_sleep 370 126 0.07 0.26
## TakenMed_other 371 126 0.01 0.09
## TakenMed_otherTEXT* 372 127 -999999.00 NA
## TakenMed_NoneOfThese 373 126 0.68 0.47
## TakenMed_IDK 374 126 0.00 0.00
## TakenMed_missing 375 127 1.27 0.84
## Meds_reason_PROMPT 376 0 NaN NA
## meds_reason_1 377 39 0.74 0.44
## meds_reason_2 378 39 0.15 0.37
## meds_reason_3 379 39 0.31 0.47
## meds_reason_4 380 39 0.10 0.31
## meds_reason_5 381 39 0.05 0.22
## meds_reason_5_text* 382 127 NaN NA
## meds_reason_missing 383 127 0.42 0.71
## meds_dis 384 39 2.85 1.01
## meds_w_prompt 385 0 NaN NA
## meds_w_1 386 39 0.28 0.46
## meds_w_2 387 39 0.54 0.51
## meds_w_3 388 39 0.13 0.34
## meds_w_3_text* 389 127 -999999.00 0.00
## meds_w_4 390 39 0.13 0.34
## meds_w_5 391 39 0.00 0.00
## meds_w_missing 392 127 0.33 0.52
## CurrTakMed_PROMPT 393 0 NaN NA
## CurrTakMed_psychostim 394 38 0.34 0.48
## CurrTakMed_antiDep 395 38 0.55 0.50
## CurrTakMed_antiPsych 396 38 0.05 0.23
## CurrTakMed_antiAnx 397 38 0.21 0.41
## CurrTakMed_moodStab 398 38 0.11 0.31
## CurrTakMed_sleep 399 38 0.16 0.37
## CurrTakeMed_other 400 38 0.00 0.00
## CurrTakeMed_otherTEXT* 401 127 -999999.00 0.00
## CurrTakeMed_NoneOfThese 402 38 0.13 0.34
## CurrTakMed_missing 403 38 1.55 0.89
## meds_cur_9 404 113 0.01 0.09
## meds_time_1 405 31 3.19 0.95
## meds_time_2 406 36 3.19 0.75
## meds_time_3 407 29 3.79 0.56
## meds_time_4 408 30 3.37 0.96
## meds_time_5 409 29 3.79 0.49
## meds_time_6 410 31 3.74 0.51
## meds_time_7 411 28 3.93 0.26
## meds_helped_me 412 127 -692912.15 463112.86
## why_tx_prompt 413 0 NaN NA
## why_tx_prompt_2 414 0 NaN NA
## why_tx_1decideOnMyOwn 415 62 0.79 0.41
## why_tx_2friendEncour 416 62 0.29 0.46
## why_tx_3friendPressure 417 62 0.00 0.00
## why_tx_4famEncour 418 62 0.35 0.48
## why_tx_5famPressure 419 62 0.11 0.32
## why_tx_6otherEncour 420 62 0.11 0.32
## why_tx_6otherEncourTEXT* 421 127 -999999.00 0.00
## why_tx_7mandatedByCamp 422 62 0.05 0.22
## why_tx_8GotMoreInfo 423 62 0.00 0.00
## why_tx_8GotMoreInfoTEXT* 424 127 -999999.00 0.00
## why_tx_9otherReason 425 62 0.03 0.18
## why_tx_9otherReasonTEXT* 426 127 NaN NA
## why_tx_missing 427 127 0.85 1.05
## ReduceTxOrMed12mo_prompt 428 0 NaN NA
## ReduceTxOrMed12mo_NoNeed 429 61 0.28 0.45
## ReduceTxOrMed12mo_financial 430 61 0.13 0.34
## ReduceTxOrMed12mo_insuffTime 431 61 0.41 0.50
## ReduceTxOrMed12mo_NotSureWhereGo 432 61 0.05 0.22
## ReduceTxOrMed12mo_DiffFindAppt 433 61 0.20 0.40
## ReduceTxOrMed12mo_PrefDealOnOwnOrWFam 434 61 0.30 0.46
## ReduceTxOrMed12mo_other 435 61 0.10 0.30
## ReduceTxOrMed12mo_noBarriers 436 61 0.21 0.41
## ReduceTxOrMed12mo_otherTEXT* 437 127 NaN NA
## ReduceTxOrMed12mo_missing 438 127 0.80 1.02
## BarrierTxOrMed12mo_PROMPT 439 0 NaN NA
## BarrierTxOrMed12mo_NoChanceButPlan2 440 64 0.03 0.18
## BarrierTxOrMed12mo_NoNeed 441 64 0.62 0.49
## BarrierTxOrMed12mo_financial 442 64 0.06 0.24
## BarrierTxOrMed12mo_insuffTime 443 64 0.16 0.37
## BarrierTxOrMed12mo_NotSureWhereGo 444 64 0.05 0.21
## BarrierTxOrMed12mo_DiffFindAppt 445 64 0.06 0.24
## BarrierTxOrMed12mo_PRefDealOnOwnOrWFam 446 64 0.31 0.47
## BarrierTxOrMed12mo_other 447 64 0.05 0.21
## BarrierTxOrMed12mo_noBarriers 448 64 0.09 0.29
## BarrierTxOrMed12mo_otherTEXT* 449 127 NaN NA
## BarrierTxOrMed12mo_missing 450 127 0.72 0.92
## SeenMedProv12moAnyReason 451 127 0.80 0.40
## MentalSupp12mo_PROMPT 452 0 NaN NA
## MentalSupp12mo_roommate 453 126 0.40 0.49
## MentalSupp12mo_friend 454 126 0.62 0.49
## MentalSupp12mo_SO 455 126 0.25 0.43
## MentalSupp12mo_fam 456 126 0.45 0.50
## inf_5MentalSupp12mo_religCouns 457 126 0.05 0.21
## MentalSupp12mo_suppGrp 458 126 0.02 0.13
## MentalSupp12mo_otherNonClin 459 126 0.05 0.21
## MentalSupp12mo_NoOne 460 126 0.21 0.41
## MentalSupp12mo_otherNonClinTEXT* 461 127 NaN NA
## MentalSupp12mo_missing 462 127 2.03 1.11
## MentalSupp12mo_helpfulnessOverall 463 99 3.20 0.81
## QINT_MHPaffAcad_PROMPT 464 0 NaN NA
## QINT_MHPaffAcad_classProfessor 465 127 0.38 0.49
## QINT_MHPaffAcad_acadAdv 466 127 0.31 0.46
## QINT_MHPaffAcad_anothFacMem 467 127 0.10 0.30
## QINT_MHPaffAcad_TA 468 127 0.00 0.00
## QINT_MHPaffAcad_StudServStaff 469 127 0.13 0.33
## QINT_MHPaffAcad_DeanOfStud 470 127 0.31 0.47
## QINT_MHPaffAcad_NoOne 471 127 0.24 0.43
## QINT_MHPaffAcad_other 472 127 0.13 0.34
## QINT_MHPaffAcad_otherTEXT* 473 127 NaN NA
## QINT_MHPaffAcad_missing 474 127 1.60 0.88
## ThisSchoYr_Talk_AcadPers_abtMHPaffAcad 475 127 0.20 0.41
## ThisSchoYr_Talk_AcadPers_how_supportive 476 26 3.27 0.72
## ins_prompt 477 1 1.00 NA
## ins_uncovered 478 126 0.83 0.37
## ins_parOrTheirEmp 479 126 0.01 0.09
## ins_myEmp 480 126 0.00 0.00
## ins_SpouseEmp 481 126 0.07 0.26
## ins_StudHealthInsPlan 482 126 0.02 0.13
## ins_EmbassyInterStud 483 126 0.02 0.13
## ins_IndivPurcFromCarrier 484 126 0.04 0.20
## ins_Medicaid_etc 485 126 0.00 0.00
## ins_IDK 486 126 0.05 0.21
## ins_missing 487 127 1.02 0.20
## ins_coverMHPvisit 488 126 2.40 0.90
## ins_meetNeedMHS 489 125 1.45 0.64
## ins_inad_PROMPT 490 0 NaN NA
## ins_inad_notCovMHS 491 9 0.00 0.00
## ins_inad_notCovPreExistCond 492 9 0.00 0.00
## ins_inad_notCovCertainCond 493 9 0.00 0.00
## ins_inad_coPayTooExp 494 9 0.22 0.44
## ins_inad_DeductTooExp 495 9 0.56 0.53
## ins_inad_NotCoverCerTypesServ 496 9 0.44 0.53
## ins_inad_LimitNumServCov 497 9 0.33 0.50
## ins_inad_other 498 9 0.22 0.44
## ins_inad_otherTEXT* 499 127 NaN NA
## ins_inad_missing 500 127 0.13 0.50
## XXX_KNOWLEDGE_AND_ATTITUDES_MHS* 501 127 NaN NA
## MHL_HowKnowledgeableMI 502 0 NaN NA
## dep_tx_know_prompt 503 0 NaN NA
## dep_tx_know_1 504 0 NaN NA
## dep_tx_know_2 505 0 NaN NA
## dep_tx_know_3 506 0 NaN NA
## dep_tx_know_4 507 0 NaN NA
## dep_tx_missing 508 127 -3999996.00 0.00
## dep_sx_know_prompt 509 0 NaN NA
## dep_sx_know_1 510 0 NaN NA
## dep_sx_know_2 511 0 NaN NA
## dep_sx_know_3 512 0 NaN NA
## dep_sx_know_4 513 0 NaN NA
## dep_sx_know_missing 514 127 -3999996.00 0.00
## anx_help_know_prompt 515 0 NaN NA
## anx_help_know_1 516 0 NaN NA
## anx_help_know_2 517 0 NaN NA
## anx_help_know_3 518 0 NaN NA
## anx_help_know_4 519 0 NaN NA
## anx_help_know_missing 520 127 -3999996.00 0.00
## ea_sx_know_prompt 521 0 NaN NA
## ea_sx_know_1 522 0 NaN NA
## ea_sx_know_2 523 0 NaN NA
## ea_sx_know_3 524 0 NaN NA
## ea_sx_know_4 525 0 NaN NA
## ea_sx_know_5 526 0 NaN NA
## ea_sx_know_6 527 0 NaN NA
## ea_sx_know_missing 528 127 -5999994.00 0.00
## MHL_canRecogOthersEmoDist 529 0 NaN NA
## MHL_confidHelpPersWmhp 530 0 NaN NA
## MHL_MHgatekeeper_training_taken 531 0 NaN NA
## Aware_MH_outreach_onCamp 532 0 NaN NA
## heard_Qual_MHSonCamp 533 0 NaN NA
## Good_supp_sys_on_camp 534 0 NaN NA
## How_helpful_meds_if_future_MHC 535 0 NaN NA
## How_helpful_tx_if_future_MHC 536 0 NaN NA
## I_am_person_w_MI 537 0 NaN NA
## when_feel_dep_I_keep_feelings_secret 538 0 NaN NA
## I_feel_ashamed_having_MI 539 0 NaN NA
## Keep_my_MI_secret 540 0 NaN NA
## Wish_I_could_disclose_my_MI 541 0 NaN NA
## PercStig_MHtx_sign_pers_fail 542 0 NaN NA
## PercStig_MHtx_think_less 543 0 NaN NA
## SocDist_I_acc_pers_MHtx 544 0 NaN NA
## PersonStig_MHtx_sign_pers_fail 545 0 NaN NA
## NumFriendFamEverSH_MHP 546 0 NaN NA
## xxxSUBSTANCE_USExxx* 547 127 NaN NA
## audit_1 548 0 NaN NA
## audit_2 549 0 NaN NA
## audit_3_f 550 0 NaN NA
## audit_3_m 551 0 NaN NA
## audit_3_o 552 0 NaN NA
## audit_4 553 0 NaN NA
## audit_5 554 0 NaN NA
## audit_6 555 0 NaN NA
## audit_7 556 0 NaN NA
## audit_8 557 0 NaN NA
## audit_9 558 0 NaN NA
## audit_10 559 0 NaN NA
## alc_tx 560 0 NaN NA
## risk_alc 561 0 NaN NA
## risk_cig 562 0 NaN NA
## risk_mar 563 0 NaN NA
## risk_presc 564 0 NaN NA
## peer_alc_1 565 0 NaN NA
## peer_alc_2 566 0 NaN NA
## peer_alc_3 567 0 NaN NA
## peer_alc_4 568 0 NaN NA
## peer_perc_prompt 569 0 NaN NA
## peer_alc_est* 570 127 -999999.00 0.00
## peer_mar_est* 571 127 -999999.00 0.00
## peer_cig_est* 572 127 -999999.00 0.00
## alc_prob 573 0 NaN NA
## xxxSLEEPxxx* 574 127 NaN NA
## isi_prompt 575 0 NaN NA
## isi_1 576 127 -999999.00 0.00
## isi_2 577 127 -999999.00 0.00
## isi_3 578 127 -999999.00 0.00
## isi_4 579 127 -999999.00 0.00
## isi_5 580 127 -999999.00 0.00
## isi_6 581 127 -999999.00 0.00
## isi_7 582 127 -999999.00 0.00
## isi_score 583 0 NaN NA
## xxxEATINGBODYIMAGExxx* 584 127 NaN NA
## wcs_1_f 585 0 NaN NA
## wcs_1_m 586 0 NaN NA
## wcs_1_o 587 0 NaN NA
## wcs_2 588 0 NaN NA
## wcs_3 589 0 NaN NA
## wcs_4 590 0 NaN NA
## wcs_5 591 0 NaN NA
## body_con_change 592 0 NaN NA
## fresh15 593 0 NaN NA
## weigh_freq 594 0 NaN NA
## weight_ideal 595 0 NaN NA
## binge 596 0 NaN NA
## purge_prompt 597 0 NaN NA
## purge_1* 598 127 -999999.00 0.00
## purge_2* 599 127 -999999.00 0.00
## purge_3* 600 127 -999999.00 0.00
## purge_4* 601 127 -999999.00 0.00
## ea_fast* 602 127 -999999.00 0.00
## diet 603 0 NaN NA
## eat_change 604 0 NaN NA
## eat_change_prompt 605 0 NaN NA
## eat_change_how_1 606 0 NaN NA
## eat_change_how_2 607 0 NaN NA
## eat_change_how_3 608 0 NaN NA
## eat_change_how_4 609 0 NaN NA
## eat_change_how_5 610 0 NaN NA
## eat_change_how_6 611 0 NaN NA
## eat_change_how_7 612 0 NaN NA
## eat_change_how_8 613 0 NaN NA
## eat_change_how_9 614 0 NaN NA
## eat_change_how_10 615 0 NaN NA
## eat_change_how_11 616 0 NaN NA
## eat_change_how_12 617 0 NaN NA
## eat_change_how_13 618 0 NaN NA
## eat_change_how_14 619 0 NaN NA
## eat_change_how_15 620 0 NaN NA
## eat_change_how_15_text* 621 127 NaN NA
## eat_change_how_missing 622 127 0.00 0.00
## ed_peer 623 0 NaN NA
## xxxSEXUAL_ASSAULTxxx* 624 127 NaN NA
## sa_perc_prompt 625 0 NaN NA
## sa_perc_1 626 127 3.56 0.65
## sa_perc_2 627 127 3.44 0.74
## sa_perc_3 628 127 2.73 0.95
## sa_perc_4 629 127 3.33 0.90
## sa_perc_5 630 127 3.50 0.74
## sa_perc_6 631 127 2.94 1.05
## sa_perc_7 632 127 2.91 0.97
## sa_perc_8 633 127 3.06 0.89
## sa_perc_9 634 127 2.13 0.99
## sa_perc_10 635 127 3.06 0.75
## sa_perc_11 636 127 2.39 0.98
## sa_perc_12 637 127 2.55 1.10
## sa_train_pol 638 127 0.74 0.44
## sa_train_prev 639 127 0.76 0.43
## sa_train_use 640 99 3.88 0.93
## sa_res_know 641 127 4.24 0.91
## sa_proc_know 642 127 3.64 1.15
## sa_proc_conf 643 127 3.90 1.01
## sa_exp_prompt 644 0 NaN NA
## sa_exp_touch 645 126 0.87 0.33
## sa_exp_oral 646 125 0.09 0.28
## sa_exp_inc 647 126 0.23 0.42
## sa_exp_anal 648 124 0.04 0.20
## sa_exp_pen 649 124 0.18 0.38
## sa_suc_prompt 650 0 NaN NA
## sa_suc_phyforc_1 651 125 0.09 0.28
## sa_att_phyforc 652 124 0.10 0.30
## sa_drunk_1 653 126 2.25 0.94
## sa_suc_phyforc_prompt 654 0 NaN NA
## sa_suc_phyforc_2_1 655 11 0.82 0.40
## sa_suc_phyforc_2_2 656 11 0.18 0.40
## sa_suc_phyforc_2_3 657 11 0.55 0.52
## sa_suc_phyforc_2_4 658 11 0.18 0.40
## sa_suc_phyforc_2_5 659 11 0.45 0.52
## sa_suc_phyforc_2_6 660 11 0.00 0.00
## sa_suc_phyforc_2_6_text* 661 127 NaN NA
## sa_suc_phyforc_missing 662 127 0.19 0.65
## sa_drunk_prompt 663 0 NaN NA
## sa_drunk_2_1 664 43 0.53 0.50
## sa_drunk_2_2 665 43 0.09 0.29
## sa_drunk_2_3 666 43 0.67 0.47
## sa_drunk_2_4 667 43 0.02 0.15
## sa_drunk_2_5 668 43 0.21 0.41
## sa_drunk_2_6 669 43 0.00 0.00
## sa_drunk_2_6_text* 670 127 NaN NA
## sa_drunk_2_7 671 43 0.00 0.00
## sa_drunk_2_missing 672 127 0.52 0.87
## sa_drunk_prompt_2 673 0 NaN NA
## sa_drunk_3 674 43 0.95 0.21
## sa_drunk_4 675 43 0.93 0.26
## sa_drunk_5 676 43 0.09 0.29
## sa_drunk_6 677 43 2.09 0.48
## sa_who_prompt 678 0 NaN NA
## sa_who_prompt_2 679 0 NaN NA
## sa_who_1 680 127 0.31 0.47
## sa_who_2 681 127 0.00 0.00
## sa_who_3 682 127 0.39 0.49
## sa_who_4 683 127 0.00 0.00
## sa_who_5 684 127 0.00 0.00
## sa_who_6 685 127 0.00 0.00
## sa_who_7 686 127 0.00 0.00
## sa_who_8 687 127 0.20 0.40
## sa_who_9 688 127 0.09 0.29
## sa_who_10 689 127 0.06 0.23
## sa_who_11 690 127 0.05 0.21
## sa_who_12 691 127 0.03 0.18
## sa_who_12_text* 692 127 NaN NA
## sa_who_missing 693 127 1.13 0.36
## sa_who_stud 694 126 1.26 0.49
## sa_who_employ 695 118 1.99 0.21
## sa_who_gender 696 127 1.09 0.36
## sa_who_gender_text* 697 127 NaN NA
## sa_op_substance_prompt 698 0 NaN NA
## sa_op_substance_1 699 126 0.79 0.41
## sa_op_substance_2 700 126 0.70 0.46
## sa_op_substance_3 701 126 0.09 0.28
## sa_op_substance_4 702 126 0.03 0.18
## sa_op_substance_5 703 126 0.13 0.33
## sa_op_substance_missing 704 127 1.72 0.70
## sa_frighten 705 127 2.49 1.02
## sa_loc_prompt 706 0 NaN NA
## sa_loc_off 707 126 0.39 0.49
## sa_loc_on 708 126 0.64 0.48
## sa_loc_missing 709 127 1.02 0.20
## sa_tell_prompt 710 0 NaN NA
## sa_tell_1 711 127 0.00 0.00
## sa_tell_2 712 127 0.48 0.50
## sa_tell_3 713 127 0.87 0.34
## sa_tell_4 714 127 0.10 0.30
## sa_tell_5 715 127 0.04 0.20
## sa_tell_6 716 127 0.09 0.29
## sa_tell_7 717 127 0.05 0.21
## sa_tell_8 718 127 0.01 0.09
## sa_tell_9 719 127 0.06 0.23
## sa_tell_10 720 127 0.10 0.30
## sa_tell_11 721 127 0.07 0.26
## sa_tell_12 722 127 0.02 0.15
## sa_tell_12_text* 723 127 NaN NA
## sa_tell_missing 724 127 1.89 1.24
## sa_sch_report 725 127 0.10 0.30
## sa_sch_help 726 13 3.38 0.77
## sa_nodiscl_prompt 727 0 NaN NA
## sa_nodiscl_1 728 0 NaN NA
## sa_nodiscl_2 729 0 NaN NA
## sa_nodiscl_3 730 0 NaN NA
## sa_nodiscl_4 731 0 NaN NA
## sa_nodiscl_5 732 0 NaN NA
## sa_nodiscl_6 733 0 NaN NA
## sa_nodiscl_7 734 0 NaN NA
## sa_nodiscl_8 735 0 NaN NA
## sa_nodiscl_9 736 0 NaN NA
## sa_nodiscl_10 737 0 NaN NA
## sa_nodiscl_11 738 0 NaN NA
## sa_nodiscl_12 739 0 NaN NA
## sa_nodiscl_13 740 0 NaN NA
## sa_nodiscl_14 741 0 NaN NA
## sa_nodiscl_15 742 0 NaN NA
## sa_nodiscl_16 743 0 NaN NA
## sa_nodiscl_17 744 0 NaN NA
## sa_nodiscl_18 745 0 NaN NA
## sa_nodiscl_19 746 0 NaN NA
## sa_nodiscl_20 747 0 NaN NA
## sa_nodiscl_21 748 0 NaN NA
## sa_nodiscl_22 749 0 NaN NA
## sa_nodiscl_23 750 0 NaN NA
## sa_nodiscl_24 751 0 NaN NA
## sa_nodiscl_24_text* 752 127 NaN NA
## sa_nodiscl_missing 753 127 0.00 0.00
## stalk 754 127 0.04 0.20
## xxxOVERALL_HEALTH* 755 127 NaN NA
## health_overall 756 0 NaN NA
## chronic_prompt 757 127 -999999.00 0.00
## chronic_1 758 0 NaN NA
## chronic_2 759 0 NaN NA
## chronic_3 760 0 NaN NA
## chronic_4 761 0 NaN NA
## chronic_5 762 0 NaN NA
## chronic_6 763 0 NaN NA
## chronic_7 764 0 NaN NA
## chronic_8 765 0 NaN NA
## chronic_9 766 0 NaN NA
## chronic_10 767 0 NaN NA
## chronic_11 768 0 NaN NA
## chronic_11_text* 769 127 -999999.00 0.00
## chronic_12 770 0 NaN NA
## chronic_13 771 0 NaN NA
## chronic_missing 772 127 -12999987.00 0.00
## exercise 773 127 -999999.00 0.00
## ex_change 774 0 NaN NA
## ex_change_how 775 0 NaN NA
## ex_change_how_text* 776 127 -999999.00 0.00
## veget 777 0 NaN NA
## vegan 778 0 NaN NA
## rawfood 779 0 NaN NA
## veget_imp 780 0 NaN NA
## vegan_imp 781 0 NaN NA
## rawfood_imp 782 0 NaN NA
## fruit_veg 783 0 NaN NA
## nutr_know 784 0 NaN NA
## cal_know 785 0 NaN NA
## cal_count 786 0 NaN NA
## sex_year 787 0 NaN NA
## sexp_f 788 0 NaN NA
## sexp_m 789 0 NaN NA
## sexp_tr 790 0 NaN NA
## sex_month 791 0 NaN NA
## sex_month_oral 792 0 NaN NA
## sex_month_vag 793 0 NaN NA
## sex_month_anal 794 0 NaN NA
## birthcontrol_prompt 795 127 -999999.00 0.00
## birthcontrol_1_1 796 0 NaN NA
## birthcontrol_1_2 797 0 NaN NA
## birthcontrol_1_3 798 0 NaN NA
## birthcontrol_1_4 799 0 NaN NA
## birthcontrol_1_5 800 0 NaN NA
## birthcontrol_1_6 801 0 NaN NA
## birthcontrol_1_7 802 0 NaN NA
## birthcontrol_1_8 803 0 NaN NA
## birthcontrol_1_9 804 0 NaN NA
## birthcontrol_1_10 805 0 NaN NA
## birthcontrol_1_10_text* 806 127 -999999.00 0.00
## birthcontrol_1_11 807 0 NaN NA
## birthcontrol_1_12 808 0 NaN NA
## birthcontrol_1_missing 809 127 -11999988.00 0.00
## birthcontrol_2 810 0 NaN NA
## pregnant1 811 0 NaN NA
## pregnant2 812 0 NaN NA
## xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx* 813 127 NaN NA
## climate_we_camp_look_out_each_oth 814 0 NaN NA
## climate_I_resp_help_friend_strugg 815 0 NaN NA
## climate_I_resp_help_classmate_strugg 816 0 NaN NA
## WitnessRiskySituationPROMPT 817 0 NaN NA
## witness_1 818 0 NaN NA
## witness_2 819 0 NaN NA
## witness_3 820 0 NaN NA
## witness_4 821 0 NaN NA
## witness_5 822 0 NaN NA
## witness_6 823 0 NaN NA
## witness_6_text* 824 127 -999999.00 0.00
## witness_7 825 0 NaN NA
## witness_missing 826 127 -6999993.00 0.00
## inter_hy_dr 827 0 NaN NA
## inter_hy_sa 828 0 NaN NA
## inter_hy_hl 829 0 NaN NA
## QINT_intervene_saw_EmoDis_SuiTh 830 0 NaN NA
## inter_y_prompt 831 0 NaN NA
## inter_y_1 832 0 NaN NA
## inter_y_2 833 0 NaN NA
## inter_y_3 834 0 NaN NA
## Past12mo_intervene_saw_EmoDis_SuiTh 835 0 NaN NA
## inter_y_5 836 0 NaN NA
## inter_y_6 837 0 NaN NA
## inter_y_6_text* 838 127 -999999.00 0.00
## inter_y_7 839 0 NaN NA
## inter_y_missing 840 127 -6999993.00 0.00
## Past12mo_intervene_perc_effectiv 841 0 NaN NA
## inter_n_prompt 842 0 NaN NA
## inter_n_1 843 0 NaN NA
## inter_n_2 844 0 NaN NA
## inter_n_3 845 0 NaN NA
## Past12mo_witnessed_EmoDis_SuiTh 846 0 NaN NA
## inter_n_5 847 0 NaN NA
## inter_n_6 848 0 NaN NA
## inter_n_6_text* 849 127 NaN NA
## inter_n_7 850 0 NaN NA
## inter_n_missing 851 127 -999999.00 0.00
## NotInterveneBC_PROMPT 852 127 -999999.00 0.00
## NotInterveneBC_afraidEmbar 853 0 NaN NA
## NotInterveneBC_assumeOtherHelp 854 0 NaN NA
## NotInterveneBC_notKnowHowHelp 855 0 NaN NA
## NotInterveneBC_NotConfid 856 0 NaN NA
## NotInterveneBC_notMyBusin 857 0 NaN NA
## NotInterveneBC_afraidFriendsNotSup 858 0 NaN NA
## NotInterveneBC_wasUnsafe 859 0 NaN NA
## NotInterveneBC_AfraidGetInTroub 860 0 NaN NA
## NotInterveneBC_other 861 0 NaN NA
## NotInterveneBC_otherTEXT* 862 127 NaN NA
## NotInterveneBC_missing 863 127 0.00 0.00
## xxxCAMPUS_CLIMATE_AND_CULTURE* 864 127 NaN NA
## belong1 865 0 NaN NA
## belong2 866 0 NaN NA
## belong3 867 0 NaN NA
## belong4 868 0 NaN NA
## belong5 869 0 NaN NA
## belong6 870 0 NaN NA
## belong7 871 0 NaN NA
## belong8 872 0 NaN NA
## belong9 873 0 NaN NA
## mh_mission 874 0 NaN NA
## climate_MH_priority 875 0 NaN NA
## cliimate_encour_Disc_MH 876 0 NaN NA
## climate_stud_work_promo_MH 877 0 NaN NA
## climate_admin_list_stud_conc_reg_MH 878 0 NaN NA
## climate_camp_env_neg_imp_stud_MH 879 0 NaN NA
## climate_camp_env_neg_imp_eatingBI 880 0 NaN NA
## safe_on_day 881 0 NaN NA
## safe_on_night 882 0 NaN NA
## safe_off_day 883 0 NaN NA
## safe_off_night 884 0 NaN NA
## I_exposed_diversity_atmySch 885 0 NaN NA
## PercPersonalDiscrim 886 0 NaN NA
## xxxSTRESS_AND_COMPETITIONxxx* 887 127 NaN NA
## stress_prompt 888 0 NaN NA
## stress1 889 0 NaN NA
## stress2 890 0 NaN NA
## stress3 891 0 NaN NA
## stress4 892 0 NaN NA
## compet_cl 893 0 NaN NA
## compet_sch 894 0 NaN NA
## compet_field 895 0 NaN NA
## grade_curv 896 0 NaN NA
## achieve1 897 0 NaN NA
## achieve2 898 0 NaN NA
## achieve3 899 0 NaN NA
## achieve4 900 0 NaN NA
## achieve5 901 0 NaN NA
## achieve6 902 0 NaN NA
## achieve7 903 0 NaN NA
## achieve8 904 0 NaN NA
## achieve9 905 0 NaN NA
## achieve10 906 0 NaN NA
## achieve11 907 0 NaN NA
## achieve12 908 0 NaN NA
## achieve13 909 0 NaN NA
## achieve14 910 0 NaN NA
## achieve15 911 0 NaN NA
## achieve16 912 0 NaN NA
## achieve17 913 0 NaN NA
## achieve18 914 0 NaN NA
## RES_COP* 915 127 NaN NA
## cope1 916 0 NaN NA
## cope2 917 0 NaN NA
## cope3 918 0 NaN NA
## cope4 919 0 NaN NA
## cope5 920 0 NaN NA
## cope6 921 0 NaN NA
## cope7 922 0 NaN NA
## cope8 923 0 NaN NA
## cope9 924 0 NaN NA
## cope10 925 0 NaN NA
## cope11 926 0 NaN NA
## cope12 927 0 NaN NA
## cope13 928 0 NaN NA
## cope14 929 0 NaN NA
## cope15 930 0 NaN NA
## cope16 931 0 NaN NA
## cope17 932 0 NaN NA
## cope18 933 0 NaN NA
## cope19 934 0 NaN NA
## cope20 935 0 NaN NA
## cope21 936 0 NaN NA
## cope22 937 0 NaN NA
## cope23 938 0 NaN NA
## cope24 939 0 NaN NA
## cope25 940 0 NaN NA
## cope26 941 0 NaN NA
## cope27 942 0 NaN NA
## cope28 943 0 NaN NA
## selfcomp_prompt 944 0 NaN NA
## selfcomp1 945 0 NaN NA
## selfcomp2 946 0 NaN NA
## selfcomp3 947 0 NaN NA
## selfcomp4 948 0 NaN NA
## selfcomp5 949 0 NaN NA
## selfcomp6 950 0 NaN NA
## selfcomp7 951 0 NaN NA
## selfcomp8 952 0 NaN NA
## selfcomp9 953 0 NaN NA
## selfcomp10 954 0 NaN NA
## selfcomp11 955 0 NaN NA
## selfcomp12 956 0 NaN NA
## xxxACADEMIC_EXPERIENCES_and_GOALS* 957 127 1.00 0.00
## choose_sch 958 127 5.00 1.38
## sat_aca 959 127 4.86 1.19
## transfer_int 960 127 1.42 0.89
## grad_likely 961 126 4.68 0.77
## Chall_Stop_Deg_PROMPT 962 0 NaN NA
## Chall_Stop_Deg_fin 963 4 0.50 0.58
## Chall_Stop_Deg_MenEmoHealhProbs 964 4 0.50 0.58
## Chall_Stop_Deg_otherhealth 965 4 0.25 0.50
## Chall_Stop_Deg_familyOblig 966 4 0.25 0.50
## Chall_Stop_Deg_FamRelDiff 967 4 0.25 0.50
## Chall_Stop_Deg_Acad 968 4 0.25 0.50
## persist_challenge_7 969 4 0.00 0.00
## Chall_Stop_Deg_lackMotiv 970 4 0.75 0.50
## Chall_Stop_Deg_workCommitments 971 4 0.00 0.00
## Chall_Stop_Deg_CareerOpp 972 4 0.25 0.50
## Chall_Stop_Deg_other 973 4 0.00 0.00
## Chall_Stop_Deg_otherTEXT* 974 127 NaN NA
## Chall_Stop_Deg_missing 975 127 0.09 0.58
## highestdeg 976 121 3.37 1.04
## highestdeg_text* 977 127 NaN NA
## doubt_school_1 978 121 2.68 1.53
## doubt_school_2 979 5 4.40 1.34
## fam_support_aca 980 125 5.66 0.65
## prof_support_aca 981 125 5.25 0.91
## adjust_aca_1 982 121 3.45 1.22
## adjust_aca_2 983 5 3.40 0.55
## different_maj 984 126 0.48 0.50
## failed 985 126 0.11 0.32
## late_assign 986 126 1.79 0.87
## sleep_class 987 126 1.91 1.21
## aca_support_serv 988 126 2.05 0.83
## office_hrs 989 126 2.81 1.00
## faculty_out 990 125 3.51 1.31
## advisor_interact 991 126 2.56 1.09
## gradstud_interact 992 126 1.31 0.73
## satisfied_overall 993 126 4.37 1.32
## studygroup 994 126 4.01 1.32
## friend_devel 995 126 4.16 1.44
## time_manage 996 126 3.50 1.27
## MHC_Impact_AcadPerf_past12mo_PROMPT 997 0 NaN NA
## MHC_Impact_AcadPerf_past12mo_anx 998 124 3.01 1.36
## MHC_Impact_AcadPerf_past12mo_dep 999 125 2.19 1.53
## MHC_Impact_AcadPerf_past12mo_eat 1000 124 1.63 0.96
## MHC_Impact_AcadPerf_past12mo_add_ld 1001 125 1.54 1.10
## MHC_Impact_AcadPerf_past12mo_substance 1002 125 1.71 1.02
## MHC_Impact_AcadPerf_past12mo_phys_health 1003 125 1.62 1.14
## MHC_Impact_AcadPerf_past12mo_phys_assault 1004 125 1.14 0.68
## MHC_Impact_AcadPerf_past12mo_sex_assault 1005 125 1.75 1.32
## FinancialStress* 1006 127 NaN NA
## fin_comp1 1007 0 NaN NA
## fin_comp2 1008 0 NaN NA
## pay_worry 1009 0 NaN NA
## pay_fam 1010 0 NaN NA
## pay_self 1011 0 NaN NA
## pay_grant 1012 0 NaN NA
## pay_loan 1013 0 NaN NA
## pay_other 1014 0 NaN NA
## pay_diff_sch 1015 0 NaN NA
## pay_diff_book 1016 0 NaN NA
## pay_diff_food 1017 0 NaN NA
## pay_diff_transp 1018 0 NaN NA
## pay_diff_child 1019 0 NaN NA
## pay_diff_health 1020 0 NaN NA
## pay_diff_house 1021 0 NaN NA
## work_on 1022 0 NaN NA
## work_off 1023 0 NaN NA
## work_impa 1024 0 NaN NA
## Q_MHA* 1025 127 NaN NA
## Q_MHA1 1026 0 NaN NA
## Q_MHA2 1027 0 NaN NA
## Q_MHA3* 1028 127 -999999.00 0.00
## Q_MHA4* 1029 127 -999999.00 0.00
## Q_MHA5 1030 0 NaN NA
## Q_MHA6 1031 0 NaN NA
## Q_MHA7* 1032 127 -999999.00 0.00
## Q_MHA8* 1033 127 -999999.00 0.00
## Q_MHA9 1034 0 NaN NA
## QMHA10 1035 0 NaN NA
## Q_MHA11 1036 0 NaN NA
## Q_MHA12 1037 0 NaN NA
## Q_MHA13 1038 0 NaN NA
## Q_MHA14 1039 0 NaN NA
## Q_MHA15* 1040 127 -999999.00 0.00
## Q_MHA16 1041 0 NaN NA
## Q_MHA17 1042 0 NaN NA
## Q_MHA18 1043 0 NaN NA
## Q_MHA19 1044 0 NaN NA
## Q_MHA20* 1045 127 -999999.00 0.00
## Q152 1046 0 NaN NA
## Q153 1047 0 NaN NA
## median trimmed mad
## schoolnum 16.00 16.00 0.00
## nrweight 0.77 0.78 0.00
## survey* NA NaN NA
## responseid* NA NaN NA
## Q2_1* NA NaN NA
## age 20.00 20.16 1.48
## sex_birth 2.00 1.98 0.00
## gender 2.00 1.98 0.00
## gender_text* NA NaN NA
## sexual 1.00 1.06 0.00
## sexual_text* NA NaN NA
## relship 1.00 1.23 0.00
## relship_text* NA NaN NA
## race_his 0.00 0.00 0.00
## race_white 1.00 0.85 0.00
## race_black 0.00 0.00 0.00
## race_asian 0.00 0.04 0.00
## race_ainaan 0.00 0.00 0.00
## race_mides 0.00 0.00 0.00
## race_pi 0.00 0.00 0.00
## race_haw 0.00 0.00 0.00
## race_other 0.00 0.00 0.00
## race_other_text* NA NaN NA
## citizen 1.00 1.00 0.00
## fincur 2.00 2.28 1.48
## finpast 3.00 2.93 1.48
## educ_par1 6.00 6.27 1.48
## educ_par2 6.00 6.14 1.48
## educ_par1_rel 1.00 -155338.60 0.00
## educ_par2_rel 2.00 -174755.77 0.00
## religios 2.00 1.97 1.48
## relig_aff_c 1.00 0.69 0.00
## relig_aff_j 0.00 0.00 0.00
## relig_aff_m 0.00 0.00 0.00
## relig_aff_b 0.00 0.00 0.00
## relig_aff_h 0.00 0.00 0.00
## relig_aff_a 0.00 0.17 0.00
## relig_aff_other 0.00 0.00 0.00
## relig_aff_other_text* NA NaN NA
## relig_aff_no 0.00 0.00 0.00
## degree_bach 1.00 1.00 0.00
## degree_ma 0.00 0.00 0.00
## degree_jd 0.00 0.00 0.00
## degree_md 0.00 0.00 0.00
## degree_phd 0.00 0.00 0.00
## degree_other 0.00 0.00 0.00
## degree_other_text* NA NaN NA
## degree_ass 0.00 0.00 0.00
## transfer 3.00 3.00 0.00
## yr_sch 3.00 2.75 1.48
## enroll 1.00 1.00 0.00
## enroll_text* NA NaN NA
## field_hum 0.00 0.29 0.00
## field_nat 0.00 0.27 0.00
## field_soc 0.00 0.25 0.00
## field_arc 0.00 0.00 0.00
## field_art 0.00 0.00 0.00
## field_bus 0.00 0.22 0.00
## field_den 0.00 0.00 0.00
## field_ed 0.00 0.00 0.00
## field_eng 0.00 0.00 0.00
## field_law 0.00 0.00 0.00
## field_med 0.00 0.00 0.00
## field_mus 0.00 0.00 0.00
## field_nur 0.00 0.00 0.00
## field_pharm 0.00 0.00 0.00
## field_prep 0.00 0.00 0.00
## field_ph 0.00 0.00 0.00
## field_pp 0.00 0.00 0.00
## field_sw 0.00 0.00 0.00
## field_und 0.00 0.00 0.00
## field_other 0.00 0.00 0.00
## field_other_text* NA NaN NA
## gpa_sr 3.00 2.76 1.48
## aca_impa 2.00 2.14 1.48
## timeclass 5.00 4.99 1.48
## timestud 5.00 5.06 1.48
## persist 1.00 1.34 0.00
## residenc 1.00 1.70 0.00
## residenc_text* NA NaN NA
## activ_ac 0.00 0.33 0.00
## activ_athc 0.00 0.10 0.00
## activ_athv 0.00 0.00 0.00
## activ_athi 0.00 0.02 0.00
## activ_cs 0.00 0.45 0.00
## activ_cu 0.00 0.02 0.00
## activ_da 0.00 0.02 0.00
## activ_fs 0.00 0.42 0.00
## activ_gs 0.00 0.00 0.00
## activ_gov 0.00 0.04 0.00
## activ_hw 0.00 0.00 0.00
## activ_mp 0.00 0.00 0.00
## activ_md 0.00 0.01 0.00
## activ_rel 0.00 0.05 0.00
## activ_soc 0.00 0.00 0.00
## activ_art 0.00 0.00 0.00
## activ_other 0.00 0.03 0.00
## activ_other_text* NA NaN NA
## activ_none 0.00 0.00 0.00
## military 1.00 1.00 0.00
## disab_prompt NA NaN NA
## disab_1_1 0.00 0.00 0.00
## disab_1_2 0.00 0.00 0.00
## disab_1_3 0.00 0.00 0.00
## disab_1_4 0.00 0.00 0.00
## disab_1_5 0.00 0.00 0.00
## disab_1_6 0.00 0.00 0.00
## disab_1_7 0.00 0.00 0.00
## disab_1_8 0.00 0.11 0.00
## disab_1_9 0.00 0.00 0.00
## disab_1_10 0.00 0.00 0.00
## disab_1_11 0.00 0.00 0.00
## disab_1_11_text* NA NaN NA
## disab_1_12 1.00 0.50 0.00
## disab_2 -999999.00 -514561.72 0.00
## disab_3 -999999.00 -504853.37 0.00
## Q3_1 1.00 1.00 0.00
## diener1 6.00 5.67 1.48
## diener2 6.00 5.83 1.48
## diener3 6.00 5.69 1.48
## diener4 6.00 5.99 1.48
## diener5 6.00 6.13 1.48
## diener6 6.00 5.90 1.48
## diener7 6.00 5.79 1.48
## diener8 6.00 5.74 1.48
## diener_score 47.00 46.20 5.93
## PHQ9prompt NA NaN NA
## phq9_1 2.00 1.81 0.00
## phq9_2 2.00 1.91 0.00
## phq9_3 2.00 2.21 1.48
## phq9_4 2.00 2.50 1.48
## phq9_5 2.00 1.89 1.48
## phq9_6 2.00 1.81 1.48
## phq9_7 2.00 1.79 1.48
## phq9_8 1.00 1.11 0.00
## phq9_9 1.00 1.11 0.00
## dep_impa 2.00 1.86 0.00
## deprawsc 7.00 7.43 5.93
## phq2_prompt NA NaN NA
## phq2_1 2.00 2.22 1.48
## phq2_2 2.00 2.20 1.48
## gad7_1 2.00 2.19 1.48
## gad7_2 2.00 1.93 1.48
## gad7_3 2.00 2.17 1.48
## gad7_4 2.00 1.82 1.48
## gad7_5 1.00 1.23 0.00
## gad7_6 2.00 1.86 1.48
## gad7_7 1.00 1.49 0.00
## gad7_impa 2.00 1.89 0.00
## anx_score 5.00 6.00 4.45
## height_ft 5.00 5.62 2.97
## height_in 5.00 5.00 0.00
## weight 140.00 143.10 28.17
## thin_good 0.00 0.36 0.00
## body_sr 3.00 3.38 1.48
## scoff_1 0.00 0.10 0.00
## scoff_2 0.00 0.37 0.00
## scoff_3 0.00 0.00 0.00
## scoff_4 0.00 0.15 0.00
## scoff_5 0.00 0.10 0.00
## ed_scoff 1.00 0.83 1.48
## sib_prompt NA NaN NA
## sib_cut 0.00 0.00 0.00
## sib_burn 0.00 0.00 0.00
## sib_punch 0.00 0.01 0.00
## sib_scratch 0.00 0.07 0.00
## sib_pull 0.00 0.00 0.00
## sib_bit 0.00 0.00 0.00
## sib_wound 0.00 0.00 0.00
## sib_carv 0.00 0.00 0.00
## sib_rub 0.00 0.00 0.00
## sib_pobj 0.00 0.01 0.00
## sib_other 0.00 0.00 0.00
## sib_other_text* NA NaN NA
## sib_none 1.00 0.71 0.00
## sib_freq 2.00 1.71 1.48
## sui_idea 0.00 0.03 0.00
## sui_plan 0.00 0.46 0.00
## sui_att 0.00 0.00 0.00
## violence_vic 0.00 0.02 0.00
## violence_perp 0.00 0.00 0.00
## assault_any NA NaN NA
## assault_emo NA NaN NA
## assault_phys NA NaN NA
## assault_sexr NA NaN NA
## assault_sexnr NA NaN NA
## alc_any 1.00 0.97 0.00
## binge_fr_f 3.00 2.81 1.48
## binge_fr_m 4.00 3.60 1.48
## binge_fr_o 1.00 1.00 0.00
## smok_freq 1.00 1.01 0.00
## drugPROMPT NA NaN NA
## drug_mar 0.00 0.24 0.00
## drug_coc 0.00 0.00 0.00
## drug_her 0.00 0.00 0.00
## drug_met 0.00 0.00 0.00
## drug_stim 0.00 0.00 0.00
## drug_ect 0.00 0.00 0.00
## drug_other 0.00 0.00 0.00
## drug_none 1.00 0.71 0.00
## drug_other1_text* -999999.00 -999999.00 0.00
## drug_other2_text* -999999.00 -999999.00 0.00
## drug_other3_text* -999999.00 -999999.00 0.00
## druguse_total_missing 1.00 1.00 0.00
## sleep_wk1 13.00 13.25 1.48
## sleep_wd1 15.00 14.56 1.48
## sleep_wk2 21.00 19.66 1.48
## sleep_wd2 22.00 18.31 2.97
## sleep_np1 3.00 2.85 1.48
## sleep_np2 2.00 1.67 0.00
## XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS* NA NaN NA
## dx_prompt NA NaN NA
## dx_dep 0.00 0.22 0.00
## dx_anx 0.00 0.21 0.00
## dx_attl 0.00 0.01 0.00
## dx_ea 0.00 0.01 0.00
## dx_psy 0.00 0.00 0.00
## dx_pers 0.00 0.00 0.00
## dx_sa 0.00 0.00 0.00
## dx_none 1.00 0.54 0.00
## dx_dk 0.00 0.00 0.00
## dx_total_missing 1.00 1.21 0.00
## dx_dep_prompt NA NaN NA
## dx_dep_1 0.00 0.06 0.00
## dx_dep_2 0.00 0.00 0.00
## dx_dep_3 0.00 0.00 0.00
## dx_dep_4 0.00 0.00 0.00
## dx_dep_5 0.00 0.00 0.00
## dx_dep_5_text* NA NaN NA
## dx_dep_6 0.00 0.00 0.00
## dx_dep_missing 0.00 0.21 0.00
## dx_ax_prompt NA NaN NA
## dx_ax_1 0.00 0.10 0.00
## dx_ax_2 0.00 0.00 0.00
## dx_ax_3 0.00 0.00 0.00
## dx_ax_4 0.00 0.00 0.00
## dx_ax_5 0.00 0.00 0.00
## dx_ax_6 0.00 0.00 0.00
## dx_ax_7 0.00 0.00 0.00
## dx_ax_8 0.00 0.00 0.00
## dx_ax_9 0.00 0.00 0.00
## dx_ax_9_text* NA NaN NA
## dx_ax_10 0.00 0.00 0.00
## dx_att_prompt NA NaN NA
## dx_att_1 0.00 0.00 0.00
## dx_att_2 0.00 0.00 0.00
## dx_att_3 0.00 0.00 0.00
## dx_att_3_text* NA NaN NA
## dx_att_4 0.00 0.00 0.00
## dx_ea_prompt NA NaN NA
## dx_ea_1 0.00 0.00 0.00
## dx_ea_2 0.00 0.00 0.00
## dx_ea_3 0.00 0.00 0.00
## dx_ea_4 0.00 0.00 0.00
## dx_ea_4_text* NA NaN NA
## dx_ea_5 0.00 0.00 0.00
## dx_psy_prompt NA NaN NA
## dx_psy_1 0.00 0.00 0.00
## dx_psy_2 0.00 0.00 0.00
## dx_psy_3 0.00 0.00 0.00
## dx_psy_4 0.00 0.00 0.00
## dx_psy_5 0.00 0.00 0.00
## dx_psy_6 0.00 0.00 0.00
## dx_psy_7 0.00 0.00 0.00
## dx_psy_7_text* NA NaN NA
## dx_psy_8 0.00 0.00 0.00
## dx_perso_prompt NA NaN NA
## dx_perso_1 0.00 0.00 0.00
## dx_perso_2 0.00 0.00 0.00
## dx_perso_3 0.00 0.00 0.00
## dx_perso_4 0.00 0.00 0.00
## dx_perso_5 0.00 0.00 0.00
## dx_perso_6 0.00 0.00 0.00
## dx_perso_7 0.00 0.00 0.00
## dx_perso_8 0.00 0.00 0.00
## dx_perso_9 0.00 0.00 0.00
## dx_perso_10 0.00 0.00 0.00
## dx_perso_11 0.00 0.00 0.00
## dx_perso_11_text* NA NaN NA
## dx_perso_12 0.00 0.00 0.00
## dx_sa_prompt NA NaN NA
## dx_sa_1 0.00 0.00 0.00
## dx_sa_2 0.00 0.00 0.00
## dx_sa_2_text* NA NaN NA
## dx_sa_3 0.00 0.00 0.00
## KnowWhereSHCampus 6.00 5.45 0.00
## Med_Helpful_4dep 3.00 2.99 1.48
## Ther_Helpful_4dep 3.00 3.27 1.48
## Perceived_Stig_1 4.00 3.67 1.48
## Personal_Stig_1 1.00 1.40 0.00
## Past12moPercNeedTx 5.00 4.32 1.48
## QINT_PROMPT NA NaN NA
## QINT_clinician 0.00 0.50 0.00
## QINT_roommate 0.00 0.43 0.00
## QINT_friend 1.00 0.76 0.00
## QINT_SO 0.00 0.18 0.00
## QINT_fam 1.00 0.54 0.00
## QINT_religCouns 0.00 0.00 0.00
## QINT_suppGrp 0.00 0.00 0.00
## QINT_otherNonClin 0.00 0.00 0.00
## QINT_otherNonClinTEXT* NA NaN NA
## QINT_NoOne 0.00 0.00 0.00
## QINT_missing 2.00 2.51 1.48
## PastHS12mo 0.00 0.40 0.00
## PastHS12moNumVisits 3.00 2.60 1.48
## CurrInTx 0.00 0.49 0.00
## CurrInTx_studCouns 1.00 0.86 0.00
## CurrInTx_campHealthServ 0.00 0.00 0.00
## CurrInTx_otherCampCHServ 0.00 0.00 0.00
## CurrInTx_Emergency 0.00 0.00 0.00
## CurrInTx_inpatient 0.00 0.00 0.00
## CurrInTx_partialHosp 0.00 0.00 0.00
## CurrInTx_localProvider 0.00 0.00 0.00
## CurrInTx_ProviderElsewhere 0.00 0.28 0.00
## CurrInTx_other 0.00 0.00 0.00
## CurrInTx_otherTEXT* -999999.00 -999999.00 0.00
## CurrInTx_IDK 0.00 0.00 0.00
## sat_hours_1 4.00 3.67 1.48
## sat_loc_1 5.00 4.12 1.48
## sat_qual_1 5.00 4.12 1.48
## sat_priv_1 5.00 4.53 1.48
## sat_sched_1 4.00 3.56 2.97
## sat_hours_2 0.00 0.00 0.00
## sat_loc_2 0.00 0.00 0.00
## sat_qual_2 0.00 0.00 0.00
## sat_priv_2 0.00 0.00 0.00
## sat_sched_2 0.00 0.00 0.00
## sat_hours_3 0.00 0.00 0.00
## sat_loc_3 0.00 0.00 0.00
## sat_qual_3 0.00 0.00 0.00
## sat_priv_3 0.00 0.00 0.00
## sat_sched_3 0.00 0.00 0.00
## sat_hours_4 0.00 0.00 0.00
## sat_loc_4 0.00 0.00 0.00
## sat_qual_4 0.00 0.00 0.00
## sat_priv_4 0.00 0.00 0.00
## sat_sched_4 0.00 0.00 0.00
## sat_hours_5 0.00 0.00 0.00
## sat_loc_5 0.00 0.00 0.00
## sat_qual_5 0.00 0.00 0.00
## sat_priv_5 0.00 0.00 0.00
## sat_sched_5 0.00 0.00 0.00
## sat_hours_6 0.00 0.00 0.00
## sat_loc_6 0.00 0.00 0.00
## sat_qual_6 0.00 0.00 0.00
## sat_priv_6 0.00 0.00 0.00
## sat_sched_6 0.00 0.00 0.00
## sat_hours_7 0.00 0.00 0.00
## sat_loc_7 0.00 0.00 0.00
## sat_qual_7 0.00 0.00 0.00
## sat_priv_7 0.00 0.00 0.00
## sat_sched_7 0.00 0.00 0.00
## sat_hours_8 0.00 0.13 0.00
## sat_loc_8 0.00 0.15 0.00
## sat_qual_8 0.00 0.11 0.00
## sat_priv_8 0.00 0.16 0.00
## sat_sched_8 0.00 0.15 0.00
## sat_hours_9 0.00 0.00 0.00
## sat_loc_9 0.00 0.00 0.00
## sat_qual_9 0.00 0.00 0.00
## sat_priv_9 0.00 0.00 0.00
## sat_sched_9 0.00 0.00 0.00
## HowHelpfulTx4you 2.00 1.93 1.48
## TakenMed_12moPROMPT NA NaN NA
## TakenMed_psychostim 0.00 0.07 0.00
## TakenMed_antidep 0.00 0.12 0.00
## TakenMed_antiPsych 0.00 0.00 0.00
## TakenMed_antiAnx 0.00 0.01 0.00
## TakenMed_moodStab 0.00 0.00 0.00
## TakenMed_sleep 0.00 0.00 0.00
## TakenMed_other 0.00 0.00 0.00
## TakenMed_otherTEXT* -999999.00 -999999.00 0.00
## TakenMed_NoneOfThese 1.00 0.73 0.00
## TakenMed_IDK 0.00 0.00 0.00
## TakenMed_missing 1.00 1.05 0.00
## Meds_reason_PROMPT NA NaN NA
## meds_reason_1 1.00 0.79 0.00
## meds_reason_2 0.00 0.09 0.00
## meds_reason_3 0.00 0.27 0.00
## meds_reason_4 0.00 0.03 0.00
## meds_reason_5 0.00 0.00 0.00
## meds_reason_5_text* NA NaN NA
## meds_reason_missing 0.00 0.26 0.00
## meds_dis 3.00 2.91 1.48
## meds_w_prompt NA NaN NA
## meds_w_1 0.00 0.24 0.00
## meds_w_2 1.00 0.55 0.00
## meds_w_3 0.00 0.06 0.00
## meds_w_3_text* -999999.00 -999999.00 0.00
## meds_w_4 0.00 0.06 0.00
## meds_w_5 0.00 0.00 0.00
## meds_w_missing 0.00 0.26 0.00
## CurrTakMed_PROMPT NA NaN NA
## CurrTakMed_psychostim 0.00 0.31 0.00
## CurrTakMed_antiDep 1.00 0.56 0.00
## CurrTakMed_antiPsych 0.00 0.00 0.00
## CurrTakMed_antiAnx 0.00 0.16 0.00
## CurrTakMed_moodStab 0.00 0.03 0.00
## CurrTakMed_sleep 0.00 0.09 0.00
## CurrTakeMed_other 0.00 0.00 0.00
## CurrTakeMed_otherTEXT* -999999.00 -999999.00 0.00
## CurrTakeMed_NoneOfThese 0.00 0.06 0.00
## CurrTakMed_missing 1.00 1.41 0.00
## meds_cur_9 0.00 0.00 0.00
## meds_time_1 3.00 3.36 1.48
## meds_time_2 3.00 3.27 0.74
## meds_time_3 4.00 3.92 0.00
## meds_time_4 4.00 3.58 0.00
## meds_time_5 4.00 3.88 0.00
## meds_time_6 4.00 3.84 0.00
## meds_time_7 4.00 4.00 0.00
## meds_helped_me -999999.00 -737863.02 0.00
## why_tx_prompt NA NaN NA
## why_tx_prompt_2 NA NaN NA
## why_tx_1decideOnMyOwn 1.00 0.86 0.00
## why_tx_2friendEncour 0.00 0.24 0.00
## why_tx_3friendPressure 0.00 0.00 0.00
## why_tx_4famEncour 0.00 0.32 0.00
## why_tx_5famPressure 0.00 0.02 0.00
## why_tx_6otherEncour 0.00 0.02 0.00
## why_tx_6otherEncourTEXT* -999999.00 -999999.00 0.00
## why_tx_7mandatedByCamp 0.00 0.00 0.00
## why_tx_8GotMoreInfo 0.00 0.00 0.00
## why_tx_8GotMoreInfoTEXT* -999999.00 -999999.00 0.00
## why_tx_9otherReason 0.00 0.00 0.00
## why_tx_9otherReasonTEXT* NA NaN NA
## why_tx_missing 0.00 0.70 0.00
## ReduceTxOrMed12mo_prompt NA NaN NA
## ReduceTxOrMed12mo_NoNeed 0.00 0.22 0.00
## ReduceTxOrMed12mo_financial 0.00 0.04 0.00
## ReduceTxOrMed12mo_insuffTime 0.00 0.39 0.00
## ReduceTxOrMed12mo_NotSureWhereGo 0.00 0.00 0.00
## ReduceTxOrMed12mo_DiffFindAppt 0.00 0.12 0.00
## ReduceTxOrMed12mo_PrefDealOnOwnOrWFam 0.00 0.24 0.00
## ReduceTxOrMed12mo_other 0.00 0.00 0.00
## ReduceTxOrMed12mo_noBarriers 0.00 0.14 0.00
## ReduceTxOrMed12mo_otherTEXT* NA NaN NA
## ReduceTxOrMed12mo_missing 0.00 0.63 0.00
## BarrierTxOrMed12mo_PROMPT NA NaN NA
## BarrierTxOrMed12mo_NoChanceButPlan2 0.00 0.00 0.00
## BarrierTxOrMed12mo_NoNeed 1.00 0.65 0.00
## BarrierTxOrMed12mo_financial 0.00 0.00 0.00
## BarrierTxOrMed12mo_insuffTime 0.00 0.08 0.00
## BarrierTxOrMed12mo_NotSureWhereGo 0.00 0.00 0.00
## BarrierTxOrMed12mo_DiffFindAppt 0.00 0.00 0.00
## BarrierTxOrMed12mo_PRefDealOnOwnOrWFam 0.00 0.27 0.00
## BarrierTxOrMed12mo_other 0.00 0.00 0.00
## BarrierTxOrMed12mo_noBarriers 0.00 0.00 0.00
## BarrierTxOrMed12mo_otherTEXT* NA NaN NA
## BarrierTxOrMed12mo_missing 1.00 0.56 1.48
## SeenMedProv12moAnyReason 1.00 0.87 0.00
## MentalSupp12mo_PROMPT NA NaN NA
## MentalSupp12mo_roommate 0.00 0.38 0.00
## MentalSupp12mo_friend 1.00 0.65 0.00
## MentalSupp12mo_SO 0.00 0.19 0.00
## MentalSupp12mo_fam 0.00 0.44 0.00
## inf_5MentalSupp12mo_religCouns 0.00 0.00 0.00
## MentalSupp12mo_suppGrp 0.00 0.00 0.00
## MentalSupp12mo_otherNonClin 0.00 0.00 0.00
## MentalSupp12mo_NoOne 0.00 0.15 0.00
## MentalSupp12mo_otherNonClinTEXT* NA NaN NA
## MentalSupp12mo_missing 2.00 1.90 1.48
## MentalSupp12mo_helpfulnessOverall 3.00 3.28 1.48
## QINT_MHPaffAcad_PROMPT NA NaN NA
## QINT_MHPaffAcad_classProfessor 0.00 0.35 0.00
## QINT_MHPaffAcad_acadAdv 0.00 0.26 0.00
## QINT_MHPaffAcad_anothFacMem 0.00 0.01 0.00
## QINT_MHPaffAcad_TA 0.00 0.00 0.00
## QINT_MHPaffAcad_StudServStaff 0.00 0.04 0.00
## QINT_MHPaffAcad_DeanOfStud 0.00 0.27 0.00
## QINT_MHPaffAcad_NoOne 0.00 0.17 0.00
## QINT_MHPaffAcad_other 0.00 0.05 0.00
## QINT_MHPaffAcad_otherTEXT* NA NaN NA
## QINT_MHPaffAcad_missing 1.00 1.45 0.00
## ThisSchoYr_Talk_AcadPers_abtMHPaffAcad 0.00 0.14 0.00
## ThisSchoYr_Talk_AcadPers_how_supportive 3.00 3.36 0.00
## ins_prompt 1.00 1.00 0.00
## ins_uncovered 1.00 0.91 0.00
## ins_parOrTheirEmp 0.00 0.00 0.00
## ins_myEmp 0.00 0.00 0.00
## ins_SpouseEmp 0.00 0.00 0.00
## ins_StudHealthInsPlan 0.00 0.00 0.00
## ins_EmbassyInterStud 0.00 0.00 0.00
## ins_IndivPurcFromCarrier 0.00 0.00 0.00
## ins_Medicaid_etc 0.00 0.00 0.00
## ins_IDK 0.00 0.00 0.00
## ins_missing 1.00 1.00 0.00
## ins_coverMHPvisit 2.50 2.39 0.74
## ins_meetNeedMHS 1.00 1.34 0.00
## ins_inad_PROMPT NA NaN NA
## ins_inad_notCovMHS 0.00 0.00 0.00
## ins_inad_notCovPreExistCond 0.00 0.00 0.00
## ins_inad_notCovCertainCond 0.00 0.00 0.00
## ins_inad_coPayTooExp 0.00 0.22 0.00
## ins_inad_DeductTooExp 1.00 0.56 0.00
## ins_inad_NotCoverCerTypesServ 0.00 0.44 0.00
## ins_inad_LimitNumServCov 0.00 0.33 0.00
## ins_inad_other 0.00 0.22 0.00
## ins_inad_otherTEXT* NA NaN NA
## ins_inad_missing 0.00 0.00 0.00
## XXX_KNOWLEDGE_AND_ATTITUDES_MHS* NA NaN NA
## MHL_HowKnowledgeableMI NA NaN NA
## dep_tx_know_prompt NA NaN NA
## dep_tx_know_1 NA NaN NA
## dep_tx_know_2 NA NaN NA
## dep_tx_know_3 NA NaN NA
## dep_tx_know_4 NA NaN NA
## dep_tx_missing -3999996.00 -3999996.00 0.00
## dep_sx_know_prompt NA NaN NA
## dep_sx_know_1 NA NaN NA
## dep_sx_know_2 NA NaN NA
## dep_sx_know_3 NA NaN NA
## dep_sx_know_4 NA NaN NA
## dep_sx_know_missing -3999996.00 -3999996.00 0.00
## anx_help_know_prompt NA NaN NA
## anx_help_know_1 NA NaN NA
## anx_help_know_2 NA NaN NA
## anx_help_know_3 NA NaN NA
## anx_help_know_4 NA NaN NA
## anx_help_know_missing -3999996.00 -3999996.00 0.00
## ea_sx_know_prompt NA NaN NA
## ea_sx_know_1 NA NaN NA
## ea_sx_know_2 NA NaN NA
## ea_sx_know_3 NA NaN NA
## ea_sx_know_4 NA NaN NA
## ea_sx_know_5 NA NaN NA
## ea_sx_know_6 NA NaN NA
## ea_sx_know_missing -5999994.00 -5999994.00 0.00
## MHL_canRecogOthersEmoDist NA NaN NA
## MHL_confidHelpPersWmhp NA NaN NA
## MHL_MHgatekeeper_training_taken NA NaN NA
## Aware_MH_outreach_onCamp NA NaN NA
## heard_Qual_MHSonCamp NA NaN NA
## Good_supp_sys_on_camp NA NaN NA
## How_helpful_meds_if_future_MHC NA NaN NA
## How_helpful_tx_if_future_MHC NA NaN NA
## I_am_person_w_MI NA NaN NA
## when_feel_dep_I_keep_feelings_secret NA NaN NA
## I_feel_ashamed_having_MI NA NaN NA
## Keep_my_MI_secret NA NaN NA
## Wish_I_could_disclose_my_MI NA NaN NA
## PercStig_MHtx_sign_pers_fail NA NaN NA
## PercStig_MHtx_think_less NA NaN NA
## SocDist_I_acc_pers_MHtx NA NaN NA
## PersonStig_MHtx_sign_pers_fail NA NaN NA
## NumFriendFamEverSH_MHP NA NaN NA
## xxxSUBSTANCE_USExxx* NA NaN NA
## audit_1 NA NaN NA
## audit_2 NA NaN NA
## audit_3_f NA NaN NA
## audit_3_m NA NaN NA
## audit_3_o NA NaN NA
## audit_4 NA NaN NA
## audit_5 NA NaN NA
## audit_6 NA NaN NA
## audit_7 NA NaN NA
## audit_8 NA NaN NA
## audit_9 NA NaN NA
## audit_10 NA NaN NA
## alc_tx NA NaN NA
## risk_alc NA NaN NA
## risk_cig NA NaN NA
## risk_mar NA NaN NA
## risk_presc NA NaN NA
## peer_alc_1 NA NaN NA
## peer_alc_2 NA NaN NA
## peer_alc_3 NA NaN NA
## peer_alc_4 NA NaN NA
## peer_perc_prompt NA NaN NA
## peer_alc_est* -999999.00 -999999.00 0.00
## peer_mar_est* -999999.00 -999999.00 0.00
## peer_cig_est* -999999.00 -999999.00 0.00
## alc_prob NA NaN NA
## xxxSLEEPxxx* NA NaN NA
## isi_prompt NA NaN NA
## isi_1 -999999.00 -999999.00 0.00
## isi_2 -999999.00 -999999.00 0.00
## isi_3 -999999.00 -999999.00 0.00
## isi_4 -999999.00 -999999.00 0.00
## isi_5 -999999.00 -999999.00 0.00
## isi_6 -999999.00 -999999.00 0.00
## isi_7 -999999.00 -999999.00 0.00
## isi_score NA NaN NA
## xxxEATINGBODYIMAGExxx* NA NaN NA
## wcs_1_f NA NaN NA
## wcs_1_m NA NaN NA
## wcs_1_o NA NaN NA
## wcs_2 NA NaN NA
## wcs_3 NA NaN NA
## wcs_4 NA NaN NA
## wcs_5 NA NaN NA
## body_con_change NA NaN NA
## fresh15 NA NaN NA
## weigh_freq NA NaN NA
## weight_ideal NA NaN NA
## binge NA NaN NA
## purge_prompt NA NaN NA
## purge_1* -999999.00 -999999.00 0.00
## purge_2* -999999.00 -999999.00 0.00
## purge_3* -999999.00 -999999.00 0.00
## purge_4* -999999.00 -999999.00 0.00
## ea_fast* -999999.00 -999999.00 0.00
## diet NA NaN NA
## eat_change NA NaN NA
## eat_change_prompt NA NaN NA
## eat_change_how_1 NA NaN NA
## eat_change_how_2 NA NaN NA
## eat_change_how_3 NA NaN NA
## eat_change_how_4 NA NaN NA
## eat_change_how_5 NA NaN NA
## eat_change_how_6 NA NaN NA
## eat_change_how_7 NA NaN NA
## eat_change_how_8 NA NaN NA
## eat_change_how_9 NA NaN NA
## eat_change_how_10 NA NaN NA
## eat_change_how_11 NA NaN NA
## eat_change_how_12 NA NaN NA
## eat_change_how_13 NA NaN NA
## eat_change_how_14 NA NaN NA
## eat_change_how_15 NA NaN NA
## eat_change_how_15_text* NA NaN NA
## eat_change_how_missing 0.00 0.00 0.00
## ed_peer NA NaN NA
## xxxSEXUAL_ASSAULTxxx* NA NaN NA
## sa_perc_prompt NA NaN NA
## sa_perc_1 4.00 3.66 0.00
## sa_perc_2 4.00 3.57 0.00
## sa_perc_3 3.00 2.79 1.48
## sa_perc_4 4.00 3.49 0.00
## sa_perc_5 4.00 3.64 0.00
## sa_perc_6 3.00 3.05 1.48
## sa_perc_7 3.00 3.00 1.48
## sa_perc_8 3.00 3.13 1.48
## sa_perc_9 2.00 2.04 1.48
## sa_perc_10 3.00 3.09 1.48
## sa_perc_11 2.00 2.36 1.48
## sa_perc_12 3.00 2.56 1.48
## sa_train_pol 1.00 0.80 0.00
## sa_train_prev 1.00 0.82 0.00
## sa_train_use 4.00 3.96 1.48
## sa_res_know 4.00 4.39 1.48
## sa_proc_know 4.00 3.73 1.48
## sa_proc_conf 4.00 4.03 1.48
## sa_exp_prompt NA NaN NA
## sa_exp_touch 1.00 0.96 0.00
## sa_exp_oral 0.00 0.00 0.00
## sa_exp_inc 0.00 0.17 0.00
## sa_exp_anal 0.00 0.00 0.00
## sa_exp_pen 0.00 0.10 0.00
## sa_suc_prompt NA NaN NA
## sa_suc_phyforc_1 0.00 0.00 0.00
## sa_att_phyforc 0.00 0.00 0.00
## sa_drunk_1 3.00 2.31 0.00
## sa_suc_phyforc_prompt NA NaN NA
## sa_suc_phyforc_2_1 1.00 0.89 0.00
## sa_suc_phyforc_2_2 0.00 0.11 0.00
## sa_suc_phyforc_2_3 1.00 0.56 0.00
## sa_suc_phyforc_2_4 0.00 0.11 0.00
## sa_suc_phyforc_2_5 0.00 0.44 0.00
## sa_suc_phyforc_2_6 0.00 0.00 0.00
## sa_suc_phyforc_2_6_text* NA NaN NA
## sa_suc_phyforc_missing 0.00 0.00 0.00
## sa_drunk_prompt NA NaN NA
## sa_drunk_2_1 1.00 0.54 0.00
## sa_drunk_2_2 0.00 0.00 0.00
## sa_drunk_2_3 1.00 0.71 0.00
## sa_drunk_2_4 0.00 0.00 0.00
## sa_drunk_2_5 0.00 0.14 0.00
## sa_drunk_2_6 0.00 0.00 0.00
## sa_drunk_2_6_text* NA NaN NA
## sa_drunk_2_7 0.00 0.00 0.00
## sa_drunk_2_missing 0.00 0.34 0.00
## sa_drunk_prompt_2 NA NaN NA
## sa_drunk_3 1.00 1.00 0.00
## sa_drunk_4 1.00 1.00 0.00
## sa_drunk_5 0.00 0.00 0.00
## sa_drunk_6 2.00 2.09 0.00
## sa_who_prompt NA NaN NA
## sa_who_prompt_2 NA NaN NA
## sa_who_1 0.00 0.27 0.00
## sa_who_2 0.00 0.00 0.00
## sa_who_3 0.00 0.37 0.00
## sa_who_4 0.00 0.00 0.00
## sa_who_5 0.00 0.00 0.00
## sa_who_6 0.00 0.00 0.00
## sa_who_7 0.00 0.00 0.00
## sa_who_8 0.00 0.13 0.00
## sa_who_9 0.00 0.00 0.00
## sa_who_10 0.00 0.00 0.00
## sa_who_11 0.00 0.00 0.00
## sa_who_12 0.00 0.00 0.00
## sa_who_12_text* NA NaN NA
## sa_who_missing 1.00 1.04 0.00
## sa_who_stud 1.00 1.18 0.00
## sa_who_employ 2.00 2.00 0.00
## sa_who_gender 1.00 1.00 0.00
## sa_who_gender_text* NA NaN NA
## sa_op_substance_prompt NA NaN NA
## sa_op_substance_1 1.00 0.86 0.00
## sa_op_substance_2 1.00 0.75 0.00
## sa_op_substance_3 0.00 0.00 0.00
## sa_op_substance_4 0.00 0.00 0.00
## sa_op_substance_5 0.00 0.04 0.00
## sa_op_substance_missing 2.00 1.66 0.00
## sa_frighten 3.00 2.49 1.48
## sa_loc_prompt NA NaN NA
## sa_loc_off 0.00 0.36 0.00
## sa_loc_on 1.00 0.68 0.00
## sa_loc_missing 1.00 1.00 0.00
## sa_tell_prompt NA NaN NA
## sa_tell_1 0.00 0.00 0.00
## sa_tell_2 0.00 0.48 0.00
## sa_tell_3 1.00 0.95 0.00
## sa_tell_4 0.00 0.01 0.00
## sa_tell_5 0.00 0.00 0.00
## sa_tell_6 0.00 0.00 0.00
## sa_tell_7 0.00 0.00 0.00
## sa_tell_8 0.00 0.00 0.00
## sa_tell_9 0.00 0.00 0.00
## sa_tell_10 0.00 0.01 0.00
## sa_tell_11 0.00 0.00 0.00
## sa_tell_12 0.00 0.00 0.00
## sa_tell_12_text* NA NaN NA
## sa_tell_missing 2.00 1.63 1.48
## sa_sch_report 0.00 0.01 0.00
## sa_sch_help 4.00 3.45 0.00
## sa_nodiscl_prompt NA NaN NA
## sa_nodiscl_1 NA NaN NA
## sa_nodiscl_2 NA NaN NA
## sa_nodiscl_3 NA NaN NA
## sa_nodiscl_4 NA NaN NA
## sa_nodiscl_5 NA NaN NA
## sa_nodiscl_6 NA NaN NA
## sa_nodiscl_7 NA NaN NA
## sa_nodiscl_8 NA NaN NA
## sa_nodiscl_9 NA NaN NA
## sa_nodiscl_10 NA NaN NA
## sa_nodiscl_11 NA NaN NA
## sa_nodiscl_12 NA NaN NA
## sa_nodiscl_13 NA NaN NA
## sa_nodiscl_14 NA NaN NA
## sa_nodiscl_15 NA NaN NA
## sa_nodiscl_16 NA NaN NA
## sa_nodiscl_17 NA NaN NA
## sa_nodiscl_18 NA NaN NA
## sa_nodiscl_19 NA NaN NA
## sa_nodiscl_20 NA NaN NA
## sa_nodiscl_21 NA NaN NA
## sa_nodiscl_22 NA NaN NA
## sa_nodiscl_23 NA NaN NA
## sa_nodiscl_24 NA NaN NA
## sa_nodiscl_24_text* NA NaN NA
## sa_nodiscl_missing 0.00 0.00 0.00
## stalk 0.00 0.00 0.00
## xxxOVERALL_HEALTH* NA NaN NA
## health_overall NA NaN NA
## chronic_prompt -999999.00 -999999.00 0.00
## chronic_1 NA NaN NA
## chronic_2 NA NaN NA
## chronic_3 NA NaN NA
## chronic_4 NA NaN NA
## chronic_5 NA NaN NA
## chronic_6 NA NaN NA
## chronic_7 NA NaN NA
## chronic_8 NA NaN NA
## chronic_9 NA NaN NA
## chronic_10 NA NaN NA
## chronic_11 NA NaN NA
## chronic_11_text* -999999.00 -999999.00 0.00
## chronic_12 NA NaN NA
## chronic_13 NA NaN NA
## chronic_missing -12999987.00 -12999987.00 0.00
## exercise -999999.00 -999999.00 0.00
## ex_change NA NaN NA
## ex_change_how NA NaN NA
## ex_change_how_text* -999999.00 -999999.00 0.00
## veget NA NaN NA
## vegan NA NaN NA
## rawfood NA NaN NA
## veget_imp NA NaN NA
## vegan_imp NA NaN NA
## rawfood_imp NA NaN NA
## fruit_veg NA NaN NA
## nutr_know NA NaN NA
## cal_know NA NaN NA
## cal_count NA NaN NA
## sex_year NA NaN NA
## sexp_f NA NaN NA
## sexp_m NA NaN NA
## sexp_tr NA NaN NA
## sex_month NA NaN NA
## sex_month_oral NA NaN NA
## sex_month_vag NA NaN NA
## sex_month_anal NA NaN NA
## birthcontrol_prompt -999999.00 -999999.00 0.00
## birthcontrol_1_1 NA NaN NA
## birthcontrol_1_2 NA NaN NA
## birthcontrol_1_3 NA NaN NA
## birthcontrol_1_4 NA NaN NA
## birthcontrol_1_5 NA NaN NA
## birthcontrol_1_6 NA NaN NA
## birthcontrol_1_7 NA NaN NA
## birthcontrol_1_8 NA NaN NA
## birthcontrol_1_9 NA NaN NA
## birthcontrol_1_10 NA NaN NA
## birthcontrol_1_10_text* -999999.00 -999999.00 0.00
## birthcontrol_1_11 NA NaN NA
## birthcontrol_1_12 NA NaN NA
## birthcontrol_1_missing -11999988.00 -11999988.00 0.00
## birthcontrol_2 NA NaN NA
## pregnant1 NA NaN NA
## pregnant2 NA NaN NA
## xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx* NA NaN NA
## climate_we_camp_look_out_each_oth NA NaN NA
## climate_I_resp_help_friend_strugg NA NaN NA
## climate_I_resp_help_classmate_strugg NA NaN NA
## WitnessRiskySituationPROMPT NA NaN NA
## witness_1 NA NaN NA
## witness_2 NA NaN NA
## witness_3 NA NaN NA
## witness_4 NA NaN NA
## witness_5 NA NaN NA
## witness_6 NA NaN NA
## witness_6_text* -999999.00 -999999.00 0.00
## witness_7 NA NaN NA
## witness_missing -6999993.00 -6999993.00 0.00
## inter_hy_dr NA NaN NA
## inter_hy_sa NA NaN NA
## inter_hy_hl NA NaN NA
## QINT_intervene_saw_EmoDis_SuiTh NA NaN NA
## inter_y_prompt NA NaN NA
## inter_y_1 NA NaN NA
## inter_y_2 NA NaN NA
## inter_y_3 NA NaN NA
## Past12mo_intervene_saw_EmoDis_SuiTh NA NaN NA
## inter_y_5 NA NaN NA
## inter_y_6 NA NaN NA
## inter_y_6_text* -999999.00 -999999.00 0.00
## inter_y_7 NA NaN NA
## inter_y_missing -6999993.00 -6999993.00 0.00
## Past12mo_intervene_perc_effectiv NA NaN NA
## inter_n_prompt NA NaN NA
## inter_n_1 NA NaN NA
## inter_n_2 NA NaN NA
## inter_n_3 NA NaN NA
## Past12mo_witnessed_EmoDis_SuiTh NA NaN NA
## inter_n_5 NA NaN NA
## inter_n_6 NA NaN NA
## inter_n_6_text* NA NaN NA
## inter_n_7 NA NaN NA
## inter_n_missing -999999.00 -999999.00 0.00
## NotInterveneBC_PROMPT -999999.00 -999999.00 0.00
## NotInterveneBC_afraidEmbar NA NaN NA
## NotInterveneBC_assumeOtherHelp NA NaN NA
## NotInterveneBC_notKnowHowHelp NA NaN NA
## NotInterveneBC_NotConfid NA NaN NA
## NotInterveneBC_notMyBusin NA NaN NA
## NotInterveneBC_afraidFriendsNotSup NA NaN NA
## NotInterveneBC_wasUnsafe NA NaN NA
## NotInterveneBC_AfraidGetInTroub NA NaN NA
## NotInterveneBC_other NA NaN NA
## NotInterveneBC_otherTEXT* NA NaN NA
## NotInterveneBC_missing 0.00 0.00 0.00
## xxxCAMPUS_CLIMATE_AND_CULTURE* NA NaN NA
## belong1 NA NaN NA
## belong2 NA NaN NA
## belong3 NA NaN NA
## belong4 NA NaN NA
## belong5 NA NaN NA
## belong6 NA NaN NA
## belong7 NA NaN NA
## belong8 NA NaN NA
## belong9 NA NaN NA
## mh_mission NA NaN NA
## climate_MH_priority NA NaN NA
## cliimate_encour_Disc_MH NA NaN NA
## climate_stud_work_promo_MH NA NaN NA
## climate_admin_list_stud_conc_reg_MH NA NaN NA
## climate_camp_env_neg_imp_stud_MH NA NaN NA
## climate_camp_env_neg_imp_eatingBI NA NaN NA
## safe_on_day NA NaN NA
## safe_on_night NA NaN NA
## safe_off_day NA NaN NA
## safe_off_night NA NaN NA
## I_exposed_diversity_atmySch NA NaN NA
## PercPersonalDiscrim NA NaN NA
## xxxSTRESS_AND_COMPETITIONxxx* NA NaN NA
## stress_prompt NA NaN NA
## stress1 NA NaN NA
## stress2 NA NaN NA
## stress3 NA NaN NA
## stress4 NA NaN NA
## compet_cl NA NaN NA
## compet_sch NA NaN NA
## compet_field NA NaN NA
## grade_curv NA NaN NA
## achieve1 NA NaN NA
## achieve2 NA NaN NA
## achieve3 NA NaN NA
## achieve4 NA NaN NA
## achieve5 NA NaN NA
## achieve6 NA NaN NA
## achieve7 NA NaN NA
## achieve8 NA NaN NA
## achieve9 NA NaN NA
## achieve10 NA NaN NA
## achieve11 NA NaN NA
## achieve12 NA NaN NA
## achieve13 NA NaN NA
## achieve14 NA NaN NA
## achieve15 NA NaN NA
## achieve16 NA NaN NA
## achieve17 NA NaN NA
## achieve18 NA NaN NA
## RES_COP* NA NaN NA
## cope1 NA NaN NA
## cope2 NA NaN NA
## cope3 NA NaN NA
## cope4 NA NaN NA
## cope5 NA NaN NA
## cope6 NA NaN NA
## cope7 NA NaN NA
## cope8 NA NaN NA
## cope9 NA NaN NA
## cope10 NA NaN NA
## cope11 NA NaN NA
## cope12 NA NaN NA
## cope13 NA NaN NA
## cope14 NA NaN NA
## cope15 NA NaN NA
## cope16 NA NaN NA
## cope17 NA NaN NA
## cope18 NA NaN NA
## cope19 NA NaN NA
## cope20 NA NaN NA
## cope21 NA NaN NA
## cope22 NA NaN NA
## cope23 NA NaN NA
## cope24 NA NaN NA
## cope25 NA NaN NA
## cope26 NA NaN NA
## cope27 NA NaN NA
## cope28 NA NaN NA
## selfcomp_prompt NA NaN NA
## selfcomp1 NA NaN NA
## selfcomp2 NA NaN NA
## selfcomp3 NA NaN NA
## selfcomp4 NA NaN NA
## selfcomp5 NA NaN NA
## selfcomp6 NA NaN NA
## selfcomp7 NA NaN NA
## selfcomp8 NA NaN NA
## selfcomp9 NA NaN NA
## selfcomp10 NA NaN NA
## selfcomp11 NA NaN NA
## selfcomp12 NA NaN NA
## xxxACADEMIC_EXPERIENCES_and_GOALS* 1.00 1.00 0.00
## choose_sch 6.00 5.28 0.00
## sat_aca 5.00 5.06 1.48
## transfer_int 1.00 1.21 0.00
## grad_likely 5.00 4.85 0.00
## Chall_Stop_Deg_PROMPT NA NaN NA
## Chall_Stop_Deg_fin 0.50 0.50 0.74
## Chall_Stop_Deg_MenEmoHealhProbs 0.50 0.50 0.74
## Chall_Stop_Deg_otherhealth 0.00 0.25 0.00
## Chall_Stop_Deg_familyOblig 0.00 0.25 0.00
## Chall_Stop_Deg_FamRelDiff 0.00 0.25 0.00
## Chall_Stop_Deg_Acad 0.00 0.25 0.00
## persist_challenge_7 0.00 0.00 0.00
## Chall_Stop_Deg_lackMotiv 1.00 0.75 0.00
## Chall_Stop_Deg_workCommitments 0.00 0.00 0.00
## Chall_Stop_Deg_CareerOpp 0.00 0.25 0.00
## Chall_Stop_Deg_other 0.00 0.00 0.00
## Chall_Stop_Deg_otherTEXT* NA NaN NA
## Chall_Stop_Deg_missing 0.00 0.00 0.00
## highestdeg 3.00 3.26 1.48
## highestdeg_text* NA NaN NA
## doubt_school_1 2.00 2.53 1.48
## doubt_school_2 5.00 4.40 1.48
## fam_support_aca 6.00 5.79 0.00
## prof_support_aca 5.00 5.39 1.48
## adjust_aca_1 3.00 3.41 1.48
## adjust_aca_2 3.00 3.40 0.00
## different_maj 0.00 0.47 0.00
## failed 0.00 0.02 0.00
## late_assign 2.00 1.67 1.48
## sleep_class 1.00 1.71 0.00
## aca_support_serv 2.00 1.95 0.00
## office_hrs 3.00 2.72 1.48
## faculty_out 3.00 3.57 1.48
## advisor_interact 2.00 2.47 1.48
## gradstud_interact 1.00 1.12 0.00
## satisfied_overall 5.00 4.51 1.48
## studygroup 4.00 4.02 1.48
## friend_devel 4.00 4.27 1.48
## time_manage 3.50 3.51 0.74
## MHC_Impact_AcadPerf_past12mo_PROMPT NA NaN NA
## MHC_Impact_AcadPerf_past12mo_anx 3.00 2.91 1.48
## MHC_Impact_AcadPerf_past12mo_dep 1.00 1.94 0.00
## MHC_Impact_AcadPerf_past12mo_eat 1.00 1.43 0.00
## MHC_Impact_AcadPerf_past12mo_add_ld 1.00 1.28 0.00
## MHC_Impact_AcadPerf_past12mo_substance 1.00 1.52 0.00
## MHC_Impact_AcadPerf_past12mo_phys_health 1.00 1.37 0.00
## MHC_Impact_AcadPerf_past12mo_phys_assault 1.00 1.00 0.00
## MHC_Impact_AcadPerf_past12mo_sex_assault 1.00 1.44 0.00
## FinancialStress* NA NaN NA
## fin_comp1 NA NaN NA
## fin_comp2 NA NaN NA
## pay_worry NA NaN NA
## pay_fam NA NaN NA
## pay_self NA NaN NA
## pay_grant NA NaN NA
## pay_loan NA NaN NA
## pay_other NA NaN NA
## pay_diff_sch NA NaN NA
## pay_diff_book NA NaN NA
## pay_diff_food NA NaN NA
## pay_diff_transp NA NaN NA
## pay_diff_child NA NaN NA
## pay_diff_health NA NaN NA
## pay_diff_house NA NaN NA
## work_on NA NaN NA
## work_off NA NaN NA
## work_impa NA NaN NA
## Q_MHA* NA NaN NA
## Q_MHA1 NA NaN NA
## Q_MHA2 NA NaN NA
## Q_MHA3* -999999.00 -999999.00 0.00
## Q_MHA4* -999999.00 -999999.00 0.00
## Q_MHA5 NA NaN NA
## Q_MHA6 NA NaN NA
## Q_MHA7* -999999.00 -999999.00 0.00
## Q_MHA8* -999999.00 -999999.00 0.00
## Q_MHA9 NA NaN NA
## QMHA10 NA NaN NA
## Q_MHA11 NA NaN NA
## Q_MHA12 NA NaN NA
## Q_MHA13 NA NaN NA
## Q_MHA14 NA NaN NA
## Q_MHA15* -999999.00 -999999.00 0.00
## Q_MHA16 NA NaN NA
## Q_MHA17 NA NaN NA
## Q_MHA18 NA NaN NA
## Q_MHA19 NA NaN NA
## Q_MHA20* -999999.00 -999999.00 0.00
## Q152 NA NaN NA
## Q153 NA NaN NA
## min max
## schoolnum 16.00 16.00
## nrweight 0.55 1.77
## survey* Inf -Inf
## responseid* Inf -Inf
## Q2_1* Inf -Inf
## age 18.00 24.00
## sex_birth 1.00 2.00
## gender 1.00 6.00
## gender_text* Inf -Inf
## sexual 1.00 5.00
## sexual_text* Inf -Inf
## relship 1.00 6.00
## relship_text* Inf -Inf
## race_his 0.00 1.00
## race_white 0.00 1.00
## race_black 0.00 1.00
## race_asian 0.00 1.00
## race_ainaan 0.00 1.00
## race_mides 0.00 1.00
## race_pi 0.00 1.00
## race_haw 0.00 0.00
## race_other 0.00 1.00
## race_other_text* Inf -Inf
## citizen 0.00 1.00
## fincur 1.00 3.00
## finpast 1.00 4.00
## educ_par1 2.00 7.00
## educ_par2 -999999.00 8.00
## educ_par1_rel -999999.00 2.00
## educ_par2_rel -999999.00 2.00
## religios 1.00 4.00
## relig_aff_c 0.00 1.00
## relig_aff_j 0.00 1.00
## relig_aff_m 0.00 1.00
## relig_aff_b 0.00 1.00
## relig_aff_h 0.00 1.00
## relig_aff_a 0.00 1.00
## relig_aff_other 0.00 1.00
## relig_aff_other_text* Inf -Inf
## relig_aff_no 0.00 1.00
## degree_bach 0.00 1.00
## degree_ma 0.00 0.00
## degree_jd 0.00 1.00
## degree_md 0.00 1.00
## degree_phd 0.00 0.00
## degree_other 0.00 0.00
## degree_other_text* Inf -Inf
## degree_ass 0.00 1.00
## transfer 2.00 3.00
## yr_sch 1.00 5.00
## enroll 1.00 1.00
## enroll_text* Inf -Inf
## field_hum 0.00 1.00
## field_nat 0.00 1.00
## field_soc 0.00 1.00
## field_arc 0.00 0.00
## field_art 0.00 1.00
## field_bus 0.00 1.00
## field_den 0.00 0.00
## field_ed 0.00 1.00
## field_eng 0.00 0.00
## field_law 0.00 1.00
## field_med 0.00 1.00
## field_mus 0.00 1.00
## field_nur 0.00 1.00
## field_pharm 0.00 1.00
## field_prep 0.00 1.00
## field_ph 0.00 1.00
## field_pp 0.00 1.00
## field_sw 0.00 0.00
## field_und 0.00 1.00
## field_other 0.00 1.00
## field_other_text* Inf -Inf
## gpa_sr 1.00 10.00
## aca_impa 1.00 4.00
## timeclass 3.00 7.00
## timestud 3.00 7.00
## persist 1.00 6.00
## residenc 1.00 6.00
## residenc_text* Inf -Inf
## activ_ac 0.00 1.00
## activ_athc 0.00 1.00
## activ_athv 0.00 1.00
## activ_athi 0.00 1.00
## activ_cs 0.00 1.00
## activ_cu 0.00 1.00
## activ_da 0.00 1.00
## activ_fs 0.00 1.00
## activ_gs 0.00 1.00
## activ_gov 0.00 1.00
## activ_hw 0.00 1.00
## activ_mp 0.00 1.00
## activ_md 0.00 1.00
## activ_rel 0.00 1.00
## activ_soc 0.00 1.00
## activ_art 0.00 1.00
## activ_other 0.00 1.00
## activ_other_text* Inf -Inf
## activ_none 0.00 1.00
## military 1.00 1.00
## disab_prompt Inf -Inf
## disab_1_1 0.00 1.00
## disab_1_2 0.00 0.00
## disab_1_3 0.00 1.00
## disab_1_4 0.00 1.00
## disab_1_5 0.00 0.00
## disab_1_6 0.00 1.00
## disab_1_7 0.00 0.00
## disab_1_8 0.00 1.00
## disab_1_9 0.00 0.00
## disab_1_10 0.00 1.00
## disab_1_11 0.00 1.00
## disab_1_11_text* Inf -Inf
## disab_1_12 0.00 1.00
## disab_2 -999999.00 2.00
## disab_3 -999999.00 3.00
## Q3_1 1.00 1.00
## diener1 1.00 7.00
## diener2 2.00 7.00
## diener3 2.00 7.00
## diener4 1.00 7.00
## diener5 2.00 7.00
## diener6 1.00 7.00
## diener7 1.00 7.00
## diener8 2.00 7.00
## diener_score 24.00 56.00
## PHQ9prompt Inf -Inf
## phq9_1 1.00 4.00
## phq9_2 1.00 4.00
## phq9_3 1.00 4.00
## phq9_4 1.00 4.00
## phq9_5 1.00 4.00
## phq9_6 1.00 4.00
## phq9_7 1.00 4.00
## phq9_8 1.00 4.00
## phq9_9 1.00 4.00
## dep_impa 1.00 4.00
## deprawsc -999999.00 26.00
## phq2_prompt Inf -Inf
## phq2_1 1.00 4.00
## phq2_2 1.00 4.00
## gad7_1 1.00 4.00
## gad7_2 1.00 4.00
## gad7_3 1.00 4.00
## gad7_4 1.00 4.00
## gad7_5 1.00 4.00
## gad7_6 1.00 4.00
## gad7_7 1.00 4.00
## gad7_impa 1.00 4.00
## anx_score 0.00 21.00
## height_ft 0.00 11.00
## height_in 4.00 6.00
## weight 0.00 255.00
## thin_good 0.00 1.00
## body_sr 2.00 5.00
## scoff_1 0.00 1.00
## scoff_2 0.00 1.00
## scoff_3 0.00 1.00
## scoff_4 0.00 1.00
## scoff_5 0.00 1.00
## ed_scoff 0.00 5.00
## sib_prompt Inf -Inf
## sib_cut 0.00 1.00
## sib_burn 0.00 1.00
## sib_punch 0.00 1.00
## sib_scratch 0.00 1.00
## sib_pull 0.00 1.00
## sib_bit 0.00 1.00
## sib_wound 0.00 1.00
## sib_carv 0.00 1.00
## sib_rub 0.00 1.00
## sib_pobj 0.00 1.00
## sib_other 0.00 1.00
## sib_other_text* Inf -Inf
## sib_none 0.00 1.00
## sib_freq 1.00 6.00
## sui_idea 0.00 1.00
## sui_plan 0.00 1.00
## sui_att 0.00 0.00
## violence_vic 0.00 1.00
## violence_perp 0.00 1.00
## assault_any Inf -Inf
## assault_emo Inf -Inf
## assault_phys Inf -Inf
## assault_sexr Inf -Inf
## assault_sexnr Inf -Inf
## alc_any 0.00 1.00
## binge_fr_f 1.00 6.00
## binge_fr_m 1.00 6.00
## binge_fr_o 1.00 1.00
## smok_freq 1.00 4.00
## drugPROMPT Inf -Inf
## drug_mar 0.00 1.00
## drug_coc 0.00 1.00
## drug_her 0.00 0.00
## drug_met 0.00 0.00
## drug_stim 0.00 1.00
## drug_ect 0.00 0.00
## drug_other 0.00 1.00
## drug_none 0.00 1.00
## drug_other1_text* -999999.00 -999999.00
## drug_other2_text* -999999.00 -999999.00
## drug_other3_text* -999999.00 -999999.00
## druguse_total_missing 0.00 4.00
## sleep_wk1 1.00 24.00
## sleep_wd1 1.00 24.00
## sleep_wk2 2.00 24.00
## sleep_wd2 1.00 24.00
## sleep_np1 1.00 8.00
## sleep_np2 1.00 4.00
## XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS* Inf -Inf
## dx_prompt Inf -Inf
## dx_dep 0.00 1.00
## dx_anx 0.00 1.00
## dx_attl 0.00 1.00
## dx_ea 0.00 1.00
## dx_psy 0.00 0.00
## dx_pers 0.00 1.00
## dx_sa 0.00 1.00
## dx_none 0.00 1.00
## dx_dk 0.00 1.00
## dx_total_missing 0.00 4.00
## dx_dep_prompt Inf -Inf
## dx_dep_1 0.00 1.00
## dx_dep_2 0.00 1.00
## dx_dep_3 0.00 1.00
## dx_dep_4 0.00 1.00
## dx_dep_5 0.00 1.00
## dx_dep_5_text* Inf -Inf
## dx_dep_6 0.00 1.00
## dx_dep_missing 0.00 2.00
## dx_ax_prompt Inf -Inf
## dx_ax_1 0.00 1.00
## dx_ax_2 0.00 1.00
## dx_ax_3 0.00 1.00
## dx_ax_4 0.00 0.00
## dx_ax_5 0.00 0.00
## dx_ax_6 0.00 1.00
## dx_ax_7 0.00 1.00
## dx_ax_8 0.00 1.00
## dx_ax_9 0.00 1.00
## dx_ax_9_text* Inf -Inf
## dx_ax_10 0.00 1.00
## dx_att_prompt Inf -Inf
## dx_att_1 0.00 1.00
## dx_att_2 0.00 1.00
## dx_att_3 0.00 0.00
## dx_att_3_text* Inf -Inf
## dx_att_4 0.00 1.00
## dx_ea_prompt Inf -Inf
## dx_ea_1 0.00 1.00
## dx_ea_2 0.00 1.00
## dx_ea_3 0.00 1.00
## dx_ea_4 0.00 1.00
## dx_ea_4_text* Inf -Inf
## dx_ea_5 0.00 1.00
## dx_psy_prompt Inf -Inf
## dx_psy_1 0.00 0.00
## dx_psy_2 0.00 0.00
## dx_psy_3 0.00 0.00
## dx_psy_4 0.00 0.00
## dx_psy_5 0.00 0.00
## dx_psy_6 0.00 0.00
## dx_psy_7 0.00 0.00
## dx_psy_7_text* Inf -Inf
## dx_psy_8 0.00 0.00
## dx_perso_prompt Inf -Inf
## dx_perso_1 0.00 0.00
## dx_perso_2 0.00 0.00
## dx_perso_3 0.00 1.00
## dx_perso_4 0.00 0.00
## dx_perso_5 0.00 0.00
## dx_perso_6 0.00 0.00
## dx_perso_7 0.00 0.00
## dx_perso_8 0.00 0.00
## dx_perso_9 0.00 0.00
## dx_perso_10 0.00 0.00
## dx_perso_11 0.00 0.00
## dx_perso_11_text* Inf -Inf
## dx_perso_12 0.00 0.00
## dx_sa_prompt Inf -Inf
## dx_sa_1 0.00 1.00
## dx_sa_2 0.00 0.00
## dx_sa_2_text* Inf -Inf
## dx_sa_3 0.00 0.00
## KnowWhereSHCampus 1.00 6.00
## Med_Helpful_4dep 1.00 4.00
## Ther_Helpful_4dep 2.00 4.00
## Perceived_Stig_1 1.00 6.00
## Personal_Stig_1 1.00 5.00
## Past12moPercNeedTx 1.00 6.00
## QINT_PROMPT Inf -Inf
## QINT_clinician 0.00 1.00
## QINT_roommate 0.00 1.00
## QINT_friend 0.00 1.00
## QINT_SO 0.00 1.00
## QINT_fam 0.00 1.00
## QINT_religCouns 0.00 1.00
## QINT_suppGrp 0.00 1.00
## QINT_otherNonClin 0.00 1.00
## QINT_otherNonClinTEXT* Inf -Inf
## QINT_NoOne 0.00 1.00
## QINT_missing 1.00 6.00
## PastHS12mo 0.00 1.00
## PastHS12moNumVisits 1.00 4.00
## CurrInTx 0.00 1.00
## CurrInTx_studCouns 0.00 1.00
## CurrInTx_campHealthServ 0.00 1.00
## CurrInTx_otherCampCHServ 0.00 1.00
## CurrInTx_Emergency 0.00 0.00
## CurrInTx_inpatient 0.00 0.00
## CurrInTx_partialHosp 0.00 1.00
## CurrInTx_localProvider 0.00 1.00
## CurrInTx_ProviderElsewhere 0.00 1.00
## CurrInTx_other 0.00 1.00
## CurrInTx_otherTEXT* -999999.00 -999999.00
## CurrInTx_IDK 0.00 0.00
## sat_hours_1 0.00 6.00
## sat_loc_1 0.00 6.00
## sat_qual_1 0.00 6.00
## sat_priv_1 0.00 6.00
## sat_sched_1 0.00 6.00
## sat_hours_2 0.00 6.00
## sat_loc_2 0.00 6.00
## sat_qual_2 0.00 5.00
## sat_priv_2 0.00 6.00
## sat_sched_2 0.00 6.00
## sat_hours_3 0.00 6.00
## sat_loc_3 0.00 6.00
## sat_qual_3 0.00 6.00
## sat_priv_3 0.00 6.00
## sat_sched_3 0.00 6.00
## sat_hours_4 0.00 0.00
## sat_loc_4 0.00 0.00
## sat_qual_4 0.00 0.00
## sat_priv_4 0.00 0.00
## sat_sched_4 0.00 0.00
## sat_hours_5 0.00 0.00
## sat_loc_5 0.00 0.00
## sat_qual_5 0.00 0.00
## sat_priv_5 0.00 0.00
## sat_sched_5 0.00 0.00
## sat_hours_6 0.00 6.00
## sat_loc_6 0.00 3.00
## sat_qual_6 0.00 6.00
## sat_priv_6 0.00 6.00
## sat_sched_6 0.00 6.00
## sat_hours_7 0.00 6.00
## sat_loc_7 0.00 6.00
## sat_qual_7 0.00 6.00
## sat_priv_7 0.00 6.00
## sat_sched_7 0.00 6.00
## sat_hours_8 0.00 6.00
## sat_loc_8 0.00 6.00
## sat_qual_8 0.00 6.00
## sat_priv_8 0.00 6.00
## sat_sched_8 0.00 6.00
## sat_hours_9 0.00 6.00
## sat_loc_9 0.00 6.00
## sat_qual_9 0.00 6.00
## sat_priv_9 0.00 6.00
## sat_sched_9 0.00 6.00
## HowHelpfulTx4you 1.00 4.00
## TakenMed_12moPROMPT Inf -Inf
## TakenMed_psychostim 0.00 1.00
## TakenMed_antidep 0.00 1.00
## TakenMed_antiPsych 0.00 1.00
## TakenMed_antiAnx 0.00 1.00
## TakenMed_moodStab 0.00 1.00
## TakenMed_sleep 0.00 1.00
## TakenMed_other 0.00 1.00
## TakenMed_otherTEXT* -999999.00 -999999.00
## TakenMed_NoneOfThese 0.00 1.00
## TakenMed_IDK 0.00 0.00
## TakenMed_missing 0.00 6.00
## Meds_reason_PROMPT Inf -Inf
## meds_reason_1 0.00 1.00
## meds_reason_2 0.00 1.00
## meds_reason_3 0.00 1.00
## meds_reason_4 0.00 1.00
## meds_reason_5 0.00 1.00
## meds_reason_5_text* Inf -Inf
## meds_reason_missing 0.00 3.00
## meds_dis 1.00 4.00
## meds_w_prompt Inf -Inf
## meds_w_1 0.00 1.00
## meds_w_2 0.00 1.00
## meds_w_3 0.00 1.00
## meds_w_3_text* -999999.00 -999999.00
## meds_w_4 0.00 1.00
## meds_w_5 0.00 0.00
## meds_w_missing 0.00 2.00
## CurrTakMed_PROMPT Inf -Inf
## CurrTakMed_psychostim 0.00 1.00
## CurrTakMed_antiDep 0.00 1.00
## CurrTakMed_antiPsych 0.00 1.00
## CurrTakMed_antiAnx 0.00 1.00
## CurrTakMed_moodStab 0.00 1.00
## CurrTakMed_sleep 0.00 1.00
## CurrTakeMed_other 0.00 0.00
## CurrTakeMed_otherTEXT* -999999.00 -999999.00
## CurrTakeMed_NoneOfThese 0.00 1.00
## CurrTakMed_missing 1.00 4.00
## meds_cur_9 0.00 1.00
## meds_time_1 1.00 4.00
## meds_time_2 1.00 4.00
## meds_time_3 2.00 4.00
## meds_time_4 1.00 4.00
## meds_time_5 2.00 4.00
## meds_time_6 2.00 4.00
## meds_time_7 3.00 4.00
## meds_helped_me -999999.00 4.00
## why_tx_prompt Inf -Inf
## why_tx_prompt_2 Inf -Inf
## why_tx_1decideOnMyOwn 0.00 1.00
## why_tx_2friendEncour 0.00 1.00
## why_tx_3friendPressure 0.00 0.00
## why_tx_4famEncour 0.00 1.00
## why_tx_5famPressure 0.00 1.00
## why_tx_6otherEncour 0.00 1.00
## why_tx_6otherEncourTEXT* -999999.00 -999999.00
## why_tx_7mandatedByCamp 0.00 1.00
## why_tx_8GotMoreInfo 0.00 0.00
## why_tx_8GotMoreInfoTEXT* -999999.00 -999999.00
## why_tx_9otherReason 0.00 1.00
## why_tx_9otherReasonTEXT* Inf -Inf
## why_tx_missing 0.00 5.00
## ReduceTxOrMed12mo_prompt Inf -Inf
## ReduceTxOrMed12mo_NoNeed 0.00 1.00
## ReduceTxOrMed12mo_financial 0.00 1.00
## ReduceTxOrMed12mo_insuffTime 0.00 1.00
## ReduceTxOrMed12mo_NotSureWhereGo 0.00 1.00
## ReduceTxOrMed12mo_DiffFindAppt 0.00 1.00
## ReduceTxOrMed12mo_PrefDealOnOwnOrWFam 0.00 1.00
## ReduceTxOrMed12mo_other 0.00 1.00
## ReduceTxOrMed12mo_noBarriers 0.00 1.00
## ReduceTxOrMed12mo_otherTEXT* Inf -Inf
## ReduceTxOrMed12mo_missing 0.00 4.00
## BarrierTxOrMed12mo_PROMPT Inf -Inf
## BarrierTxOrMed12mo_NoChanceButPlan2 0.00 1.00
## BarrierTxOrMed12mo_NoNeed 0.00 1.00
## BarrierTxOrMed12mo_financial 0.00 1.00
## BarrierTxOrMed12mo_insuffTime 0.00 1.00
## BarrierTxOrMed12mo_NotSureWhereGo 0.00 1.00
## BarrierTxOrMed12mo_DiffFindAppt 0.00 1.00
## BarrierTxOrMed12mo_PRefDealOnOwnOrWFam 0.00 1.00
## BarrierTxOrMed12mo_other 0.00 1.00
## BarrierTxOrMed12mo_noBarriers 0.00 1.00
## BarrierTxOrMed12mo_otherTEXT* Inf -Inf
## BarrierTxOrMed12mo_missing 0.00 4.00
## SeenMedProv12moAnyReason 0.00 1.00
## MentalSupp12mo_PROMPT Inf -Inf
## MentalSupp12mo_roommate 0.00 1.00
## MentalSupp12mo_friend 0.00 1.00
## MentalSupp12mo_SO 0.00 1.00
## MentalSupp12mo_fam 0.00 1.00
## inf_5MentalSupp12mo_religCouns 0.00 1.00
## MentalSupp12mo_suppGrp 0.00 1.00
## MentalSupp12mo_otherNonClin 0.00 1.00
## MentalSupp12mo_NoOne 0.00 1.00
## MentalSupp12mo_otherNonClinTEXT* Inf -Inf
## MentalSupp12mo_missing 0.00 5.00
## MentalSupp12mo_helpfulnessOverall 1.00 4.00
## QINT_MHPaffAcad_PROMPT Inf -Inf
## QINT_MHPaffAcad_classProfessor 0.00 1.00
## QINT_MHPaffAcad_acadAdv 0.00 1.00
## QINT_MHPaffAcad_anothFacMem 0.00 1.00
## QINT_MHPaffAcad_TA 0.00 0.00
## QINT_MHPaffAcad_StudServStaff 0.00 1.00
## QINT_MHPaffAcad_DeanOfStud 0.00 1.00
## QINT_MHPaffAcad_NoOne 0.00 1.00
## QINT_MHPaffAcad_other 0.00 1.00
## QINT_MHPaffAcad_otherTEXT* Inf -Inf
## QINT_MHPaffAcad_missing 1.00 5.00
## ThisSchoYr_Talk_AcadPers_abtMHPaffAcad 0.00 1.00
## ThisSchoYr_Talk_AcadPers_how_supportive 1.00 4.00
## ins_prompt 1.00 1.00
## ins_uncovered 0.00 1.00
## ins_parOrTheirEmp 0.00 1.00
## ins_myEmp 0.00 0.00
## ins_SpouseEmp 0.00 1.00
## ins_StudHealthInsPlan 0.00 1.00
## ins_EmbassyInterStud 0.00 1.00
## ins_IndivPurcFromCarrier 0.00 1.00
## ins_Medicaid_etc 0.00 0.00
## ins_IDK 0.00 1.00
## ins_missing 0.00 2.00
## ins_coverMHPvisit 1.00 5.00
## ins_meetNeedMHS 1.00 3.00
## ins_inad_PROMPT Inf -Inf
## ins_inad_notCovMHS 0.00 0.00
## ins_inad_notCovPreExistCond 0.00 0.00
## ins_inad_notCovCertainCond 0.00 0.00
## ins_inad_coPayTooExp 0.00 1.00
## ins_inad_DeductTooExp 0.00 1.00
## ins_inad_NotCoverCerTypesServ 0.00 1.00
## ins_inad_LimitNumServCov 0.00 1.00
## ins_inad_other 0.00 1.00
## ins_inad_otherTEXT* Inf -Inf
## ins_inad_missing 0.00 3.00
## XXX_KNOWLEDGE_AND_ATTITUDES_MHS* Inf -Inf
## MHL_HowKnowledgeableMI Inf -Inf
## dep_tx_know_prompt Inf -Inf
## dep_tx_know_1 Inf -Inf
## dep_tx_know_2 Inf -Inf
## dep_tx_know_3 Inf -Inf
## dep_tx_know_4 Inf -Inf
## dep_tx_missing -3999996.00 -3999996.00
## dep_sx_know_prompt Inf -Inf
## dep_sx_know_1 Inf -Inf
## dep_sx_know_2 Inf -Inf
## dep_sx_know_3 Inf -Inf
## dep_sx_know_4 Inf -Inf
## dep_sx_know_missing -3999996.00 -3999996.00
## anx_help_know_prompt Inf -Inf
## anx_help_know_1 Inf -Inf
## anx_help_know_2 Inf -Inf
## anx_help_know_3 Inf -Inf
## anx_help_know_4 Inf -Inf
## anx_help_know_missing -3999996.00 -3999996.00
## ea_sx_know_prompt Inf -Inf
## ea_sx_know_1 Inf -Inf
## ea_sx_know_2 Inf -Inf
## ea_sx_know_3 Inf -Inf
## ea_sx_know_4 Inf -Inf
## ea_sx_know_5 Inf -Inf
## ea_sx_know_6 Inf -Inf
## ea_sx_know_missing -5999994.00 -5999994.00
## MHL_canRecogOthersEmoDist Inf -Inf
## MHL_confidHelpPersWmhp Inf -Inf
## MHL_MHgatekeeper_training_taken Inf -Inf
## Aware_MH_outreach_onCamp Inf -Inf
## heard_Qual_MHSonCamp Inf -Inf
## Good_supp_sys_on_camp Inf -Inf
## How_helpful_meds_if_future_MHC Inf -Inf
## How_helpful_tx_if_future_MHC Inf -Inf
## I_am_person_w_MI Inf -Inf
## when_feel_dep_I_keep_feelings_secret Inf -Inf
## I_feel_ashamed_having_MI Inf -Inf
## Keep_my_MI_secret Inf -Inf
## Wish_I_could_disclose_my_MI Inf -Inf
## PercStig_MHtx_sign_pers_fail Inf -Inf
## PercStig_MHtx_think_less Inf -Inf
## SocDist_I_acc_pers_MHtx Inf -Inf
## PersonStig_MHtx_sign_pers_fail Inf -Inf
## NumFriendFamEverSH_MHP Inf -Inf
## xxxSUBSTANCE_USExxx* Inf -Inf
## audit_1 Inf -Inf
## audit_2 Inf -Inf
## audit_3_f Inf -Inf
## audit_3_m Inf -Inf
## audit_3_o Inf -Inf
## audit_4 Inf -Inf
## audit_5 Inf -Inf
## audit_6 Inf -Inf
## audit_7 Inf -Inf
## audit_8 Inf -Inf
## audit_9 Inf -Inf
## audit_10 Inf -Inf
## alc_tx Inf -Inf
## risk_alc Inf -Inf
## risk_cig Inf -Inf
## risk_mar Inf -Inf
## risk_presc Inf -Inf
## peer_alc_1 Inf -Inf
## peer_alc_2 Inf -Inf
## peer_alc_3 Inf -Inf
## peer_alc_4 Inf -Inf
## peer_perc_prompt Inf -Inf
## peer_alc_est* -999999.00 -999999.00
## peer_mar_est* -999999.00 -999999.00
## peer_cig_est* -999999.00 -999999.00
## alc_prob Inf -Inf
## xxxSLEEPxxx* Inf -Inf
## isi_prompt Inf -Inf
## isi_1 -999999.00 -999999.00
## isi_2 -999999.00 -999999.00
## isi_3 -999999.00 -999999.00
## isi_4 -999999.00 -999999.00
## isi_5 -999999.00 -999999.00
## isi_6 -999999.00 -999999.00
## isi_7 -999999.00 -999999.00
## isi_score Inf -Inf
## xxxEATINGBODYIMAGExxx* Inf -Inf
## wcs_1_f Inf -Inf
## wcs_1_m Inf -Inf
## wcs_1_o Inf -Inf
## wcs_2 Inf -Inf
## wcs_3 Inf -Inf
## wcs_4 Inf -Inf
## wcs_5 Inf -Inf
## body_con_change Inf -Inf
## fresh15 Inf -Inf
## weigh_freq Inf -Inf
## weight_ideal Inf -Inf
## binge Inf -Inf
## purge_prompt Inf -Inf
## purge_1* -999999.00 -999999.00
## purge_2* -999999.00 -999999.00
## purge_3* -999999.00 -999999.00
## purge_4* -999999.00 -999999.00
## ea_fast* -999999.00 -999999.00
## diet Inf -Inf
## eat_change Inf -Inf
## eat_change_prompt Inf -Inf
## eat_change_how_1 Inf -Inf
## eat_change_how_2 Inf -Inf
## eat_change_how_3 Inf -Inf
## eat_change_how_4 Inf -Inf
## eat_change_how_5 Inf -Inf
## eat_change_how_6 Inf -Inf
## eat_change_how_7 Inf -Inf
## eat_change_how_8 Inf -Inf
## eat_change_how_9 Inf -Inf
## eat_change_how_10 Inf -Inf
## eat_change_how_11 Inf -Inf
## eat_change_how_12 Inf -Inf
## eat_change_how_13 Inf -Inf
## eat_change_how_14 Inf -Inf
## eat_change_how_15 Inf -Inf
## eat_change_how_15_text* Inf -Inf
## eat_change_how_missing 0.00 0.00
## ed_peer Inf -Inf
## xxxSEXUAL_ASSAULTxxx* Inf -Inf
## sa_perc_prompt Inf -Inf
## sa_perc_1 1.00 4.00
## sa_perc_2 1.00 4.00
## sa_perc_3 1.00 4.00
## sa_perc_4 1.00 4.00
## sa_perc_5 1.00 4.00
## sa_perc_6 1.00 4.00
## sa_perc_7 1.00 4.00
## sa_perc_8 1.00 4.00
## sa_perc_9 1.00 4.00
## sa_perc_10 1.00 4.00
## sa_perc_11 1.00 4.00
## sa_perc_12 1.00 4.00
## sa_train_pol 0.00 1.00
## sa_train_prev 0.00 1.00
## sa_train_use 1.00 5.00
## sa_res_know 1.00 6.00
## sa_proc_know 1.00 5.00
## sa_proc_conf 1.00 6.00
## sa_exp_prompt Inf -Inf
## sa_exp_touch 0.00 1.00
## sa_exp_oral 0.00 1.00
## sa_exp_inc 0.00 1.00
## sa_exp_anal 0.00 1.00
## sa_exp_pen 0.00 1.00
## sa_suc_prompt Inf -Inf
## sa_suc_phyforc_1 0.00 1.00
## sa_att_phyforc 0.00 1.00
## sa_drunk_1 1.00 3.00
## sa_suc_phyforc_prompt Inf -Inf
## sa_suc_phyforc_2_1 0.00 1.00
## sa_suc_phyforc_2_2 0.00 1.00
## sa_suc_phyforc_2_3 0.00 1.00
## sa_suc_phyforc_2_4 0.00 1.00
## sa_suc_phyforc_2_5 0.00 1.00
## sa_suc_phyforc_2_6 0.00 0.00
## sa_suc_phyforc_2_6_text* Inf -Inf
## sa_suc_phyforc_missing 0.00 3.00
## sa_drunk_prompt Inf -Inf
## sa_drunk_2_1 0.00 1.00
## sa_drunk_2_2 0.00 1.00
## sa_drunk_2_3 0.00 1.00
## sa_drunk_2_4 0.00 1.00
## sa_drunk_2_5 0.00 1.00
## sa_drunk_2_6 0.00 0.00
## sa_drunk_2_6_text* Inf -Inf
## sa_drunk_2_7 0.00 0.00
## sa_drunk_2_missing 0.00 4.00
## sa_drunk_prompt_2 Inf -Inf
## sa_drunk_3 0.00 1.00
## sa_drunk_4 0.00 1.00
## sa_drunk_5 0.00 1.00
## sa_drunk_6 1.00 3.00
## sa_who_prompt Inf -Inf
## sa_who_prompt_2 Inf -Inf
## sa_who_1 0.00 1.00
## sa_who_2 0.00 0.00
## sa_who_3 0.00 1.00
## sa_who_4 0.00 0.00
## sa_who_5 0.00 0.00
## sa_who_6 0.00 0.00
## sa_who_7 0.00 0.00
## sa_who_8 0.00 1.00
## sa_who_9 0.00 1.00
## sa_who_10 0.00 1.00
## sa_who_11 0.00 1.00
## sa_who_12 0.00 1.00
## sa_who_12_text* Inf -Inf
## sa_who_missing 1.00 3.00
## sa_who_stud 1.00 3.00
## sa_who_employ 1.00 3.00
## sa_who_gender 1.00 4.00
## sa_who_gender_text* Inf -Inf
## sa_op_substance_prompt Inf -Inf
## sa_op_substance_1 0.00 1.00
## sa_op_substance_2 0.00 1.00
## sa_op_substance_3 0.00 1.00
## sa_op_substance_4 0.00 1.00
## sa_op_substance_5 0.00 1.00
## sa_op_substance_missing 0.00 4.00
## sa_frighten 1.00 4.00
## sa_loc_prompt Inf -Inf
## sa_loc_off 0.00 1.00
## sa_loc_on 0.00 1.00
## sa_loc_missing 0.00 2.00
## sa_tell_prompt Inf -Inf
## sa_tell_1 0.00 0.00
## sa_tell_2 0.00 1.00
## sa_tell_3 0.00 1.00
## sa_tell_4 0.00 1.00
## sa_tell_5 0.00 1.00
## sa_tell_6 0.00 1.00
## sa_tell_7 0.00 1.00
## sa_tell_8 0.00 1.00
## sa_tell_9 0.00 1.00
## sa_tell_10 0.00 1.00
## sa_tell_11 0.00 1.00
## sa_tell_12 0.00 1.00
## sa_tell_12_text* Inf -Inf
## sa_tell_missing 1.00 8.00
## sa_sch_report 0.00 1.00
## sa_sch_help 2.00 4.00
## sa_nodiscl_prompt Inf -Inf
## sa_nodiscl_1 Inf -Inf
## sa_nodiscl_2 Inf -Inf
## sa_nodiscl_3 Inf -Inf
## sa_nodiscl_4 Inf -Inf
## sa_nodiscl_5 Inf -Inf
## sa_nodiscl_6 Inf -Inf
## sa_nodiscl_7 Inf -Inf
## sa_nodiscl_8 Inf -Inf
## sa_nodiscl_9 Inf -Inf
## sa_nodiscl_10 Inf -Inf
## sa_nodiscl_11 Inf -Inf
## sa_nodiscl_12 Inf -Inf
## sa_nodiscl_13 Inf -Inf
## sa_nodiscl_14 Inf -Inf
## sa_nodiscl_15 Inf -Inf
## sa_nodiscl_16 Inf -Inf
## sa_nodiscl_17 Inf -Inf
## sa_nodiscl_18 Inf -Inf
## sa_nodiscl_19 Inf -Inf
## sa_nodiscl_20 Inf -Inf
## sa_nodiscl_21 Inf -Inf
## sa_nodiscl_22 Inf -Inf
## sa_nodiscl_23 Inf -Inf
## sa_nodiscl_24 Inf -Inf
## sa_nodiscl_24_text* Inf -Inf
## sa_nodiscl_missing 0.00 0.00
## stalk 0.00 1.00
## xxxOVERALL_HEALTH* Inf -Inf
## health_overall Inf -Inf
## chronic_prompt -999999.00 -999999.00
## chronic_1 Inf -Inf
## chronic_2 Inf -Inf
## chronic_3 Inf -Inf
## chronic_4 Inf -Inf
## chronic_5 Inf -Inf
## chronic_6 Inf -Inf
## chronic_7 Inf -Inf
## chronic_8 Inf -Inf
## chronic_9 Inf -Inf
## chronic_10 Inf -Inf
## chronic_11 Inf -Inf
## chronic_11_text* -999999.00 -999999.00
## chronic_12 Inf -Inf
## chronic_13 Inf -Inf
## chronic_missing -12999987.00 -12999987.00
## exercise -999999.00 -999999.00
## ex_change Inf -Inf
## ex_change_how Inf -Inf
## ex_change_how_text* -999999.00 -999999.00
## veget Inf -Inf
## vegan Inf -Inf
## rawfood Inf -Inf
## veget_imp Inf -Inf
## vegan_imp Inf -Inf
## rawfood_imp Inf -Inf
## fruit_veg Inf -Inf
## nutr_know Inf -Inf
## cal_know Inf -Inf
## cal_count Inf -Inf
## sex_year Inf -Inf
## sexp_f Inf -Inf
## sexp_m Inf -Inf
## sexp_tr Inf -Inf
## sex_month Inf -Inf
## sex_month_oral Inf -Inf
## sex_month_vag Inf -Inf
## sex_month_anal Inf -Inf
## birthcontrol_prompt -999999.00 -999999.00
## birthcontrol_1_1 Inf -Inf
## birthcontrol_1_2 Inf -Inf
## birthcontrol_1_3 Inf -Inf
## birthcontrol_1_4 Inf -Inf
## birthcontrol_1_5 Inf -Inf
## birthcontrol_1_6 Inf -Inf
## birthcontrol_1_7 Inf -Inf
## birthcontrol_1_8 Inf -Inf
## birthcontrol_1_9 Inf -Inf
## birthcontrol_1_10 Inf -Inf
## birthcontrol_1_10_text* -999999.00 -999999.00
## birthcontrol_1_11 Inf -Inf
## birthcontrol_1_12 Inf -Inf
## birthcontrol_1_missing -11999988.00 -11999988.00
## birthcontrol_2 Inf -Inf
## pregnant1 Inf -Inf
## pregnant2 Inf -Inf
## xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx* Inf -Inf
## climate_we_camp_look_out_each_oth Inf -Inf
## climate_I_resp_help_friend_strugg Inf -Inf
## climate_I_resp_help_classmate_strugg Inf -Inf
## WitnessRiskySituationPROMPT Inf -Inf
## witness_1 Inf -Inf
## witness_2 Inf -Inf
## witness_3 Inf -Inf
## witness_4 Inf -Inf
## witness_5 Inf -Inf
## witness_6 Inf -Inf
## witness_6_text* -999999.00 -999999.00
## witness_7 Inf -Inf
## witness_missing -6999993.00 -6999993.00
## inter_hy_dr Inf -Inf
## inter_hy_sa Inf -Inf
## inter_hy_hl Inf -Inf
## QINT_intervene_saw_EmoDis_SuiTh Inf -Inf
## inter_y_prompt Inf -Inf
## inter_y_1 Inf -Inf
## inter_y_2 Inf -Inf
## inter_y_3 Inf -Inf
## Past12mo_intervene_saw_EmoDis_SuiTh Inf -Inf
## inter_y_5 Inf -Inf
## inter_y_6 Inf -Inf
## inter_y_6_text* -999999.00 -999999.00
## inter_y_7 Inf -Inf
## inter_y_missing -6999993.00 -6999993.00
## Past12mo_intervene_perc_effectiv Inf -Inf
## inter_n_prompt Inf -Inf
## inter_n_1 Inf -Inf
## inter_n_2 Inf -Inf
## inter_n_3 Inf -Inf
## Past12mo_witnessed_EmoDis_SuiTh Inf -Inf
## inter_n_5 Inf -Inf
## inter_n_6 Inf -Inf
## inter_n_6_text* Inf -Inf
## inter_n_7 Inf -Inf
## inter_n_missing -999999.00 -999999.00
## NotInterveneBC_PROMPT -999999.00 -999999.00
## NotInterveneBC_afraidEmbar Inf -Inf
## NotInterveneBC_assumeOtherHelp Inf -Inf
## NotInterveneBC_notKnowHowHelp Inf -Inf
## NotInterveneBC_NotConfid Inf -Inf
## NotInterveneBC_notMyBusin Inf -Inf
## NotInterveneBC_afraidFriendsNotSup Inf -Inf
## NotInterveneBC_wasUnsafe Inf -Inf
## NotInterveneBC_AfraidGetInTroub Inf -Inf
## NotInterveneBC_other Inf -Inf
## NotInterveneBC_otherTEXT* Inf -Inf
## NotInterveneBC_missing 0.00 0.00
## xxxCAMPUS_CLIMATE_AND_CULTURE* Inf -Inf
## belong1 Inf -Inf
## belong2 Inf -Inf
## belong3 Inf -Inf
## belong4 Inf -Inf
## belong5 Inf -Inf
## belong6 Inf -Inf
## belong7 Inf -Inf
## belong8 Inf -Inf
## belong9 Inf -Inf
## mh_mission Inf -Inf
## climate_MH_priority Inf -Inf
## cliimate_encour_Disc_MH Inf -Inf
## climate_stud_work_promo_MH Inf -Inf
## climate_admin_list_stud_conc_reg_MH Inf -Inf
## climate_camp_env_neg_imp_stud_MH Inf -Inf
## climate_camp_env_neg_imp_eatingBI Inf -Inf
## safe_on_day Inf -Inf
## safe_on_night Inf -Inf
## safe_off_day Inf -Inf
## safe_off_night Inf -Inf
## I_exposed_diversity_atmySch Inf -Inf
## PercPersonalDiscrim Inf -Inf
## xxxSTRESS_AND_COMPETITIONxxx* Inf -Inf
## stress_prompt Inf -Inf
## stress1 Inf -Inf
## stress2 Inf -Inf
## stress3 Inf -Inf
## stress4 Inf -Inf
## compet_cl Inf -Inf
## compet_sch Inf -Inf
## compet_field Inf -Inf
## grade_curv Inf -Inf
## achieve1 Inf -Inf
## achieve2 Inf -Inf
## achieve3 Inf -Inf
## achieve4 Inf -Inf
## achieve5 Inf -Inf
## achieve6 Inf -Inf
## achieve7 Inf -Inf
## achieve8 Inf -Inf
## achieve9 Inf -Inf
## achieve10 Inf -Inf
## achieve11 Inf -Inf
## achieve12 Inf -Inf
## achieve13 Inf -Inf
## achieve14 Inf -Inf
## achieve15 Inf -Inf
## achieve16 Inf -Inf
## achieve17 Inf -Inf
## achieve18 Inf -Inf
## RES_COP* Inf -Inf
## cope1 Inf -Inf
## cope2 Inf -Inf
## cope3 Inf -Inf
## cope4 Inf -Inf
## cope5 Inf -Inf
## cope6 Inf -Inf
## cope7 Inf -Inf
## cope8 Inf -Inf
## cope9 Inf -Inf
## cope10 Inf -Inf
## cope11 Inf -Inf
## cope12 Inf -Inf
## cope13 Inf -Inf
## cope14 Inf -Inf
## cope15 Inf -Inf
## cope16 Inf -Inf
## cope17 Inf -Inf
## cope18 Inf -Inf
## cope19 Inf -Inf
## cope20 Inf -Inf
## cope21 Inf -Inf
## cope22 Inf -Inf
## cope23 Inf -Inf
## cope24 Inf -Inf
## cope25 Inf -Inf
## cope26 Inf -Inf
## cope27 Inf -Inf
## cope28 Inf -Inf
## selfcomp_prompt Inf -Inf
## selfcomp1 Inf -Inf
## selfcomp2 Inf -Inf
## selfcomp3 Inf -Inf
## selfcomp4 Inf -Inf
## selfcomp5 Inf -Inf
## selfcomp6 Inf -Inf
## selfcomp7 Inf -Inf
## selfcomp8 Inf -Inf
## selfcomp9 Inf -Inf
## selfcomp10 Inf -Inf
## selfcomp11 Inf -Inf
## selfcomp12 Inf -Inf
## xxxACADEMIC_EXPERIENCES_and_GOALS* 1.00 1.00
## choose_sch 1.00 6.00
## sat_aca 1.00 6.00
## transfer_int 1.00 6.00
## grad_likely 1.00 5.00
## Chall_Stop_Deg_PROMPT Inf -Inf
## Chall_Stop_Deg_fin 0.00 1.00
## Chall_Stop_Deg_MenEmoHealhProbs 0.00 1.00
## Chall_Stop_Deg_otherhealth 0.00 1.00
## Chall_Stop_Deg_familyOblig 0.00 1.00
## Chall_Stop_Deg_FamRelDiff 0.00 1.00
## Chall_Stop_Deg_Acad 0.00 1.00
## persist_challenge_7 0.00 0.00
## Chall_Stop_Deg_lackMotiv 0.00 1.00
## Chall_Stop_Deg_workCommitments 0.00 0.00
## Chall_Stop_Deg_CareerOpp 0.00 1.00
## Chall_Stop_Deg_other 0.00 0.00
## Chall_Stop_Deg_otherTEXT* Inf -Inf
## Chall_Stop_Deg_missing 0.00 5.00
## highestdeg 2.00 6.00
## highestdeg_text* Inf -Inf
## doubt_school_1 1.00 6.00
## doubt_school_2 3.00 6.00
## fam_support_aca 3.00 6.00
## prof_support_aca 1.00 6.00
## adjust_aca_1 1.00 6.00
## adjust_aca_2 3.00 4.00
## different_maj 0.00 1.00
## failed 0.00 1.00
## late_assign 1.00 5.00
## sleep_class 1.00 6.00
## aca_support_serv 1.00 5.00
## office_hrs 1.00 6.00
## faculty_out 1.00 6.00
## advisor_interact 1.00 6.00
## gradstud_interact 1.00 5.00
## satisfied_overall 1.00 6.00
## studygroup 1.00 6.00
## friend_devel 1.00 6.00
## time_manage 1.00 6.00
## MHC_Impact_AcadPerf_past12mo_PROMPT Inf -Inf
## MHC_Impact_AcadPerf_past12mo_anx 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_dep 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_eat 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_add_ld 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_substance 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_phys_health 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_phys_assault 1.00 7.00
## MHC_Impact_AcadPerf_past12mo_sex_assault 1.00 7.00
## FinancialStress* Inf -Inf
## fin_comp1 Inf -Inf
## fin_comp2 Inf -Inf
## pay_worry Inf -Inf
## pay_fam Inf -Inf
## pay_self Inf -Inf
## pay_grant Inf -Inf
## pay_loan Inf -Inf
## pay_other Inf -Inf
## pay_diff_sch Inf -Inf
## pay_diff_book Inf -Inf
## pay_diff_food Inf -Inf
## pay_diff_transp Inf -Inf
## pay_diff_child Inf -Inf
## pay_diff_health Inf -Inf
## pay_diff_house Inf -Inf
## work_on Inf -Inf
## work_off Inf -Inf
## work_impa Inf -Inf
## Q_MHA* Inf -Inf
## Q_MHA1 Inf -Inf
## Q_MHA2 Inf -Inf
## Q_MHA3* -999999.00 -999999.00
## Q_MHA4* -999999.00 -999999.00
## Q_MHA5 Inf -Inf
## Q_MHA6 Inf -Inf
## Q_MHA7* -999999.00 -999999.00
## Q_MHA8* -999999.00 -999999.00
## Q_MHA9 Inf -Inf
## QMHA10 Inf -Inf
## Q_MHA11 Inf -Inf
## Q_MHA12 Inf -Inf
## Q_MHA13 Inf -Inf
## Q_MHA14 Inf -Inf
## Q_MHA15* -999999.00 -999999.00
## Q_MHA16 Inf -Inf
## Q_MHA17 Inf -Inf
## Q_MHA18 Inf -Inf
## Q_MHA19 Inf -Inf
## Q_MHA20* -999999.00 -999999.00
## Q152 Inf -Inf
## Q153 Inf -Inf
## range skew kurtosis
## schoolnum 0.00 NaN NaN
## nrweight 1.22 2.28 4.48
## survey* -Inf NA NA
## responseid* -Inf NA NA
## Q2_1* -Inf NA NA
## age 6.00 0.15 -0.56
## sex_birth 1.00 -2.46 4.08
## gender 5.00 3.87 27.91
## gender_text* -Inf NA NA
## sexual 4.00 3.33 11.10
## sexual_text* -Inf NA NA
## relship 5.00 3.63 21.97
## relship_text* -Inf NA NA
## race_his 1.00 2.90 6.49
## race_white 1.00 -1.39 -0.07
## race_black 1.00 2.90 6.49
## race_asian 1.00 2.23 2.99
## race_ainaan 1.00 6.20 36.72
## race_mides 1.00 7.69 57.55
## race_pi 1.00 7.69 57.55
## race_haw 0.00 NaN NaN
## race_other 1.00 5.30 26.32
## race_other_text* -Inf NA NA
## citizen 1.00 -3.31 9.00
## fincur 2.00 -0.31 -0.88
## finpast 3.00 -0.31 -0.42
## educ_par1 5.00 -1.67 2.44
## educ_par2 1000007.00 -11.00 120.05
## educ_par1_rel 1000001.00 -1.33 -0.23
## educ_par2_rel 1000001.00 -1.23 -0.50
## religios 3.00 0.46 -1.06
## relig_aff_c 1.00 -0.64 -1.61
## relig_aff_j 1.00 4.22 15.91
## relig_aff_m 1.00 11.00 120.05
## relig_aff_b 1.00 11.00 120.05
## relig_aff_h 1.00 7.69 57.55
## relig_aff_a 1.00 1.28 -0.37
## relig_aff_other 1.00 6.20 36.72
## relig_aff_other_text* -Inf NA NA
## relig_aff_no 1.00 5.30 26.32
## degree_bach 1.00 -3.31 9.00
## degree_ma 0.00 NaN NaN
## degree_jd 1.00 5.30 26.32
## degree_md 1.00 11.00 120.05
## degree_phd 0.00 NaN NaN
## degree_other 0.00 NaN NaN
## degree_other_text* -Inf NA NA
## degree_ass 1.00 5.30 26.32
## transfer 1.00 -5.09 24.07
## yr_sch 4.00 -0.26 -1.16
## enroll 0.00 NaN NaN
## enroll_text* -Inf NA NA
## field_hum 1.00 0.71 -1.51
## field_nat 1.00 0.79 -1.39
## field_soc 1.00 0.87 -1.26
## field_arc 0.00 NaN NaN
## field_art 1.00 3.31 9.00
## field_bus 1.00 0.99 -1.02
## field_den 0.00 NaN NaN
## field_ed 1.00 5.30 26.32
## field_eng 0.00 NaN NaN
## field_law 1.00 5.30 26.32
## field_med 1.00 11.00 120.05
## field_mus 1.00 5.30 26.32
## field_nur 1.00 11.00 120.05
## field_pharm 1.00 7.69 57.55
## field_prep 1.00 2.74 5.55
## field_ph 1.00 3.09 7.62
## field_pp 1.00 3.85 12.95
## field_sw 0.00 NaN NaN
## field_und 1.00 7.69 57.55
## field_other 1.00 4.22 15.91
## field_other_text* -Inf NA NA
## gpa_sr 9.00 1.67 3.92
## aca_impa 3.00 0.35 -0.96
## timeclass 4.00 0.23 -0.48
## timestud 4.00 0.19 -1.10
## persist 5.00 2.49 7.55
## residenc 5.00 1.53 0.90
## residenc_text* -Inf NA NA
## activ_ac 1.00 0.57 -1.69
## activ_athc 1.00 1.71 0.92
## activ_athv 1.00 2.74 5.55
## activ_athi 1.00 2.46 4.08
## activ_cs 1.00 0.17 -1.99
## activ_cu 1.00 2.46 4.08
## activ_da 1.00 2.46 4.08
## activ_fs 1.00 0.27 -1.94
## activ_gs 1.00 3.56 10.72
## activ_gov 1.00 2.23 2.99
## activ_hw 1.00 3.56 10.72
## activ_mp 1.00 2.90 6.49
## activ_md 1.00 2.59 4.76
## activ_rel 1.00 2.13 2.54
## activ_soc 1.00 2.74 5.55
## activ_art 1.00 3.09 7.62
## activ_other 1.00 2.34 3.50
## activ_other_text* -Inf NA NA
## activ_none 1.00 3.56 10.72
## military 0.00 NaN NaN
## disab_prompt -Inf NA NA
## disab_1_1 1.00 2.74 5.55
## disab_1_2 0.00 NaN NaN
## disab_1_3 1.00 7.69 57.55
## disab_1_4 1.00 3.85 12.95
## disab_1_5 0.00 NaN NaN
## disab_1_6 1.00 5.30 26.32
## disab_1_7 0.00 NaN NaN
## disab_1_8 1.00 1.64 0.68
## disab_1_9 0.00 NaN NaN
## disab_1_10 1.00 6.20 36.72
## disab_1_11 1.00 6.20 36.72
## disab_1_11_text* -Inf NA NA
## disab_1_12 1.00 -0.02 -2.02
## disab_2 1000001.00 0.05 -2.01
## disab_3 1000002.00 0.02 -2.02
## Q3_1 0.00 NaN NaN
## diener1 6.00 -1.06 0.72
## diener2 5.00 -1.09 1.11
## diener3 5.00 -1.05 1.88
## diener4 6.00 -1.51 3.70
## diener5 5.00 -1.41 2.37
## diener6 6.00 -1.04 1.69
## diener7 6.00 -1.19 1.27
## diener8 5.00 -0.99 0.56
## diener_score 32.00 -0.86 0.43
## PHQ9prompt -Inf NA NA
## phq9_1 3.00 0.65 0.21
## phq9_2 3.00 0.56 0.03
## phq9_3 3.00 0.39 -0.97
## phq9_4 3.00 0.19 -0.91
## phq9_5 3.00 0.65 -0.61
## phq9_6 3.00 0.76 -0.38
## phq9_7 3.00 0.79 -0.48
## phq9_8 3.00 2.41 4.84
## phq9_9 3.00 2.91 9.01
## dep_impa 3.00 0.61 1.24
## deprawsc 1000025.00 -7.69 57.55
## phq2_prompt -Inf NA NA
## phq2_1 3.00 0.43 -1.00
## phq2_2 3.00 0.37 -0.98
## gad7_1 3.00 0.40 -0.58
## gad7_2 3.00 0.53 -0.82
## gad7_3 3.00 0.30 -0.85
## gad7_4 3.00 0.78 -0.49
## gad7_5 3.00 1.75 2.09
## gad7_6 3.00 0.63 -0.61
## gad7_7 3.00 1.23 0.38
## gad7_impa 3.00 0.66 0.86
## anx_score 21.00 0.85 -0.19
## height_ft 11.00 0.12 -0.84
## height_in 2.00 1.69 8.91
## weight 255.00 0.36 3.09
## thin_good 1.00 0.45 -1.81
## body_sr 3.00 0.18 -0.40
## scoff_1 1.00 1.71 0.92
## scoff_2 1.00 0.43 -1.83
## scoff_3 1.00 3.56 10.72
## scoff_4 1.00 1.39 -0.07
## scoff_5 1.00 1.69 0.88
## ed_scoff 5.00 1.12 0.63
## sib_prompt -Inf NA NA
## sib_cut 1.00 2.90 6.49
## sib_burn 1.00 11.00 120.05
## sib_punch 1.00 2.59 4.76
## sib_scratch 1.00 1.94 1.78
## sib_pull 1.00 2.74 5.55
## sib_bit 1.00 3.09 7.62
## sib_wound 1.00 3.85 12.95
## sib_carv 1.00 7.69 57.55
## sib_rub 1.00 4.22 15.91
## sib_pobj 1.00 2.59 4.76
## sib_other 1.00 11.00 120.05
## sib_other_text* -Inf NA NA
## sib_none 1.00 -0.71 -1.51
## sib_freq 5.00 1.51 2.21
## sui_idea 1.00 2.34 3.50
## sui_plan 1.00 0.12 -2.11
## sui_att 0.00 NaN NaN
## violence_vic 1.00 2.46 4.08
## violence_perp 1.00 4.22 15.91
## assault_any -Inf NA NA
## assault_emo -Inf NA NA
## assault_phys -Inf NA NA
## assault_sexr -Inf NA NA
## assault_sexnr -Inf NA NA
## alc_any 1.00 -2.34 3.50
## binge_fr_f 5.00 0.22 -0.82
## binge_fr_m 5.00 -0.31 -1.29
## binge_fr_o 0.00 NaN NaN
## smok_freq 3.00 3.30 10.42
## drugPROMPT -Inf NA NA
## drug_mar 1.00 0.92 -1.17
## drug_coc 1.00 4.55 18.88
## drug_her 0.00 NaN NaN
## drug_met 0.00 NaN NaN
## drug_stim 1.00 2.81 5.95
## drug_ect 0.00 NaN NaN
## drug_other 1.00 6.04 34.73
## drug_none 1.00 -0.71 -1.51
## drug_other1_text* 0.00 NaN NaN
## drug_other2_text* 0.00 NaN NaN
## drug_other3_text* 0.00 NaN NaN
## druguse_total_missing 4.00 2.53 14.04
## sleep_wk1 23.00 -1.99 5.24
## sleep_wd1 23.00 -1.75 2.43
## sleep_wk2 22.00 -1.58 1.04
## sleep_wd2 23.00 -0.94 -0.80
## sleep_np1 7.00 0.87 0.28
## sleep_np2 3.00 0.90 1.21
## XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS* -Inf NA NA
## dx_prompt -Inf NA NA
## dx_dep 1.00 1.00 -1.01
## dx_anx 1.00 1.05 -0.91
## dx_attl 1.00 2.55 4.53
## dx_ea 1.00 2.55 4.53
## dx_psy 0.00 NaN NaN
## dx_pers 1.00 10.87 117.05
## dx_sa 1.00 6.12 35.73
## dx_none 1.00 -0.13 -2.00
## dx_dk 1.00 3.50 10.35
## dx_total_missing 4.00 1.44 1.59
## dx_dep_prompt -Inf NA NA
## dx_dep_1 1.00 2.03 2.14
## dx_dep_2 1.00 6.20 36.72
## dx_dep_3 1.00 6.20 36.72
## dx_dep_4 1.00 11.00 120.05
## dx_dep_5 1.00 7.69 57.55
## dx_dep_5_text* -Inf NA NA
## dx_dep_6 1.00 3.31 9.00
## dx_dep_missing 2.00 1.35 0.72
## dx_ax_prompt -Inf NA NA
## dx_ax_1 1.00 1.71 0.92
## dx_ax_2 1.00 4.68 20.07
## dx_ax_3 1.00 11.00 120.05
## dx_ax_4 0.00 NaN NaN
## dx_ax_5 0.00 NaN NaN
## dx_ax_6 1.00 7.69 57.55
## dx_ax_7 1.00 11.00 120.05
## dx_ax_8 1.00 6.20 36.72
## dx_ax_9 1.00 7.69 57.55
## dx_ax_9_text* -Inf NA NA
## dx_ax_10 1.00 3.56 10.72
## dx_att_prompt -Inf NA NA
## dx_att_1 1.00 2.90 6.49
## dx_att_2 1.00 7.69 57.55
## dx_att_3 0.00 NaN NaN
## dx_att_3_text* -Inf NA NA
## dx_att_4 1.00 11.00 120.05
## dx_ea_prompt -Inf NA NA
## dx_ea_1 1.00 5.30 26.32
## dx_ea_2 1.00 6.20 36.72
## dx_ea_3 1.00 7.69 57.55
## dx_ea_4 1.00 7.69 57.55
## dx_ea_4_text* -Inf NA NA
## dx_ea_5 1.00 11.00 120.05
## dx_psy_prompt -Inf NA NA
## dx_psy_1 0.00 NaN NaN
## dx_psy_2 0.00 NaN NaN
## dx_psy_3 0.00 NaN NaN
## dx_psy_4 0.00 NaN NaN
## dx_psy_5 0.00 NaN NaN
## dx_psy_6 0.00 NaN NaN
## dx_psy_7 0.00 NaN NaN
## dx_psy_7_text* -Inf NA NA
## dx_psy_8 0.00 NaN NaN
## dx_perso_prompt -Inf NA NA
## dx_perso_1 0.00 NaN NaN
## dx_perso_2 0.00 NaN NaN
## dx_perso_3 1.00 11.00 120.05
## dx_perso_4 0.00 NaN NaN
## dx_perso_5 0.00 NaN NaN
## dx_perso_6 0.00 NaN NaN
## dx_perso_7 0.00 NaN NaN
## dx_perso_8 0.00 NaN NaN
## dx_perso_9 0.00 NaN NaN
## dx_perso_10 0.00 NaN NaN
## dx_perso_11 0.00 NaN NaN
## dx_perso_11_text* -Inf NA NA
## dx_perso_12 0.00 NaN NaN
## dx_sa_prompt -Inf NA NA
## dx_sa_1 1.00 6.20 36.72
## dx_sa_2 0.00 NaN NaN
## dx_sa_2_text* -Inf NA NA
## dx_sa_3 0.00 NaN NaN
## KnowWhereSHCampus 5.00 -1.67 2.08
## Med_Helpful_4dep 3.00 -0.40 -0.77
## Ther_Helpful_4dep 2.00 -0.40 -1.23
## Perceived_Stig_1 5.00 -0.17 -0.77
## Personal_Stig_1 4.00 1.66 2.20
## Past12moPercNeedTx 5.00 -0.48 -1.22
## QINT_PROMPT -Inf NA NA
## QINT_clinician 1.00 0.02 -2.02
## QINT_roommate 1.00 0.24 -1.96
## QINT_friend 1.00 -0.91 -1.19
## QINT_SO 1.00 1.18 -0.62
## QINT_fam 1.00 -0.14 -2.00
## QINT_religCouns 1.00 3.85 12.95
## QINT_suppGrp 1.00 5.30 26.32
## QINT_otherNonClin 1.00 3.85 12.95
## QINT_otherNonClinTEXT* -Inf NA NA
## QINT_NoOne 1.00 4.68 20.07
## QINT_missing 5.00 0.54 -0.29
## PastHS12mo 1.00 0.33 -1.91
## PastHS12moNumVisits 3.00 -0.10 -1.67
## CurrInTx 1.00 0.04 -2.04
## CurrInTx_studCouns 1.00 -1.40 -0.04
## CurrInTx_campHealthServ 1.00 4.72 20.62
## CurrInTx_otherCampCHServ 1.00 2.70 5.38
## CurrInTx_Emergency 0.00 NaN NaN
## CurrInTx_inpatient 0.00 NaN NaN
## CurrInTx_partialHosp 1.00 6.87 46.11
## CurrInTx_localProvider 1.00 2.70 5.38
## CurrInTx_ProviderElsewhere 1.00 0.75 -1.47
## CurrInTx_other 1.00 3.73 12.14
## CurrInTx_otherTEXT* 0.00 NaN NaN
## CurrInTx_IDK 0.00 NaN NaN
## sat_hours_1 6.00 -0.61 -1.14
## sat_loc_1 6.00 -0.94 -0.87
## sat_qual_1 6.00 -0.90 -0.84
## sat_priv_1 6.00 -1.12 -0.54
## sat_sched_1 6.00 -0.50 -1.26
## sat_hours_2 6.00 5.01 24.46
## sat_loc_2 6.00 4.72 20.62
## sat_qual_2 5.00 4.81 21.87
## sat_priv_2 6.00 4.78 21.47
## sat_sched_2 6.00 4.72 20.62
## sat_hours_3 6.00 2.98 7.42
## sat_loc_3 6.00 3.12 8.00
## sat_qual_3 6.00 2.70 5.38
## sat_priv_3 6.00 2.70 5.38
## sat_sched_3 6.00 3.10 8.18
## sat_hours_4 0.00 NaN NaN
## sat_loc_4 0.00 NaN NaN
## sat_qual_4 0.00 NaN NaN
## sat_priv_4 0.00 NaN NaN
## sat_sched_4 0.00 NaN NaN
## sat_hours_5 0.00 NaN NaN
## sat_loc_5 0.00 NaN NaN
## sat_qual_5 0.00 NaN NaN
## sat_priv_5 0.00 NaN NaN
## sat_sched_5 0.00 NaN NaN
## sat_hours_6 6.00 11.00 120.05
## sat_loc_6 3.00 11.00 120.05
## sat_qual_6 6.00 11.00 120.05
## sat_priv_6 6.00 11.00 120.05
## sat_sched_6 6.00 11.00 120.05
## sat_hours_7 6.00 5.85 34.07
## sat_loc_7 6.00 5.71 31.81
## sat_qual_7 6.00 5.69 31.35
## sat_priv_7 6.00 5.48 28.78
## sat_sched_7 6.00 5.71 31.81
## sat_hours_8 6.00 2.47 4.40
## sat_loc_8 6.00 2.36 3.79
## sat_qual_8 6.00 2.52 4.70
## sat_priv_8 6.00 2.35 3.66
## sat_sched_8 6.00 2.38 3.92
## sat_hours_9 6.00 8.14 66.86
## sat_loc_9 6.00 8.14 66.86
## sat_qual_9 6.00 7.69 57.55
## sat_priv_9 6.00 7.69 57.55
## sat_sched_9 6.00 7.79 59.60
## HowHelpfulTx4you 3.00 0.38 -1.14
## TakenMed_12moPROMPT -Inf NA NA
## TakenMed_psychostim 1.00 1.93 1.73
## TakenMed_antidep 1.00 1.56 0.43
## TakenMed_antiPsych 1.00 5.28 26.07
## TakenMed_antiAnx 1.00 2.58 4.68
## TakenMed_moodStab 1.00 4.66 19.87
## TakenMed_sleep 1.00 3.29 8.89
## TakenMed_other 1.00 10.96 119.05
## TakenMed_otherTEXT* 0.00 NA NA
## TakenMed_NoneOfThese 1.00 -0.77 -1.41
## TakenMed_IDK 0.00 NaN NaN
## TakenMed_missing 6.00 3.46 12.89
## Meds_reason_PROMPT -Inf NA NA
## meds_reason_1 1.00 -1.07 -0.87
## meds_reason_2 1.00 1.85 1.44
## meds_reason_3 1.00 0.80 -1.39
## meds_reason_4 1.00 2.52 4.47
## meds_reason_5 1.00 3.91 13.67
## meds_reason_5_text* -Inf NA NA
## meds_reason_missing 3.00 1.63 1.98
## meds_dis 3.00 -0.44 -0.98
## meds_w_prompt -Inf NA NA
## meds_w_1 1.00 0.93 -1.16
## meds_w_2 1.00 -0.15 -2.03
## meds_w_3 1.00 2.14 2.65
## meds_w_3_text* 0.00 NaN NaN
## meds_w_4 1.00 2.14 2.65
## meds_w_5 0.00 NaN NaN
## meds_w_missing 2.00 1.21 0.39
## CurrTakMed_PROMPT -Inf NA NA
## CurrTakMed_psychostim 1.00 0.64 -1.63
## CurrTakMed_antiDep 1.00 -0.20 -2.01
## CurrTakMed_antiPsych 1.00 3.85 13.17
## CurrTakMed_antiAnx 1.00 1.36 -0.14
## CurrTakMed_moodStab 1.00 2.47 4.22
## CurrTakMed_sleep 1.00 1.80 1.29
## CurrTakeMed_other 0.00 NaN NaN
## CurrTakeMed_otherTEXT* 0.00 NaN NaN
## CurrTakeMed_NoneOfThese 1.00 2.09 2.45
## CurrTakMed_missing 3.00 1.41 0.83
## meds_cur_9 1.00 10.35 106.05
## meds_time_1 3.00 -1.06 0.20
## meds_time_2 3.00 -0.71 0.25
## meds_time_3 2.00 -2.43 4.58
## meds_time_4 3.00 -1.42 0.88
## meds_time_5 2.00 -2.19 4.08
## meds_time_6 2.00 -1.74 2.13
## meds_time_7 1.00 -3.15 8.23
## meds_helped_me 1000003.00 0.83 -1.33
## why_tx_prompt -Inf NA NA
## why_tx_prompt_2 -Inf NA NA
## why_tx_1decideOnMyOwn 1.00 -1.39 -0.06
## why_tx_2friendEncour 1.00 0.90 -1.21
## why_tx_3friendPressure 0.00 NaN NaN
## why_tx_4famEncour 1.00 0.59 -1.68
## why_tx_5famPressure 1.00 2.39 3.76
## why_tx_6otherEncour 1.00 2.39 3.76
## why_tx_6otherEncourTEXT* 0.00 NaN NaN
## why_tx_7mandatedByCamp 1.00 4.11 15.12
## why_tx_8GotMoreInfo 0.00 NaN NaN
## why_tx_8GotMoreInfoTEXT* 0.00 NaN NaN
## why_tx_9otherReason 1.00 5.17 25.10
## why_tx_9otherReasonTEXT* -Inf NA NA
## why_tx_missing 5.00 1.08 0.70
## ReduceTxOrMed12mo_prompt -Inf NA NA
## ReduceTxOrMed12mo_NoNeed 1.00 0.96 -1.09
## ReduceTxOrMed12mo_financial 1.00 2.13 2.59
## ReduceTxOrMed12mo_insuffTime 1.00 0.36 -1.90
## ReduceTxOrMed12mo_NotSureWhereGo 1.00 4.07 14.79
## ReduceTxOrMed12mo_DiffFindAppt 1.00 1.49 0.22
## ReduceTxOrMed12mo_PrefDealOnOwnOrWFam 1.00 0.88 -1.25
## ReduceTxOrMed12mo_other 1.00 2.63 5.01
## ReduceTxOrMed12mo_noBarriers 1.00 1.37 -0.13
## ReduceTxOrMed12mo_otherTEXT* -Inf NA NA
## ReduceTxOrMed12mo_missing 4.00 1.14 0.45
## BarrierTxOrMed12mo_PROMPT -Inf NA NA
## BarrierTxOrMed12mo_NoChanceButPlan2 1.00 5.26 26.10
## BarrierTxOrMed12mo_NoNeed 1.00 -0.50 -1.77
## BarrierTxOrMed12mo_financial 1.00 3.53 10.63
## BarrierTxOrMed12mo_insuffTime 1.00 1.85 1.44
## BarrierTxOrMed12mo_NotSureWhereGo 1.00 4.19 15.78
## BarrierTxOrMed12mo_DiffFindAppt 1.00 3.53 10.63
## BarrierTxOrMed12mo_PRefDealOnOwnOrWFam 1.00 0.79 -1.40
## BarrierTxOrMed12mo_other 1.00 4.19 15.78
## BarrierTxOrMed12mo_noBarriers 1.00 2.72 5.50
## BarrierTxOrMed12mo_otherTEXT* -Inf NA NA
## BarrierTxOrMed12mo_missing 4.00 1.53 2.42
## SeenMedProv12moAnyReason 1.00 -1.51 0.27
## MentalSupp12mo_PROMPT -Inf NA NA
## MentalSupp12mo_roommate 1.00 0.38 -1.87
## MentalSupp12mo_friend 1.00 -0.48 -1.78
## MentalSupp12mo_SO 1.00 1.17 -0.65
## MentalSupp12mo_fam 1.00 0.19 -1.98
## inf_5MentalSupp12mo_religCouns 1.00 4.20 15.75
## MentalSupp12mo_suppGrp 1.00 7.65 57.05
## MentalSupp12mo_otherNonClin 1.00 4.20 15.75
## MentalSupp12mo_NoOne 1.00 1.38 -0.11
## MentalSupp12mo_otherNonClinTEXT* -Inf NA NA
## MentalSupp12mo_missing 5.00 0.71 -0.37
## MentalSupp12mo_helpfulnessOverall 3.00 -0.72 -0.19
## QINT_MHPaffAcad_PROMPT -Inf NA NA
## QINT_MHPaffAcad_classProfessor 1.00 0.50 -1.77
## QINT_MHPaffAcad_acadAdv 1.00 0.83 -1.33
## QINT_MHPaffAcad_anothFacMem 1.00 2.59 4.76
## QINT_MHPaffAcad_TA 0.00 NaN NaN
## QINT_MHPaffAcad_StudServStaff 1.00 2.23 2.99
## QINT_MHPaffAcad_DeanOfStud 1.00 0.79 -1.39
## QINT_MHPaffAcad_NoOne 1.00 1.23 -0.50
## QINT_MHPaffAcad_other 1.00 2.13 2.54
## QINT_MHPaffAcad_otherTEXT* -Inf NA NA
## QINT_MHPaffAcad_missing 4.00 1.43 1.50
## ThisSchoYr_Talk_AcadPers_abtMHPaffAcad 1.00 1.45 0.09
## ThisSchoYr_Talk_AcadPers_how_supportive 3.00 -1.02 1.48
## ins_prompt 0.00 NA NA
## ins_uncovered 1.00 -1.77 1.13
## ins_parOrTheirEmp 1.00 10.96 119.05
## ins_myEmp 0.00 NaN NaN
## ins_SpouseEmp 1.00 3.29 8.89
## ins_StudHealthInsPlan 1.00 7.65 57.05
## ins_EmbassyInterStud 1.00 7.65 57.05
## ins_IndivPurcFromCarrier 1.00 4.66 19.87
## ins_Medicaid_etc 0.00 NaN NaN
## ins_IDK 1.00 4.20 15.75
## ins_missing 2.00 2.70 21.35
## ins_coverMHPvisit 4.00 0.09 -0.24
## ins_meetNeedMHS 2.00 1.10 0.06
## ins_inad_PROMPT -Inf NA NA
## ins_inad_notCovMHS 0.00 NaN NaN
## ins_inad_notCovPreExistCond 0.00 NaN NaN
## ins_inad_notCovCertainCond 0.00 NaN NaN
## ins_inad_coPayTooExp 1.00 1.12 -0.80
## ins_inad_DeductTooExp 1.00 -0.19 -2.17
## ins_inad_NotCoverCerTypesServ 1.00 0.19 -2.17
## ins_inad_LimitNumServCov 1.00 0.59 -1.81
## ins_inad_other 1.00 1.12 -0.80
## ins_inad_otherTEXT* -Inf NA NA
## ins_inad_missing 3.00 4.29 18.48
## XXX_KNOWLEDGE_AND_ATTITUDES_MHS* -Inf NA NA
## MHL_HowKnowledgeableMI -Inf NA NA
## dep_tx_know_prompt -Inf NA NA
## dep_tx_know_1 -Inf NA NA
## dep_tx_know_2 -Inf NA NA
## dep_tx_know_3 -Inf NA NA
## dep_tx_know_4 -Inf NA NA
## dep_tx_missing 0.00 NaN NaN
## dep_sx_know_prompt -Inf NA NA
## dep_sx_know_1 -Inf NA NA
## dep_sx_know_2 -Inf NA NA
## dep_sx_know_3 -Inf NA NA
## dep_sx_know_4 -Inf NA NA
## dep_sx_know_missing 0.00 NaN NaN
## anx_help_know_prompt -Inf NA NA
## anx_help_know_1 -Inf NA NA
## anx_help_know_2 -Inf NA NA
## anx_help_know_3 -Inf NA NA
## anx_help_know_4 -Inf NA NA
## anx_help_know_missing 0.00 NaN NaN
## ea_sx_know_prompt -Inf NA NA
## ea_sx_know_1 -Inf NA NA
## ea_sx_know_2 -Inf NA NA
## ea_sx_know_3 -Inf NA NA
## ea_sx_know_4 -Inf NA NA
## ea_sx_know_5 -Inf NA NA
## ea_sx_know_6 -Inf NA NA
## ea_sx_know_missing 0.00 NaN NaN
## MHL_canRecogOthersEmoDist -Inf NA NA
## MHL_confidHelpPersWmhp -Inf NA NA
## MHL_MHgatekeeper_training_taken -Inf NA NA
## Aware_MH_outreach_onCamp -Inf NA NA
## heard_Qual_MHSonCamp -Inf NA NA
## Good_supp_sys_on_camp -Inf NA NA
## How_helpful_meds_if_future_MHC -Inf NA NA
## How_helpful_tx_if_future_MHC -Inf NA NA
## I_am_person_w_MI -Inf NA NA
## when_feel_dep_I_keep_feelings_secret -Inf NA NA
## I_feel_ashamed_having_MI -Inf NA NA
## Keep_my_MI_secret -Inf NA NA
## Wish_I_could_disclose_my_MI -Inf NA NA
## PercStig_MHtx_sign_pers_fail -Inf NA NA
## PercStig_MHtx_think_less -Inf NA NA
## SocDist_I_acc_pers_MHtx -Inf NA NA
## PersonStig_MHtx_sign_pers_fail -Inf NA NA
## NumFriendFamEverSH_MHP -Inf NA NA
## xxxSUBSTANCE_USExxx* -Inf NA NA
## audit_1 -Inf NA NA
## audit_2 -Inf NA NA
## audit_3_f -Inf NA NA
## audit_3_m -Inf NA NA
## audit_3_o -Inf NA NA
## audit_4 -Inf NA NA
## audit_5 -Inf NA NA
## audit_6 -Inf NA NA
## audit_7 -Inf NA NA
## audit_8 -Inf NA NA
## audit_9 -Inf NA NA
## audit_10 -Inf NA NA
## alc_tx -Inf NA NA
## risk_alc -Inf NA NA
## risk_cig -Inf NA NA
## risk_mar -Inf NA NA
## risk_presc -Inf NA NA
## peer_alc_1 -Inf NA NA
## peer_alc_2 -Inf NA NA
## peer_alc_3 -Inf NA NA
## peer_alc_4 -Inf NA NA
## peer_perc_prompt -Inf NA NA
## peer_alc_est* 0.00 NaN NaN
## peer_mar_est* 0.00 NaN NaN
## peer_cig_est* 0.00 NaN NaN
## alc_prob -Inf NA NA
## xxxSLEEPxxx* -Inf NA NA
## isi_prompt -Inf NA NA
## isi_1 0.00 NaN NaN
## isi_2 0.00 NaN NaN
## isi_3 0.00 NaN NaN
## isi_4 0.00 NaN NaN
## isi_5 0.00 NaN NaN
## isi_6 0.00 NaN NaN
## isi_7 0.00 NaN NaN
## isi_score -Inf NA NA
## xxxEATINGBODYIMAGExxx* -Inf NA NA
## wcs_1_f -Inf NA NA
## wcs_1_m -Inf NA NA
## wcs_1_o -Inf NA NA
## wcs_2 -Inf NA NA
## wcs_3 -Inf NA NA
## wcs_4 -Inf NA NA
## wcs_5 -Inf NA NA
## body_con_change -Inf NA NA
## fresh15 -Inf NA NA
## weigh_freq -Inf NA NA
## weight_ideal -Inf NA NA
## binge -Inf NA NA
## purge_prompt -Inf NA NA
## purge_1* 0.00 NaN NaN
## purge_2* 0.00 NaN NaN
## purge_3* 0.00 NaN NaN
## purge_4* 0.00 NaN NaN
## ea_fast* 0.00 NaN NaN
## diet -Inf NA NA
## eat_change -Inf NA NA
## eat_change_prompt -Inf NA NA
## eat_change_how_1 -Inf NA NA
## eat_change_how_2 -Inf NA NA
## eat_change_how_3 -Inf NA NA
## eat_change_how_4 -Inf NA NA
## eat_change_how_5 -Inf NA NA
## eat_change_how_6 -Inf NA NA
## eat_change_how_7 -Inf NA NA
## eat_change_how_8 -Inf NA NA
## eat_change_how_9 -Inf NA NA
## eat_change_how_10 -Inf NA NA
## eat_change_how_11 -Inf NA NA
## eat_change_how_12 -Inf NA NA
## eat_change_how_13 -Inf NA NA
## eat_change_how_14 -Inf NA NA
## eat_change_how_15 -Inf NA NA
## eat_change_how_15_text* -Inf NA NA
## eat_change_how_missing 0.00 NaN NaN
## ed_peer -Inf NA NA
## xxxSEXUAL_ASSAULTxxx* -Inf NA NA
## sa_perc_prompt -Inf NA NA
## sa_perc_1 3.00 -1.50 2.38
## sa_perc_2 3.00 -1.25 1.12
## sa_perc_3 3.00 -0.23 -0.90
## sa_perc_4 3.00 -1.21 0.49
## sa_perc_5 3.00 -1.42 1.47
## sa_perc_6 3.00 -0.55 -0.98
## sa_perc_7 3.00 -0.53 -0.72
## sa_perc_8 3.00 -0.46 -0.88
## sa_perc_9 3.00 0.48 -0.85
## sa_perc_10 3.00 -0.31 -0.56
## sa_perc_11 3.00 0.24 -0.95
## sa_perc_12 3.00 -0.04 -1.34
## sa_train_pol 1.00 -1.08 -0.83
## sa_train_prev 1.00 -1.18 -0.62
## sa_train_use 4.00 -0.90 1.02
## sa_res_know 5.00 -1.19 1.25
## sa_proc_know 4.00 -0.59 -0.55
## sa_proc_conf 5.00 -0.97 0.91
## sa_exp_prompt -Inf NA NA
## sa_exp_touch 1.00 -2.21 2.93
## sa_exp_oral 1.00 2.87 6.31
## sa_exp_inc 1.00 1.27 -0.40
## sa_exp_anal 1.00 4.62 19.48
## sa_exp_pen 1.00 1.67 0.79
## sa_suc_prompt -Inf NA NA
## sa_suc_phyforc_1 1.00 2.87 6.31
## sa_att_phyforc 1.00 2.69 5.30
## sa_drunk_1 2.00 -0.52 -1.67
## sa_suc_phyforc_prompt -Inf NA NA
## sa_suc_phyforc_2_1 1.00 -1.43 0.08
## sa_suc_phyforc_2_2 1.00 1.43 0.08
## sa_suc_phyforc_2_3 1.00 -0.16 -2.15
## sa_suc_phyforc_2_4 1.00 1.43 0.08
## sa_suc_phyforc_2_5 1.00 0.16 -2.15
## sa_suc_phyforc_2_6 0.00 NaN NaN
## sa_suc_phyforc_2_6_text* -Inf NA NA
## sa_suc_phyforc_missing 3.00 3.39 10.32
## sa_drunk_prompt -Inf NA NA
## sa_drunk_2_1 1.00 -0.14 -2.03
## sa_drunk_2_2 1.00 2.71 5.45
## sa_drunk_2_3 1.00 -0.72 -1.52
## sa_drunk_2_4 1.00 6.11 36.14
## sa_drunk_2_5 1.00 1.38 -0.10
## sa_drunk_2_6 0.00 NaN NaN
## sa_drunk_2_6_text* -Inf NA NA
## sa_drunk_2_7 0.00 NaN NaN
## sa_drunk_2_missing 4.00 1.87 3.38
## sa_drunk_prompt_2 -Inf NA NA
## sa_drunk_3 1.00 -4.16 15.65
## sa_drunk_4 1.00 -3.26 8.84
## sa_drunk_5 1.00 2.71 5.45
## sa_drunk_6 2.00 0.27 0.99
## sa_who_prompt -Inf NA NA
## sa_who_prompt_2 -Inf NA NA
## sa_who_1 1.00 0.79 -1.39
## sa_who_2 0.00 NaN NaN
## sa_who_3 1.00 0.43 -1.83
## sa_who_4 0.00 NaN NaN
## sa_who_5 0.00 NaN NaN
## sa_who_6 0.00 NaN NaN
## sa_who_7 0.00 NaN NaN
## sa_who_8 1.00 1.51 0.27
## sa_who_9 1.00 2.74 5.55
## sa_who_10 1.00 3.85 12.95
## sa_who_11 1.00 4.22 15.91
## sa_who_12 1.00 5.30 26.32
## sa_who_12_text* -Inf NA NA
## sa_who_missing 2.00 2.60 6.21
## sa_who_stud 2.00 1.65 1.82
## sa_who_employ 2.00 -0.84 20.13
## sa_who_gender 3.00 5.33 34.68
## sa_who_gender_text* -Inf NA NA
## sa_op_substance_prompt -Inf NA NA
## sa_op_substance_1 1.00 -1.43 0.06
## sa_op_substance_2 1.00 -0.85 -1.28
## sa_op_substance_3 1.00 2.89 6.40
## sa_op_substance_4 1.00 5.28 26.07
## sa_op_substance_5 1.00 2.21 2.93
## sa_op_substance_missing 4.00 0.84 1.73
## sa_frighten 3.00 -0.01 -1.14
## sa_loc_prompt -Inf NA NA
## sa_loc_off 1.00 0.45 -1.81
## sa_loc_on 1.00 -0.59 -1.67
## sa_loc_missing 2.00 2.70 21.35
## sa_tell_prompt -Inf NA NA
## sa_tell_1 0.00 NaN NaN
## sa_tell_2 1.00 0.08 -2.01
## sa_tell_3 1.00 -2.13 2.54
## sa_tell_4 1.00 2.59 4.76
## sa_tell_5 1.00 4.68 20.07
## sa_tell_6 1.00 2.74 5.55
## sa_tell_7 1.00 4.22 15.91
## sa_tell_8 1.00 11.00 120.05
## sa_tell_9 1.00 3.85 12.95
## sa_tell_10 1.00 2.59 4.76
## sa_tell_11 1.00 3.31 9.00
## sa_tell_12 1.00 6.20 36.72
## sa_tell_12_text* -Inf NA NA
## sa_tell_missing 7.00 2.13 5.42
## sa_sch_report 1.00 2.59 4.76
## sa_sch_help 2.00 -0.66 -1.13
## sa_nodiscl_prompt -Inf NA NA
## sa_nodiscl_1 -Inf NA NA
## sa_nodiscl_2 -Inf NA NA
## sa_nodiscl_3 -Inf NA NA
## sa_nodiscl_4 -Inf NA NA
## sa_nodiscl_5 -Inf NA NA
## sa_nodiscl_6 -Inf NA NA
## sa_nodiscl_7 -Inf NA NA
## sa_nodiscl_8 -Inf NA NA
## sa_nodiscl_9 -Inf NA NA
## sa_nodiscl_10 -Inf NA NA
## sa_nodiscl_11 -Inf NA NA
## sa_nodiscl_12 -Inf NA NA
## sa_nodiscl_13 -Inf NA NA
## sa_nodiscl_14 -Inf NA NA
## sa_nodiscl_15 -Inf NA NA
## sa_nodiscl_16 -Inf NA NA
## sa_nodiscl_17 -Inf NA NA
## sa_nodiscl_18 -Inf NA NA
## sa_nodiscl_19 -Inf NA NA
## sa_nodiscl_20 -Inf NA NA
## sa_nodiscl_21 -Inf NA NA
## sa_nodiscl_22 -Inf NA NA
## sa_nodiscl_23 -Inf NA NA
## sa_nodiscl_24 -Inf NA NA
## sa_nodiscl_24_text* -Inf NA NA
## sa_nodiscl_missing 0.00 NaN NaN
## stalk 1.00 4.68 20.07
## xxxOVERALL_HEALTH* -Inf NA NA
## health_overall -Inf NA NA
## chronic_prompt 0.00 NaN NaN
## chronic_1 -Inf NA NA
## chronic_2 -Inf NA NA
## chronic_3 -Inf NA NA
## chronic_4 -Inf NA NA
## chronic_5 -Inf NA NA
## chronic_6 -Inf NA NA
## chronic_7 -Inf NA NA
## chronic_8 -Inf NA NA
## chronic_9 -Inf NA NA
## chronic_10 -Inf NA NA
## chronic_11 -Inf NA NA
## chronic_11_text* 0.00 NaN NaN
## chronic_12 -Inf NA NA
## chronic_13 -Inf NA NA
## chronic_missing 0.00 NaN NaN
## exercise 0.00 NaN NaN
## ex_change -Inf NA NA
## ex_change_how -Inf NA NA
## ex_change_how_text* 0.00 NaN NaN
## veget -Inf NA NA
## vegan -Inf NA NA
## rawfood -Inf NA NA
## veget_imp -Inf NA NA
## vegan_imp -Inf NA NA
## rawfood_imp -Inf NA NA
## fruit_veg -Inf NA NA
## nutr_know -Inf NA NA
## cal_know -Inf NA NA
## cal_count -Inf NA NA
## sex_year -Inf NA NA
## sexp_f -Inf NA NA
## sexp_m -Inf NA NA
## sexp_tr -Inf NA NA
## sex_month -Inf NA NA
## sex_month_oral -Inf NA NA
## sex_month_vag -Inf NA NA
## sex_month_anal -Inf NA NA
## birthcontrol_prompt 0.00 NaN NaN
## birthcontrol_1_1 -Inf NA NA
## birthcontrol_1_2 -Inf NA NA
## birthcontrol_1_3 -Inf NA NA
## birthcontrol_1_4 -Inf NA NA
## birthcontrol_1_5 -Inf NA NA
## birthcontrol_1_6 -Inf NA NA
## birthcontrol_1_7 -Inf NA NA
## birthcontrol_1_8 -Inf NA NA
## birthcontrol_1_9 -Inf NA NA
## birthcontrol_1_10 -Inf NA NA
## birthcontrol_1_10_text* 0.00 NaN NaN
## birthcontrol_1_11 -Inf NA NA
## birthcontrol_1_12 -Inf NA NA
## birthcontrol_1_missing 0.00 NaN NaN
## birthcontrol_2 -Inf NA NA
## pregnant1 -Inf NA NA
## pregnant2 -Inf NA NA
## xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx* -Inf NA NA
## climate_we_camp_look_out_each_oth -Inf NA NA
## climate_I_resp_help_friend_strugg -Inf NA NA
## climate_I_resp_help_classmate_strugg -Inf NA NA
## WitnessRiskySituationPROMPT -Inf NA NA
## witness_1 -Inf NA NA
## witness_2 -Inf NA NA
## witness_3 -Inf NA NA
## witness_4 -Inf NA NA
## witness_5 -Inf NA NA
## witness_6 -Inf NA NA
## witness_6_text* 0.00 NaN NaN
## witness_7 -Inf NA NA
## witness_missing 0.00 NaN NaN
## inter_hy_dr -Inf NA NA
## inter_hy_sa -Inf NA NA
## inter_hy_hl -Inf NA NA
## QINT_intervene_saw_EmoDis_SuiTh -Inf NA NA
## inter_y_prompt -Inf NA NA
## inter_y_1 -Inf NA NA
## inter_y_2 -Inf NA NA
## inter_y_3 -Inf NA NA
## Past12mo_intervene_saw_EmoDis_SuiTh -Inf NA NA
## inter_y_5 -Inf NA NA
## inter_y_6 -Inf NA NA
## inter_y_6_text* 0.00 NaN NaN
## inter_y_7 -Inf NA NA
## inter_y_missing 0.00 NaN NaN
## Past12mo_intervene_perc_effectiv -Inf NA NA
## inter_n_prompt -Inf NA NA
## inter_n_1 -Inf NA NA
## inter_n_2 -Inf NA NA
## inter_n_3 -Inf NA NA
## Past12mo_witnessed_EmoDis_SuiTh -Inf NA NA
## inter_n_5 -Inf NA NA
## inter_n_6 -Inf NA NA
## inter_n_6_text* -Inf NA NA
## inter_n_7 -Inf NA NA
## inter_n_missing 0.00 NaN NaN
## NotInterveneBC_PROMPT 0.00 NaN NaN
## NotInterveneBC_afraidEmbar -Inf NA NA
## NotInterveneBC_assumeOtherHelp -Inf NA NA
## NotInterveneBC_notKnowHowHelp -Inf NA NA
## NotInterveneBC_NotConfid -Inf NA NA
## NotInterveneBC_notMyBusin -Inf NA NA
## NotInterveneBC_afraidFriendsNotSup -Inf NA NA
## NotInterveneBC_wasUnsafe -Inf NA NA
## NotInterveneBC_AfraidGetInTroub -Inf NA NA
## NotInterveneBC_other -Inf NA NA
## NotInterveneBC_otherTEXT* -Inf NA NA
## NotInterveneBC_missing 0.00 NaN NaN
## xxxCAMPUS_CLIMATE_AND_CULTURE* -Inf NA NA
## belong1 -Inf NA NA
## belong2 -Inf NA NA
## belong3 -Inf NA NA
## belong4 -Inf NA NA
## belong5 -Inf NA NA
## belong6 -Inf NA NA
## belong7 -Inf NA NA
## belong8 -Inf NA NA
## belong9 -Inf NA NA
## mh_mission -Inf NA NA
## climate_MH_priority -Inf NA NA
## cliimate_encour_Disc_MH -Inf NA NA
## climate_stud_work_promo_MH -Inf NA NA
## climate_admin_list_stud_conc_reg_MH -Inf NA NA
## climate_camp_env_neg_imp_stud_MH -Inf NA NA
## climate_camp_env_neg_imp_eatingBI -Inf NA NA
## safe_on_day -Inf NA NA
## safe_on_night -Inf NA NA
## safe_off_day -Inf NA NA
## safe_off_night -Inf NA NA
## I_exposed_diversity_atmySch -Inf NA NA
## PercPersonalDiscrim -Inf NA NA
## xxxSTRESS_AND_COMPETITIONxxx* -Inf NA NA
## stress_prompt -Inf NA NA
## stress1 -Inf NA NA
## stress2 -Inf NA NA
## stress3 -Inf NA NA
## stress4 -Inf NA NA
## compet_cl -Inf NA NA
## compet_sch -Inf NA NA
## compet_field -Inf NA NA
## grade_curv -Inf NA NA
## achieve1 -Inf NA NA
## achieve2 -Inf NA NA
## achieve3 -Inf NA NA
## achieve4 -Inf NA NA
## achieve5 -Inf NA NA
## achieve6 -Inf NA NA
## achieve7 -Inf NA NA
## achieve8 -Inf NA NA
## achieve9 -Inf NA NA
## achieve10 -Inf NA NA
## achieve11 -Inf NA NA
## achieve12 -Inf NA NA
## achieve13 -Inf NA NA
## achieve14 -Inf NA NA
## achieve15 -Inf NA NA
## achieve16 -Inf NA NA
## achieve17 -Inf NA NA
## achieve18 -Inf NA NA
## RES_COP* -Inf NA NA
## cope1 -Inf NA NA
## cope2 -Inf NA NA
## cope3 -Inf NA NA
## cope4 -Inf NA NA
## cope5 -Inf NA NA
## cope6 -Inf NA NA
## cope7 -Inf NA NA
## cope8 -Inf NA NA
## cope9 -Inf NA NA
## cope10 -Inf NA NA
## cope11 -Inf NA NA
## cope12 -Inf NA NA
## cope13 -Inf NA NA
## cope14 -Inf NA NA
## cope15 -Inf NA NA
## cope16 -Inf NA NA
## cope17 -Inf NA NA
## cope18 -Inf NA NA
## cope19 -Inf NA NA
## cope20 -Inf NA NA
## cope21 -Inf NA NA
## cope22 -Inf NA NA
## cope23 -Inf NA NA
## cope24 -Inf NA NA
## cope25 -Inf NA NA
## cope26 -Inf NA NA
## cope27 -Inf NA NA
## cope28 -Inf NA NA
## selfcomp_prompt -Inf NA NA
## selfcomp1 -Inf NA NA
## selfcomp2 -Inf NA NA
## selfcomp3 -Inf NA NA
## selfcomp4 -Inf NA NA
## selfcomp5 -Inf NA NA
## selfcomp6 -Inf NA NA
## selfcomp7 -Inf NA NA
## selfcomp8 -Inf NA NA
## selfcomp9 -Inf NA NA
## selfcomp10 -Inf NA NA
## selfcomp11 -Inf NA NA
## selfcomp12 -Inf NA NA
## xxxACADEMIC_EXPERIENCES_and_GOALS* 0.00 NaN NaN
## choose_sch 5.00 -1.46 1.30
## sat_aca 5.00 -1.48 2.37
## transfer_int 5.00 2.97 10.46
## grad_likely 4.00 -3.22 11.43
## Chall_Stop_Deg_PROMPT -Inf NA NA
## Chall_Stop_Deg_fin 1.00 0.00 -2.44
## Chall_Stop_Deg_MenEmoHealhProbs 1.00 0.00 -2.44
## Chall_Stop_Deg_otherhealth 1.00 0.75 -1.69
## Chall_Stop_Deg_familyOblig 1.00 0.75 -1.69
## Chall_Stop_Deg_FamRelDiff 1.00 0.75 -1.69
## Chall_Stop_Deg_Acad 1.00 0.75 -1.69
## persist_challenge_7 0.00 NaN NaN
## Chall_Stop_Deg_lackMotiv 1.00 -0.75 -1.69
## Chall_Stop_Deg_workCommitments 0.00 NaN NaN
## Chall_Stop_Deg_CareerOpp 1.00 0.75 -1.69
## Chall_Stop_Deg_other 0.00 NaN NaN
## Chall_Stop_Deg_otherTEXT* -Inf NA NA
## Chall_Stop_Deg_missing 5.00 6.66 46.14
## highestdeg 4.00 0.98 0.91
## highestdeg_text* -Inf NA NA
## doubt_school_1 5.00 0.59 -0.81
## doubt_school_2 3.00 -0.08 -2.11
## fam_support_aca 3.00 -1.99 3.80
## prof_support_aca 5.00 -1.89 5.70
## adjust_aca_1 5.00 0.22 -0.33
## adjust_aca_2 1.00 0.29 -2.25
## different_maj 1.00 0.09 -2.01
## failed 1.00 2.45 4.01
## late_assign 4.00 1.42 2.72
## sleep_class 5.00 1.41 1.56
## aca_support_serv 4.00 1.00 1.24
## office_hrs 5.00 0.71 0.15
## faculty_out 5.00 -0.23 -0.51
## advisor_interact 5.00 0.92 0.74
## gradstud_interact 4.00 2.62 6.95
## satisfied_overall 5.00 -0.98 0.25
## studygroup 5.00 -0.12 -1.03
## friend_devel 5.00 -0.58 -0.52
## time_manage 5.00 -0.03 -0.72
## MHC_Impact_AcadPerf_past12mo_PROMPT -Inf NA NA
## MHC_Impact_AcadPerf_past12mo_anx 6.00 0.79 0.31
## MHC_Impact_AcadPerf_past12mo_dep 6.00 1.13 0.33
## MHC_Impact_AcadPerf_past12mo_eat 6.00 2.44 8.22
## MHC_Impact_AcadPerf_past12mo_add_ld 6.00 2.23 5.09
## MHC_Impact_AcadPerf_past12mo_substance 6.00 2.16 6.57
## MHC_Impact_AcadPerf_past12mo_phys_health 6.00 2.12 4.75
## MHC_Impact_AcadPerf_past12mo_phys_assault 6.00 6.51 47.52
## MHC_Impact_AcadPerf_past12mo_sex_assault 6.00 2.28 5.15
## FinancialStress* -Inf NA NA
## fin_comp1 -Inf NA NA
## fin_comp2 -Inf NA NA
## pay_worry -Inf NA NA
## pay_fam -Inf NA NA
## pay_self -Inf NA NA
## pay_grant -Inf NA NA
## pay_loan -Inf NA NA
## pay_other -Inf NA NA
## pay_diff_sch -Inf NA NA
## pay_diff_book -Inf NA NA
## pay_diff_food -Inf NA NA
## pay_diff_transp -Inf NA NA
## pay_diff_child -Inf NA NA
## pay_diff_health -Inf NA NA
## pay_diff_house -Inf NA NA
## work_on -Inf NA NA
## work_off -Inf NA NA
## work_impa -Inf NA NA
## Q_MHA* -Inf NA NA
## Q_MHA1 -Inf NA NA
## Q_MHA2 -Inf NA NA
## Q_MHA3* 0.00 NaN NaN
## Q_MHA4* 0.00 NaN NaN
## Q_MHA5 -Inf NA NA
## Q_MHA6 -Inf NA NA
## Q_MHA7* 0.00 NaN NaN
## Q_MHA8* 0.00 NaN NaN
## Q_MHA9 -Inf NA NA
## QMHA10 -Inf NA NA
## Q_MHA11 -Inf NA NA
## Q_MHA12 -Inf NA NA
## Q_MHA13 -Inf NA NA
## Q_MHA14 -Inf NA NA
## Q_MHA15* 0.00 NaN NaN
## Q_MHA16 -Inf NA NA
## Q_MHA17 -Inf NA NA
## Q_MHA18 -Inf NA NA
## Q_MHA19 -Inf NA NA
## Q_MHA20* 0.00 NaN NaN
## Q152 -Inf NA NA
## Q153 -Inf NA NA
## se
## schoolnum 0.00
## nrweight 0.02
## survey* NA
## responseid* NA
## Q2_1* NA
## age 0.13
## sex_birth 0.03
## gender 0.05
## gender_text* NA
## sexual 0.07
## sexual_text* NA
## relship 0.06
## relship_text* NA
## race_his 0.03
## race_white 0.04
## race_black 0.03
## race_asian 0.03
## race_ainaan 0.01
## race_mides 0.01
## race_pi 0.01
## race_haw 0.00
## race_other 0.02
## race_other_text* NA
## citizen 0.02
## fincur 0.06
## finpast 0.07
## educ_par1 0.11
## educ_par2 7874.05
## educ_par1_rel 36932.42
## educ_par2_rel 37840.58
## religios 0.09
## relig_aff_c 0.04
## relig_aff_j 0.02
## relig_aff_m 0.01
## relig_aff_b 0.01
## relig_aff_h 0.01
## relig_aff_a 0.04
## relig_aff_other 0.01
## relig_aff_other_text* NA
## relig_aff_no 0.02
## degree_bach 0.02
## degree_ma 0.00
## degree_jd 0.02
## degree_md 0.01
## degree_phd 0.00
## degree_other 0.00
## degree_other_text* NA
## degree_ass 0.02
## transfer 0.02
## yr_sch 0.10
## enroll 0.00
## enroll_text* NA
## field_hum 0.04
## field_nat 0.04
## field_soc 0.04
## field_arc 0.00
## field_art 0.02
## field_bus 0.04
## field_den 0.00
## field_ed 0.02
## field_eng 0.00
## field_law 0.02
## field_med 0.01
## field_mus 0.02
## field_nur 0.01
## field_pharm 0.01
## field_prep 0.03
## field_ph 0.02
## field_pp 0.02
## field_sw 0.00
## field_und 0.01
## field_other 0.02
## field_other_text* NA
## gpa_sr 0.16
## aca_impa 0.09
## timeclass 0.08
## timestud 0.11
## persist 0.08
## residenc 0.13
## residenc_text* NA
## activ_ac 0.04
## activ_athc 0.03
## activ_athv 0.03
## activ_athi 0.03
## activ_cs 0.04
## activ_cu 0.03
## activ_da 0.03
## activ_fs 0.04
## activ_gs 0.02
## activ_gov 0.03
## activ_hw 0.02
## activ_mp 0.03
## activ_md 0.03
## activ_rel 0.03
## activ_soc 0.03
## activ_art 0.02
## activ_other 0.03
## activ_other_text* NA
## activ_none 0.02
## military 0.00
## disab_prompt NA
## disab_1_1 0.03
## disab_1_2 0.00
## disab_1_3 0.01
## disab_1_4 0.02
## disab_1_5 0.00
## disab_1_6 0.02
## disab_1_7 0.00
## disab_1_8 0.03
## disab_1_9 0.00
## disab_1_10 0.01
## disab_1_11 0.01
## disab_1_11_text* NA
## disab_1_12 0.04
## disab_2 44531.15
## disab_3 44542.17
## Q3_1 0.00
## diener1 0.12
## diener2 0.10
## diener3 0.09
## diener4 0.09
## diener5 0.09
## diener6 0.10
## diener7 0.12
## diener8 0.11
## diener_score 0.61
## PHQ9prompt NA
## phq9_1 0.07
## phq9_2 0.07
## phq9_3 0.09
## phq9_4 0.08
## phq9_5 0.09
## phq9_6 0.08
## phq9_7 0.09
## phq9_8 0.07
## phq9_9 0.05
## dep_impa 0.06
## deprawsc 11091.34
## phq2_prompt NA
## phq2_1 0.09
## phq2_2 0.09
## gad7_1 0.08
## gad7_2 0.09
## gad7_3 0.08
## gad7_4 0.09
## gad7_5 0.06
## gad7_6 0.08
## gad7_7 0.08
## gad7_impa 0.06
## anx_score 0.45
## height_ft 0.25
## height_in 0.02
## weight 3.00
## thin_good 0.04
## body_sr 0.07
## scoff_1 0.03
## scoff_2 0.04
## scoff_3 0.02
## scoff_4 0.04
## scoff_5 0.03
## ed_scoff 0.10
## sib_prompt NA
## sib_cut 0.03
## sib_burn 0.01
## sib_punch 0.03
## sib_scratch 0.03
## sib_pull 0.03
## sib_bit 0.02
## sib_wound 0.02
## sib_carv 0.01
## sib_rub 0.02
## sib_pobj 0.03
## sib_other 0.01
## sib_other_text* NA
## sib_none 0.04
## sib_freq 0.22
## sui_idea 0.03
## sui_plan 0.13
## sui_att 0.00
## violence_vic 0.03
## violence_perp 0.02
## assault_any NA
## assault_emo NA
## assault_phys NA
## assault_sexr NA
## assault_sexnr NA
## alc_any 0.03
## binge_fr_f 0.13
## binge_fr_m 0.47
## binge_fr_o 0.00
## smok_freq 0.05
## drugPROMPT NA
## drug_mar 0.04
## drug_coc 0.02
## drug_her 0.00
## drug_met 0.00
## drug_stim 0.03
## drug_ect 0.00
## drug_other 0.01
## drug_none 0.04
## drug_other1_text* 0.00
## drug_other2_text* 0.00
## drug_other3_text* 0.00
## druguse_total_missing 0.04
## sleep_wk1 0.32
## sleep_wd1 0.38
## sleep_wk2 0.44
## sleep_wd2 0.77
## sleep_np1 0.17
## sleep_np2 0.07
## XXX_MENTAL_HEALTH_SERVICE_UTILIZATION_HS* NA
## dx_prompt NA
## dx_dep 0.04
## dx_anx 0.04
## dx_attl 0.03
## dx_ea 0.03
## dx_psy 0.00
## dx_pers 0.01
## dx_sa 0.01
## dx_none 0.04
## dx_dk 0.02
## dx_total_missing 0.06
## dx_dep_prompt NA
## dx_dep_1 0.03
## dx_dep_2 0.01
## dx_dep_3 0.01
## dx_dep_4 0.01
## dx_dep_5 0.01
## dx_dep_5_text* NA
## dx_dep_6 0.02
## dx_dep_missing 0.04
## dx_ax_prompt NA
## dx_ax_1 0.03
## dx_ax_2 0.02
## dx_ax_3 0.01
## dx_ax_4 0.00
## dx_ax_5 0.00
## dx_ax_6 0.01
## dx_ax_7 0.01
## dx_ax_8 0.01
## dx_ax_9 0.01
## dx_ax_9_text* NA
## dx_ax_10 0.02
## dx_att_prompt NA
## dx_att_1 0.03
## dx_att_2 0.01
## dx_att_3 0.00
## dx_att_3_text* NA
## dx_att_4 0.01
## dx_ea_prompt NA
## dx_ea_1 0.02
## dx_ea_2 0.01
## dx_ea_3 0.01
## dx_ea_4 0.01
## dx_ea_4_text* NA
## dx_ea_5 0.01
## dx_psy_prompt NA
## dx_psy_1 0.00
## dx_psy_2 0.00
## dx_psy_3 0.00
## dx_psy_4 0.00
## dx_psy_5 0.00
## dx_psy_6 0.00
## dx_psy_7 0.00
## dx_psy_7_text* NA
## dx_psy_8 0.00
## dx_perso_prompt NA
## dx_perso_1 0.00
## dx_perso_2 0.00
## dx_perso_3 0.01
## dx_perso_4 0.00
## dx_perso_5 0.00
## dx_perso_6 0.00
## dx_perso_7 0.00
## dx_perso_8 0.00
## dx_perso_9 0.00
## dx_perso_10 0.00
## dx_perso_11 0.00
## dx_perso_11_text* NA
## dx_perso_12 0.00
## dx_sa_prompt NA
## dx_sa_1 0.01
## dx_sa_2 0.00
## dx_sa_2_text* NA
## dx_sa_3 0.00
## KnowWhereSHCampus 0.11
## Med_Helpful_4dep 0.08
## Ther_Helpful_4dep 0.07
## Perceived_Stig_1 0.11
## Personal_Stig_1 0.08
## Past12moPercNeedTx 0.15
## QINT_PROMPT NA
## QINT_clinician 0.04
## QINT_roommate 0.04
## QINT_friend 0.04
## QINT_SO 0.04
## QINT_fam 0.04
## QINT_religCouns 0.02
## QINT_suppGrp 0.02
## QINT_otherNonClin 0.02
## QINT_otherNonClinTEXT* NA
## QINT_NoOne 0.02
## QINT_missing 0.11
## PastHS12mo 0.04
## PastHS12moNumVisits 0.17
## CurrInTx 0.07
## CurrInTx_studCouns 0.06
## CurrInTx_campHealthServ 0.03
## CurrInTx_otherCampCHServ 0.04
## CurrInTx_Emergency 0.00
## CurrInTx_inpatient 0.00
## CurrInTx_partialHosp 0.02
## CurrInTx_localProvider 0.04
## CurrInTx_ProviderElsewhere 0.06
## CurrInTx_other 0.03
## CurrInTx_otherTEXT* 0.00
## CurrInTx_IDK 0.00
## sat_hours_1 0.30
## sat_loc_1 0.31
## sat_qual_1 0.31
## sat_priv_1 0.32
## sat_sched_1 0.30
## sat_hours_2 0.13
## sat_loc_2 0.16
## sat_qual_2 0.12
## sat_priv_2 0.15
## sat_sched_2 0.16
## sat_hours_3 0.21
## sat_loc_3 0.21
## sat_qual_3 0.24
## sat_priv_3 0.24
## sat_sched_3 0.21
## sat_hours_4 0.00
## sat_loc_4 0.00
## sat_qual_4 0.00
## sat_priv_4 0.00
## sat_sched_4 0.00
## sat_hours_5 0.00
## sat_loc_5 0.00
## sat_qual_5 0.00
## sat_priv_5 0.00
## sat_sched_5 0.00
## sat_hours_6 0.05
## sat_loc_6 0.02
## sat_qual_6 0.05
## sat_priv_6 0.05
## sat_sched_6 0.05
## sat_hours_7 0.08
## sat_loc_7 0.08
## sat_qual_7 0.08
## sat_priv_7 0.09
## sat_sched_7 0.08
## sat_hours_8 0.15
## sat_loc_8 0.15
## sat_qual_8 0.15
## sat_priv_8 0.17
## sat_sched_8 0.15
## sat_hours_9 0.06
## sat_loc_9 0.06
## sat_qual_9 0.07
## sat_priv_9 0.07
## sat_sched_9 0.06
## HowHelpfulTx4you 0.13
## TakenMed_12moPROMPT NA
## TakenMed_psychostim 0.03
## TakenMed_antidep 0.04
## TakenMed_antiPsych 0.02
## TakenMed_antiAnx 0.03
## TakenMed_moodStab 0.02
## TakenMed_sleep 0.02
## TakenMed_other 0.01
## TakenMed_otherTEXT* NA
## TakenMed_NoneOfThese 0.04
## TakenMed_IDK 0.00
## TakenMed_missing 0.07
## Meds_reason_PROMPT NA
## meds_reason_1 0.07
## meds_reason_2 0.06
## meds_reason_3 0.07
## meds_reason_4 0.05
## meds_reason_5 0.04
## meds_reason_5_text* NA
## meds_reason_missing 0.06
## meds_dis 0.16
## meds_w_prompt NA
## meds_w_1 0.07
## meds_w_2 0.08
## meds_w_3 0.05
## meds_w_3_text* 0.00
## meds_w_4 0.05
## meds_w_5 0.00
## meds_w_missing 0.05
## CurrTakMed_PROMPT NA
## CurrTakMed_psychostim 0.08
## CurrTakMed_antiDep 0.08
## CurrTakMed_antiPsych 0.04
## CurrTakMed_antiAnx 0.07
## CurrTakMed_moodStab 0.05
## CurrTakMed_sleep 0.06
## CurrTakeMed_other 0.00
## CurrTakeMed_otherTEXT* 0.00
## CurrTakeMed_NoneOfThese 0.06
## CurrTakMed_missing 0.14
## meds_cur_9 0.01
## meds_time_1 0.17
## meds_time_2 0.12
## meds_time_3 0.10
## meds_time_4 0.18
## meds_time_5 0.09
## meds_time_6 0.09
## meds_time_7 0.05
## meds_helped_me 41094.62
## why_tx_prompt NA
## why_tx_prompt_2 NA
## why_tx_1decideOnMyOwn 0.05
## why_tx_2friendEncour 0.06
## why_tx_3friendPressure 0.00
## why_tx_4famEncour 0.06
## why_tx_5famPressure 0.04
## why_tx_6otherEncour 0.04
## why_tx_6otherEncourTEXT* 0.00
## why_tx_7mandatedByCamp 0.03
## why_tx_8GotMoreInfo 0.00
## why_tx_8GotMoreInfoTEXT* 0.00
## why_tx_9otherReason 0.02
## why_tx_9otherReasonTEXT* NA
## why_tx_missing 0.09
## ReduceTxOrMed12mo_prompt NA
## ReduceTxOrMed12mo_NoNeed 0.06
## ReduceTxOrMed12mo_financial 0.04
## ReduceTxOrMed12mo_insuffTime 0.06
## ReduceTxOrMed12mo_NotSureWhereGo 0.03
## ReduceTxOrMed12mo_DiffFindAppt 0.05
## ReduceTxOrMed12mo_PrefDealOnOwnOrWFam 0.06
## ReduceTxOrMed12mo_other 0.04
## ReduceTxOrMed12mo_noBarriers 0.05
## ReduceTxOrMed12mo_otherTEXT* NA
## ReduceTxOrMed12mo_missing 0.09
## BarrierTxOrMed12mo_PROMPT NA
## BarrierTxOrMed12mo_NoChanceButPlan2 0.02
## BarrierTxOrMed12mo_NoNeed 0.06
## BarrierTxOrMed12mo_financial 0.03
## BarrierTxOrMed12mo_insuffTime 0.05
## BarrierTxOrMed12mo_NotSureWhereGo 0.03
## BarrierTxOrMed12mo_DiffFindAppt 0.03
## BarrierTxOrMed12mo_PRefDealOnOwnOrWFam 0.06
## BarrierTxOrMed12mo_other 0.03
## BarrierTxOrMed12mo_noBarriers 0.04
## BarrierTxOrMed12mo_otherTEXT* NA
## BarrierTxOrMed12mo_missing 0.08
## SeenMedProv12moAnyReason 0.04
## MentalSupp12mo_PROMPT NA
## MentalSupp12mo_roommate 0.04
## MentalSupp12mo_friend 0.04
## MentalSupp12mo_SO 0.04
## MentalSupp12mo_fam 0.04
## inf_5MentalSupp12mo_religCouns 0.02
## MentalSupp12mo_suppGrp 0.01
## MentalSupp12mo_otherNonClin 0.02
## MentalSupp12mo_NoOne 0.04
## MentalSupp12mo_otherNonClinTEXT* NA
## MentalSupp12mo_missing 0.10
## MentalSupp12mo_helpfulnessOverall 0.08
## QINT_MHPaffAcad_PROMPT NA
## QINT_MHPaffAcad_classProfessor 0.04
## QINT_MHPaffAcad_acadAdv 0.04
## QINT_MHPaffAcad_anothFacMem 0.03
## QINT_MHPaffAcad_TA 0.00
## QINT_MHPaffAcad_StudServStaff 0.03
## QINT_MHPaffAcad_DeanOfStud 0.04
## QINT_MHPaffAcad_NoOne 0.04
## QINT_MHPaffAcad_other 0.03
## QINT_MHPaffAcad_otherTEXT* NA
## QINT_MHPaffAcad_missing 0.08
## ThisSchoYr_Talk_AcadPers_abtMHPaffAcad 0.04
## ThisSchoYr_Talk_AcadPers_how_supportive 0.14
## ins_prompt NA
## ins_uncovered 0.03
## ins_parOrTheirEmp 0.01
## ins_myEmp 0.00
## ins_SpouseEmp 0.02
## ins_StudHealthInsPlan 0.01
## ins_EmbassyInterStud 0.01
## ins_IndivPurcFromCarrier 0.02
## ins_Medicaid_etc 0.00
## ins_IDK 0.02
## ins_missing 0.02
## ins_coverMHPvisit 0.08
## ins_meetNeedMHS 0.06
## ins_inad_PROMPT NA
## ins_inad_notCovMHS 0.00
## ins_inad_notCovPreExistCond 0.00
## ins_inad_notCovCertainCond 0.00
## ins_inad_coPayTooExp 0.15
## ins_inad_DeductTooExp 0.18
## ins_inad_NotCoverCerTypesServ 0.18
## ins_inad_LimitNumServCov 0.17
## ins_inad_other 0.15
## ins_inad_otherTEXT* NA
## ins_inad_missing 0.04
## XXX_KNOWLEDGE_AND_ATTITUDES_MHS* NA
## MHL_HowKnowledgeableMI NA
## dep_tx_know_prompt NA
## dep_tx_know_1 NA
## dep_tx_know_2 NA
## dep_tx_know_3 NA
## dep_tx_know_4 NA
## dep_tx_missing 0.00
## dep_sx_know_prompt NA
## dep_sx_know_1 NA
## dep_sx_know_2 NA
## dep_sx_know_3 NA
## dep_sx_know_4 NA
## dep_sx_know_missing 0.00
## anx_help_know_prompt NA
## anx_help_know_1 NA
## anx_help_know_2 NA
## anx_help_know_3 NA
## anx_help_know_4 NA
## anx_help_know_missing 0.00
## ea_sx_know_prompt NA
## ea_sx_know_1 NA
## ea_sx_know_2 NA
## ea_sx_know_3 NA
## ea_sx_know_4 NA
## ea_sx_know_5 NA
## ea_sx_know_6 NA
## ea_sx_know_missing 0.00
## MHL_canRecogOthersEmoDist NA
## MHL_confidHelpPersWmhp NA
## MHL_MHgatekeeper_training_taken NA
## Aware_MH_outreach_onCamp NA
## heard_Qual_MHSonCamp NA
## Good_supp_sys_on_camp NA
## How_helpful_meds_if_future_MHC NA
## How_helpful_tx_if_future_MHC NA
## I_am_person_w_MI NA
## when_feel_dep_I_keep_feelings_secret NA
## I_feel_ashamed_having_MI NA
## Keep_my_MI_secret NA
## Wish_I_could_disclose_my_MI NA
## PercStig_MHtx_sign_pers_fail NA
## PercStig_MHtx_think_less NA
## SocDist_I_acc_pers_MHtx NA
## PersonStig_MHtx_sign_pers_fail NA
## NumFriendFamEverSH_MHP NA
## xxxSUBSTANCE_USExxx* NA
## audit_1 NA
## audit_2 NA
## audit_3_f NA
## audit_3_m NA
## audit_3_o NA
## audit_4 NA
## audit_5 NA
## audit_6 NA
## audit_7 NA
## audit_8 NA
## audit_9 NA
## audit_10 NA
## alc_tx NA
## risk_alc NA
## risk_cig NA
## risk_mar NA
## risk_presc NA
## peer_alc_1 NA
## peer_alc_2 NA
## peer_alc_3 NA
## peer_alc_4 NA
## peer_perc_prompt NA
## peer_alc_est* 0.00
## peer_mar_est* 0.00
## peer_cig_est* 0.00
## alc_prob NA
## xxxSLEEPxxx* NA
## isi_prompt NA
## isi_1 0.00
## isi_2 0.00
## isi_3 0.00
## isi_4 0.00
## isi_5 0.00
## isi_6 0.00
## isi_7 0.00
## isi_score NA
## xxxEATINGBODYIMAGExxx* NA
## wcs_1_f NA
## wcs_1_m NA
## wcs_1_o NA
## wcs_2 NA
## wcs_3 NA
## wcs_4 NA
## wcs_5 NA
## body_con_change NA
## fresh15 NA
## weigh_freq NA
## weight_ideal NA
## binge NA
## purge_prompt NA
## purge_1* 0.00
## purge_2* 0.00
## purge_3* 0.00
## purge_4* 0.00
## ea_fast* 0.00
## diet NA
## eat_change NA
## eat_change_prompt NA
## eat_change_how_1 NA
## eat_change_how_2 NA
## eat_change_how_3 NA
## eat_change_how_4 NA
## eat_change_how_5 NA
## eat_change_how_6 NA
## eat_change_how_7 NA
## eat_change_how_8 NA
## eat_change_how_9 NA
## eat_change_how_10 NA
## eat_change_how_11 NA
## eat_change_how_12 NA
## eat_change_how_13 NA
## eat_change_how_14 NA
## eat_change_how_15 NA
## eat_change_how_15_text* NA
## eat_change_how_missing 0.00
## ed_peer NA
## xxxSEXUAL_ASSAULTxxx* NA
## sa_perc_prompt NA
## sa_perc_1 0.06
## sa_perc_2 0.07
## sa_perc_3 0.08
## sa_perc_4 0.08
## sa_perc_5 0.07
## sa_perc_6 0.09
## sa_perc_7 0.09
## sa_perc_8 0.08
## sa_perc_9 0.09
## sa_perc_10 0.07
## sa_perc_11 0.09
## sa_perc_12 0.10
## sa_train_pol 0.04
## sa_train_prev 0.04
## sa_train_use 0.09
## sa_res_know 0.08
## sa_proc_know 0.10
## sa_proc_conf 0.09
## sa_exp_prompt NA
## sa_exp_touch 0.03
## sa_exp_oral 0.03
## sa_exp_inc 0.04
## sa_exp_anal 0.02
## sa_exp_pen 0.03
## sa_suc_prompt NA
## sa_suc_phyforc_1 0.03
## sa_att_phyforc 0.03
## sa_drunk_1 0.08
## sa_suc_phyforc_prompt NA
## sa_suc_phyforc_2_1 0.12
## sa_suc_phyforc_2_2 0.12
## sa_suc_phyforc_2_3 0.16
## sa_suc_phyforc_2_4 0.12
## sa_suc_phyforc_2_5 0.16
## sa_suc_phyforc_2_6 0.00
## sa_suc_phyforc_2_6_text* NA
## sa_suc_phyforc_missing 0.06
## sa_drunk_prompt NA
## sa_drunk_2_1 0.08
## sa_drunk_2_2 0.04
## sa_drunk_2_3 0.07
## sa_drunk_2_4 0.02
## sa_drunk_2_5 0.06
## sa_drunk_2_6 0.00
## sa_drunk_2_6_text* NA
## sa_drunk_2_7 0.00
## sa_drunk_2_missing 0.08
## sa_drunk_prompt_2 NA
## sa_drunk_3 0.03
## sa_drunk_4 0.04
## sa_drunk_5 0.04
## sa_drunk_6 0.07
## sa_who_prompt NA
## sa_who_prompt_2 NA
## sa_who_1 0.04
## sa_who_2 0.00
## sa_who_3 0.04
## sa_who_4 0.00
## sa_who_5 0.00
## sa_who_6 0.00
## sa_who_7 0.00
## sa_who_8 0.04
## sa_who_9 0.03
## sa_who_10 0.02
## sa_who_11 0.02
## sa_who_12 0.02
## sa_who_12_text* NA
## sa_who_missing 0.03
## sa_who_stud 0.04
## sa_who_employ 0.02
## sa_who_gender 0.03
## sa_who_gender_text* NA
## sa_op_substance_prompt NA
## sa_op_substance_1 0.04
## sa_op_substance_2 0.04
## sa_op_substance_3 0.03
## sa_op_substance_4 0.02
## sa_op_substance_5 0.03
## sa_op_substance_missing 0.06
## sa_frighten 0.09
## sa_loc_prompt NA
## sa_loc_off 0.04
## sa_loc_on 0.04
## sa_loc_missing 0.02
## sa_tell_prompt NA
## sa_tell_1 0.00
## sa_tell_2 0.04
## sa_tell_3 0.03
## sa_tell_4 0.03
## sa_tell_5 0.02
## sa_tell_6 0.03
## sa_tell_7 0.02
## sa_tell_8 0.01
## sa_tell_9 0.02
## sa_tell_10 0.03
## sa_tell_11 0.02
## sa_tell_12 0.01
## sa_tell_12_text* NA
## sa_tell_missing 0.11
## sa_sch_report 0.03
## sa_sch_help 0.21
## sa_nodiscl_prompt NA
## sa_nodiscl_1 NA
## sa_nodiscl_2 NA
## sa_nodiscl_3 NA
## sa_nodiscl_4 NA
## sa_nodiscl_5 NA
## sa_nodiscl_6 NA
## sa_nodiscl_7 NA
## sa_nodiscl_8 NA
## sa_nodiscl_9 NA
## sa_nodiscl_10 NA
## sa_nodiscl_11 NA
## sa_nodiscl_12 NA
## sa_nodiscl_13 NA
## sa_nodiscl_14 NA
## sa_nodiscl_15 NA
## sa_nodiscl_16 NA
## sa_nodiscl_17 NA
## sa_nodiscl_18 NA
## sa_nodiscl_19 NA
## sa_nodiscl_20 NA
## sa_nodiscl_21 NA
## sa_nodiscl_22 NA
## sa_nodiscl_23 NA
## sa_nodiscl_24 NA
## sa_nodiscl_24_text* NA
## sa_nodiscl_missing 0.00
## stalk 0.02
## xxxOVERALL_HEALTH* NA
## health_overall NA
## chronic_prompt 0.00
## chronic_1 NA
## chronic_2 NA
## chronic_3 NA
## chronic_4 NA
## chronic_5 NA
## chronic_6 NA
## chronic_7 NA
## chronic_8 NA
## chronic_9 NA
## chronic_10 NA
## chronic_11 NA
## chronic_11_text* 0.00
## chronic_12 NA
## chronic_13 NA
## chronic_missing 0.00
## exercise 0.00
## ex_change NA
## ex_change_how NA
## ex_change_how_text* 0.00
## veget NA
## vegan NA
## rawfood NA
## veget_imp NA
## vegan_imp NA
## rawfood_imp NA
## fruit_veg NA
## nutr_know NA
## cal_know NA
## cal_count NA
## sex_year NA
## sexp_f NA
## sexp_m NA
## sexp_tr NA
## sex_month NA
## sex_month_oral NA
## sex_month_vag NA
## sex_month_anal NA
## birthcontrol_prompt 0.00
## birthcontrol_1_1 NA
## birthcontrol_1_2 NA
## birthcontrol_1_3 NA
## birthcontrol_1_4 NA
## birthcontrol_1_5 NA
## birthcontrol_1_6 NA
## birthcontrol_1_7 NA
## birthcontrol_1_8 NA
## birthcontrol_1_9 NA
## birthcontrol_1_10 NA
## birthcontrol_1_10_text* 0.00
## birthcontrol_1_11 NA
## birthcontrol_1_12 NA
## birthcontrol_1_missing 0.00
## birthcontrol_2 NA
## pregnant1 NA
## pregnant2 NA
## xxxxWITNESS_DIFF_SIT_ON_CAMPUSxxx* NA
## climate_we_camp_look_out_each_oth NA
## climate_I_resp_help_friend_strugg NA
## climate_I_resp_help_classmate_strugg NA
## WitnessRiskySituationPROMPT NA
## witness_1 NA
## witness_2 NA
## witness_3 NA
## witness_4 NA
## witness_5 NA
## witness_6 NA
## witness_6_text* 0.00
## witness_7 NA
## witness_missing 0.00
## inter_hy_dr NA
## inter_hy_sa NA
## inter_hy_hl NA
## QINT_intervene_saw_EmoDis_SuiTh NA
## inter_y_prompt NA
## inter_y_1 NA
## inter_y_2 NA
## inter_y_3 NA
## Past12mo_intervene_saw_EmoDis_SuiTh NA
## inter_y_5 NA
## inter_y_6 NA
## inter_y_6_text* 0.00
## inter_y_7 NA
## inter_y_missing 0.00
## Past12mo_intervene_perc_effectiv NA
## inter_n_prompt NA
## inter_n_1 NA
## inter_n_2 NA
## inter_n_3 NA
## Past12mo_witnessed_EmoDis_SuiTh NA
## inter_n_5 NA
## inter_n_6 NA
## inter_n_6_text* NA
## inter_n_7 NA
## inter_n_missing 0.00
## NotInterveneBC_PROMPT 0.00
## NotInterveneBC_afraidEmbar NA
## NotInterveneBC_assumeOtherHelp NA
## NotInterveneBC_notKnowHowHelp NA
## NotInterveneBC_NotConfid NA
## NotInterveneBC_notMyBusin NA
## NotInterveneBC_afraidFriendsNotSup NA
## NotInterveneBC_wasUnsafe NA
## NotInterveneBC_AfraidGetInTroub NA
## NotInterveneBC_other NA
## NotInterveneBC_otherTEXT* NA
## NotInterveneBC_missing 0.00
## xxxCAMPUS_CLIMATE_AND_CULTURE* NA
## belong1 NA
## belong2 NA
## belong3 NA
## belong4 NA
## belong5 NA
## belong6 NA
## belong7 NA
## belong8 NA
## belong9 NA
## mh_mission NA
## climate_MH_priority NA
## cliimate_encour_Disc_MH NA
## climate_stud_work_promo_MH NA
## climate_admin_list_stud_conc_reg_MH NA
## climate_camp_env_neg_imp_stud_MH NA
## climate_camp_env_neg_imp_eatingBI NA
## safe_on_day NA
## safe_on_night NA
## safe_off_day NA
## safe_off_night NA
## I_exposed_diversity_atmySch NA
## PercPersonalDiscrim NA
## xxxSTRESS_AND_COMPETITIONxxx* NA
## stress_prompt NA
## stress1 NA
## stress2 NA
## stress3 NA
## stress4 NA
## compet_cl NA
## compet_sch NA
## compet_field NA
## grade_curv NA
## achieve1 NA
## achieve2 NA
## achieve3 NA
## achieve4 NA
## achieve5 NA
## achieve6 NA
## achieve7 NA
## achieve8 NA
## achieve9 NA
## achieve10 NA
## achieve11 NA
## achieve12 NA
## achieve13 NA
## achieve14 NA
## achieve15 NA
## achieve16 NA
## achieve17 NA
## achieve18 NA
## RES_COP* NA
## cope1 NA
## cope2 NA
## cope3 NA
## cope4 NA
## cope5 NA
## cope6 NA
## cope7 NA
## cope8 NA
## cope9 NA
## cope10 NA
## cope11 NA
## cope12 NA
## cope13 NA
## cope14 NA
## cope15 NA
## cope16 NA
## cope17 NA
## cope18 NA
## cope19 NA
## cope20 NA
## cope21 NA
## cope22 NA
## cope23 NA
## cope24 NA
## cope25 NA
## cope26 NA
## cope27 NA
## cope28 NA
## selfcomp_prompt NA
## selfcomp1 NA
## selfcomp2 NA
## selfcomp3 NA
## selfcomp4 NA
## selfcomp5 NA
## selfcomp6 NA
## selfcomp7 NA
## selfcomp8 NA
## selfcomp9 NA
## selfcomp10 NA
## selfcomp11 NA
## selfcomp12 NA
## xxxACADEMIC_EXPERIENCES_and_GOALS* 0.00
## choose_sch 0.12
## sat_aca 0.11
## transfer_int 0.08
## grad_likely 0.07
## Chall_Stop_Deg_PROMPT NA
## Chall_Stop_Deg_fin 0.29
## Chall_Stop_Deg_MenEmoHealhProbs 0.29
## Chall_Stop_Deg_otherhealth 0.25
## Chall_Stop_Deg_familyOblig 0.25
## Chall_Stop_Deg_FamRelDiff 0.25
## Chall_Stop_Deg_Acad 0.25
## persist_challenge_7 0.00
## Chall_Stop_Deg_lackMotiv 0.25
## Chall_Stop_Deg_workCommitments 0.00
## Chall_Stop_Deg_CareerOpp 0.25
## Chall_Stop_Deg_other 0.00
## Chall_Stop_Deg_otherTEXT* NA
## Chall_Stop_Deg_missing 0.05
## highestdeg 0.09
## highestdeg_text* NA
## doubt_school_1 0.14
## doubt_school_2 0.60
## fam_support_aca 0.06
## prof_support_aca 0.08
## adjust_aca_1 0.11
## adjust_aca_2 0.24
## different_maj 0.04
## failed 0.03
## late_assign 0.08
## sleep_class 0.11
## aca_support_serv 0.07
## office_hrs 0.09
## faculty_out 0.12
## advisor_interact 0.10
## gradstud_interact 0.07
## satisfied_overall 0.12
## studygroup 0.12
## friend_devel 0.13
## time_manage 0.11
## MHC_Impact_AcadPerf_past12mo_PROMPT NA
## MHC_Impact_AcadPerf_past12mo_anx 0.12
## MHC_Impact_AcadPerf_past12mo_dep 0.14
## MHC_Impact_AcadPerf_past12mo_eat 0.09
## MHC_Impact_AcadPerf_past12mo_add_ld 0.10
## MHC_Impact_AcadPerf_past12mo_substance 0.09
## MHC_Impact_AcadPerf_past12mo_phys_health 0.10
## MHC_Impact_AcadPerf_past12mo_phys_assault 0.06
## MHC_Impact_AcadPerf_past12mo_sex_assault 0.12
## FinancialStress* NA
## fin_comp1 NA
## fin_comp2 NA
## pay_worry NA
## pay_fam NA
## pay_self NA
## pay_grant NA
## pay_loan NA
## pay_other NA
## pay_diff_sch NA
## pay_diff_book NA
## pay_diff_food NA
## pay_diff_transp NA
## pay_diff_child NA
## pay_diff_health NA
## pay_diff_house NA
## work_on NA
## work_off NA
## work_impa NA
## Q_MHA* NA
## Q_MHA1 NA
## Q_MHA2 NA
## Q_MHA3* 0.00
## Q_MHA4* 0.00
## Q_MHA5 NA
## Q_MHA6 NA
## Q_MHA7* 0.00
## Q_MHA8* 0.00
## Q_MHA9 NA
## QMHA10 NA
## Q_MHA11 NA
## Q_MHA12 NA
## Q_MHA13 NA
## Q_MHA14 NA
## Q_MHA15* 0.00
## Q_MHA16 NA
## Q_MHA17 NA
## Q_MHA18 NA
## Q_MHA19 NA
## Q_MHA20* 0.00
## Q152 NA
## Q153 NA