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

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
2
3
4
5
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.

Author(s)

Dominique Makowski

Examples

1
2
3
require(neuropsychology)

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

neuropsychology documentation built on May 2, 2019, 2:13 p.m.