Tree volume is a key measurement for businesses involved in the harvesting of trees for lumber.
It is understood to be related to two parameters:
Diameter of a tree 4-1/2 feet above the ground (Girth in R data)
Merchantable height - the length of the trunk that is usable
The focus of this project is to use a shiny app employing regression analysis to predict volume from user supplied Height and Diameter (called Girth).
Regression data is pulled from the 'trees' dataset in the R base package.
Acknowledgement: The plots and final model are developed at https://www.dataquest.io/blog/statistical-learning-for-predictive-modeling-r