energy {npsm} | R 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)/Exercise 4.7.8 of Kloke and McKean (2024).
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. Kloke, J. and McKean, J.W. (2024), Nonparametric statistical methods using R, Second Edition, Boca Raton, FL: Chapman-Hall.
Examples
rfit(output ~ temp.diff,data=energy)
[Package npsm version 2.0.0 Index]