Learn R Programming

RSADBE (version 1.0)

DCD: Understanding Drain Current Vs Ground-to-Source Voltage

Description

The data pertains to an experiment where the drain current is measured against the ground-to-source voltage. We use this data set for understanding of a simple scatterplot.

Usage

data(DCD)

Arguments

Format

A data frame with 10 observations on the following 2 variables.
GTS_Voltage
The voltage
Drain_Current
Drain in the current

References

Montgomery, D. C., and Runger, G. C. (2007). Applied Statistics and Probability for Engineers, (With CD). J.Wiley.

Examples

Run this code
data(DCD)
plot(DCD)

Run the code above in your browser using DataLab