Rdocumentation
powered by
Learn R Programming
MPV (version 1.38)
p13.1: Data Set for Problem 13-1
Description
The
p13.1
data frame has 25 observation on the test-firing results for surface-to-air missiles.
Usage
data(p13.1)
Arguments
Format
This data frame contains the following columns:
x
target speed (in Knots)
y
hit (=1) or miss (=0)
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(p13.1)
Run the code above in your browser using
DataLab