LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Docs » Drug Use Questionnaire (DUQ)

Drug Use Questionnaire (DUQ)

In Habit Behavioral Protocol and SPA Behavioral Visit in REDCap for both and some of habit timepoint one in Qualtrics.

For habit, see /Volumes/Hera/Projects/Habit/behave/duq.csv

Alternative

DUQ does not ask about nicotine. ASR/YSR does.

habit_redcap_dict$data|>
   mutate(Q=gsub('<[^>]*>','',field_label)) |> # remove html
   select(field_name, Q) |>
   filter(grepl("nicotine|vape|smoke",Q, ignore.case=T))|>
   print(n=Inf)
  <chr>            <chr>                                                                                     
1 cbcl_smokes      Smokes, chews, or sniffs tobacco
2 ysr_smoke        I smoke, chew, or sniff tobacco
3 asr_drugs        I use drugs (other than alcohol and nicotine) for nonmedical purposes
4 asr_tobacco      In the past 6 months, about how many times per day did you use tobacco (including s…
5 asr_drugsentry   In the past 6 months, on how many days did you use drugs for nonmedical purposes (i…
6 pretest_smoker   Are you a smoker?
Previous Next