energy | R Documentation |
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).
data(energy)
Twenty-four observations on two variables.
output
Energy output in watts
temp.diff
Temperature difference in K
Devore, J. (2012), Probaility and statistics for engineering and the sciences, 8th ed., Boston: Brooks/Cole.
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.
rfit(output ~ temp.diff,data=energy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.