Learn R Programming

lmreg (version 1.2)

anscombeplus: Six data sets with similar regression summary

Description

Six synthetic data sets with similar regression summary, for illustrating the importance of regression diagnostics.

Usage

data(anscombeplus)

Arguments

Format

A data frame with 20 observations on 8 synthetic real-valued variables, labelled as x1, y1, y2, y3, y4, y5, x2, y6.

x1

Explanatory variable of first five data sets

y1

Response variable of first data set

y2

Response variable of second data set

y3

Response variable of third data set

y4

Response variable of fourth data set

y5

Response variable of fifth data set

x2

Explanatory variable of sixth data set

y6

Response variable of sixth data set

Details

This data set is presented by Sengupta and Jammalamadaka (2019), after expanding on the ideas of Anscombe (1973)

Examples

Run this code
# NOT RUN {
data(anscombeplus)
head(anscombeplus)
# }

Run the code above in your browser using DataLab