speed | R Documentation |
A sample of 82 cars with variables speed and miles per gallon collected.
data("speed")
A data frame with 82 observations on the following 2 variables.
mpg
Miles per gallon
sp
a numeric vector
Higgins (2003) Introduction to modern nonparmetric statistics.
Kloke, J. and McKean, J.W. (2014), Nonparametric statistcal methods using R, Boca Raton, FL: Chapman-Hall.
data(speed)
plot(sp~mpg,data=speed)
rfit(sp~mpg+I(mpg^2),data=speed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.