powered by
The table.b14 data frame has 25 observations on the transient points of an electronic inverter.
table.b14
data(table.b14)
This data frame contains the following columns:
width of the NMOS Device
length of the NMOS Device
width of the PMOS Device
length of the PMOS Device
a numeric vector
transient point of PMOS-NMOS Inverters
data(table.b14) y.lm <- lm(y ~ x1 + x2 + x3 + x4, data=table.b14) plot(y.lm, which=1)
Run the code above in your browser using DataLab