tutorial_1_table_1: The data used in Tutorial 1, Table 1
Description
Data from Tutorial 1 Table 1 of Designing Experiments and Analyzing Data: A Model Comparison Perspective (4th edition; Maxwell, Delaney, & Kelley). Beck Depression Inventory (BDI) scores for 103 adults (Smith, Meyers, & Delaney, 1998), used in Tutorial 1 to review basic descriptive statistics (the scores range from 0 to 43, with mean 15.748, median 13, and mode 9).
Usage
data(tutorial_1_table_1)
Arguments
Format
An object of class data.frame with 103 rows and 1 columns.
Maxwell, S. E., Delaney, H. D., & Kelley, K. (2027). Designing experiments and analyzing data:
A model comparison perspective (4th ed.). New York, NY: Routledge.
# Load the datadata(tutorial_1_table_1)
# Or, alternatively load the data asdata(T1T1)
# View the structurestr(tutorial_1_table_1)
# Brief summary of the data.summary(tutorial_1_table_1)