Learn R Programming

MPV (version 1.64)

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

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