Learn R Programming

gpk (version 1.0)

BambooGrowth: Data set relating growth of bamboo to geographic location

Description

Bamboo is a useful plant belonging to the plant group 'grasses'. An individual bamboo plant is called a clump because it is a cluster of many sticks (culms). Individual culms may live for 10 years. The clump may live for 40 years. Every year the plant develops new shoots which later on become old shoots / culms. New shoots have food value. Culms are used for mats, roofs etc. It is of interest to check variation in growth rates of plants. In particular we may want to assess effect of location on growth. The data has 2 responses in columns D and E. Information on location is hierarchical. Compartment is the largest unit. Blocks are parts of compartments. Transects are lines drawn within blocks. We may compare transects within blocks, blocks within compartments and finally compartments. Analysis can be univariate or bivariate.

Usage

data(BambooGrowth)

Arguments

Format

A data frame with 595 observations on the following 14 variables.
Compartment
Compartment (in forest)
Locality_Block
Locality
Transect_Number
Transect
Old_Shoots
number of old shoots in the clump
New_Shoots
number of new shoots in the clump

Source

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

Details

Nested ANOVA univarite and bivariate are suggested tools for analyses.

Examples

Run this code
data(BambooGrowth)

Run the code above in your browser using DataLab