Learn R Programming

PASWR (version 1.1)

WCST: Wisconsin Card Sorting Test

Description

The following data are the test scores from a group of 50 patients from the Virgen del Camino Hospital (Pamplona, Spain) on the Wisconsin Card Sorting Test.

Usage

WCST

Arguments

Format

A data frame with 50 observations on the following variable:

score

score on the Wisconsin Card Sorting Test

Details

The “Wisconsin Card Sorting Test” is widely used by psychiatrists, neurologists, and neuropsychologists with patients who have a brain injury, neurodegenerative disease, or a mental illness such as schizophrenia. Patients with any sort of frontal lobe lesion generally do poorly on the test.

Examples

Run this code
# NOT RUN {
densityplot(~score, data = WCST, ref=TRUE)
# }

Run the code above in your browser using DataLab