powered by
The janka data frame has 36 observations on Australian timber samples.
janka
data(janka)
This data frame contains the following columns:
a measure of density of the timber.
the Janka hardness (structural property) of the timber.
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003) Semiparametric Regression Cambridge University Press. http://stat.tamu.edu/~carroll/semiregbook/
# NOT RUN { library(SemiPar) data(janka) attach(janka) plot(dens,hardness) # }
Run the code above in your browser using DataLab