Skip to the content.

What Is DSQ?

Dietary Screener Questionnaires (DSQ) is a 26-item survey instrument developed by NIH’s National Cancer Instritute (NCI).

How to Score DSQ?

Before running the scoring code, please ensure the data formatting (variable naming and value encoding) follows our data encoding expectations. Once your data (a data frame named data) is cleaned and formatted, you can run this:

data_scored <- DSQ_Scores(data)

Explanation of the DSQ output can be found at the NCI website.