energy: Energy as a Function of temperature difference.

energyR Documentation

Energy as a Function of temperature difference.

Description

A regression example with response energy output in watts and the predictor temperature difference in degrees Kevin; see Devore (2012) and Exercise 4.9.11 of Kloke and McKean (2014).

Usage

data(energy)

Format

Twenty-four observations on two variables.

output

Energy output in watts

temp.diff

Temperature difference in K

Source

Devore, J. (2012), Probaility and statistics for engineering and the sciences, 8th ed., Boston: Brooks/Cole.

References

Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall.

Examples

rfit(output ~ temp.diff,data=energy)

npsm documentation built on Nov. 15, 2023, 1:08 a.m.