Learn R Programming

gpk (version 1.0)

Euphorbiaceae: Relationship between tree height and girth of Euphorbiaceae

Description

For various reasons it is of interest to estimate volume of a tree. Obviously direct measurement is quite difficult. The next best thing is to assume that the tree has a conical shape. Even with this assumption we need to measure height and radius at the base for estimating volume. Measurement of height can be cumbersome. However, measurement of girth is easy at about one meter height. Hence the simplest method is to use some relationship between girth and height and estimate height from girth.

Usage

data(Euphorbiaceae)

Arguments

Format

A data frame with 106 observations on the following 4 variables.
Family
Family name
Species_Name
Species name
GBH
Girth at breast height (GBH-cm)
Height
Height (meters)

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

Linear/ nonlinear regression. Testing the hypothesis: the relationship is same across species. Deciding which species are closer to each other in this regard.

Examples

Run this code
data(Euphorbiaceae)

Run the code above in your browser using DataLab