Learn R Programming

MPV (version 1.64)

table.b14: Table B14

Description

The table.b14 data frame has 25 observations on the transient points of an electronic inverter.

Usage

data(table.b14)

Arguments

Format

This data frame contains the following columns:

x1

width of the NMOS Device

x2

length of the NMOS Device

x3

width of the PMOS Device

x4

length of the PMOS Device

x5

a numeric vector

y

transient point of PMOS-NMOS Inverters

Examples

Run this code
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