Skip to contents

This dataset, `dopamine_schizophrenia_tbl_df`, is a tibble containing measurements of dopamine \(\beta\)-hydroxylase (DBH) activity in 25 schizophrenic patients treated with antipsychotic medication. The data compares DBH levels between patient groups.

Usage

data(dopamine_schizophrenia_tbl_df)

Format

A tibble with 25 observations and 2 variables:

dbh

Integer: Dopamine \(\beta\)-hydroxylase activity level (nmol/(mL\(\cdot\)hr))

group

Character: Treatment/patient group classification

Source

Data taken from the BSDA package version 1.2.2

Details

The dataset name has been kept as dopamine_schizophrenia_tbl_df to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package. The suffix tbl_df indicates that the dataset is a tibble. The original content has not been modified.