Learn R Programming

MPV (version 1.38)

p7.1: Data Set for Problem 7-1

Description

The p7.1 data frame has 10 observations on a predictor variable.

Usage

data(p7.1)

Arguments

Format

This data frame contains the following columns:
x
a numeric vector

Source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

Examples

Run this code
data(p7.1)
attach(p7.1)
x2 <- x^2
detach(p7.1)

Run the code above in your browser using DataLab