neuropsychology (version 0.5.0)

ASQ_subjective_mood_disorder: Subjectively reported mood disorder detection based on the ASQ scores.

Description

Returns the probability of subjectively reporting a mood disorder based on scores from the ASQ questionnaire.

Usage

ASQ_subjective_mood_disorder(Suppression, 
                            Pretending, 
                            Feeling_of_Control, 
                            Cognitive_Change, 
                            Acceptance)

Arguments

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).

Value

prob
The probability of subjectively reporting a mood disorder.

Examples

Run this code
require(neuropsychology)

ASQ_subjective_mood_disorder(4, 2, 1, 4, 3)

Run the code above in your browser using DataLab