Rdocumentation
powered by
Learn R Programming
RSADBE (version 1.0)
VD: Voltage Drop Dataset
Description
The voltage is known to drop in a guided missile after a certain time. The data has been to illustrate certain cubic spline models.
Usage
data(VD)
Arguments
Format
A data frame with 41 observations on the following 2 variables.
Time
Time of missile
Voltage_Drop
Drop in the voltage
References
Montgomery, Douglas C., Elizabeth A. Peck, and G. Geoffrey Vining. Introduction to linear regression analysis. Wiley, 2012.
Examples
Run this code
data(VD)
Run the code above in your browser using
DataLab