powered by
These data are forest inventory measures from the Upper Flat Creek stand of the University of Idaho Experimental Forest, dated 1991.
data(idahohd)
Contains five variables, as follows:
Plot number.
Tree within plot.
A factor with levels DF = Douglas-fir, GF = Grand fir, SF = Subalpine fir, WL = Western larch, WC = Western red cedar, WP = White pine.
Diameter 137 cm perpendicular to the bole, cm.
Height of the tree, in m.
Weisberg S. 2014. Applied Linear Regression. 4th edition. New York: Wiley.
data(idahohd) head(idahohd) plot(height~dbh, data=idahohd)
Run the code above in your browser using DataLab