Learn R Programming

SenSrivastava (version 0.1-14)

E2.6: Voltage Data

Description

The E2.6 data frame has 10 rows and 2 columns.

Usage

data(E2.6)

Arguments

concept

  • Voltage Data
  • regression

source

Armin Lehning, Speedotron Corporation.

Details

A definition of efficiency is the ratio V.c/V.a. Obtain a model for efficiency E as a regresion in V.a. Use a quadratic polynomial. Examine the fit.

Examples

Run this code
data(E2.6)
E2.6.m1 <- lm(V.c/V.a ~ V.a + I(V.a^2), data=E2.6)
plot(E2.6.m1)

Run the code above in your browser using DataLab