Description Usage Arguments Value Author(s) Examples
Returns the probability of subjectively reporting a mood disorder based on scores from the ASQ questionnaire.
1 2 3 4 5 | ASQ_subjective_mood_disorder(Suppression,
Pretending,
Feeling_of_Control,
Cognitive_Change,
Acceptance)
|
Suppression |
The Suppression score (from 0 to 7). |
Pretending |
The Pretending score (from 0 to 7). |
Feeling_of_Control |
The Feeling_of_Control score (from 0 to 7). |
Cognitive_Change |
The Cognitive_Change score (from 0 to 7). |
Acceptance |
The Acceptance score (from 0 to 7). |
prob |
The probability of subjectively reporting a mood disorder. |
Dominique Makowski
1 2 3 | require(neuropsychology)
ASQ_subjective_mood_disorder(4, 2, 1, 4, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.