Learn R Programming

AMCP (version 1.0.1)

tutorial_2_table_1: The data used in Tutorial 2, Table 1

Description

Data from Tutorial 2 Table 1 of Designing Experiments and Analyzing Data: A Model Comparison Perspective (3rd edition; Maxwell, Delaney, & Kelley).

Data from Tutorial 2 Table 2 of Designing Experiments and Analyzing Data: A Model Comparison Perspective (3rd edition; Maxwell, Delaney, & Kelley).

Usage

data(tutorial_2_table_1)

data(tutorial_2_table_2)

Arguments

Format

An object of class data.frame with 8 rows and 2 columns.

An object of class data.frame with 8 rows and 4 columns.

Synonym

T2T1

T2T2

Author

Ken Kelley kkelley@nd.edu

Ken Kelley kkelley@nd.edu

Details

  • Group.

  • Score.

  • Y.

  • X1.

  • X2.

  • X3.

References

Maxwell, S. E., Delaney, H. D., & Kelley, K. (2018). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). New York, NY: Routledge.

Maxwell, S. E., Delaney, H. D., & Kelley, K. (2018). Designing experiments and analyzing data: A model comparison perspective (3rd ed.). New York, NY: Routledge.

Examples

Run this code
# Load the data
data(tutorial_2_table_1)

# Or, alternatively load the data as
data(T2T1)

# View the structure
str(tutorial_2_table_1)

# Brief summary of the data.
summary(tutorial_2_table_1)

# Load the data
data(tutorial_2_table_2)

# Or, alternatively load the data as
data(T2T2)

# View the structure
str(tutorial_2_table_2)

# Brief summary of the data.
summary(tutorial_2_table_2)

Run the code above in your browser using DataLab