Learn R Programming

gpk (version 1.0)

Rat: Study of rat burrow architecture

Description

Bandicoot rats live in underground burrows dug by them. 83 burrows were excavated and measured. However, by accident, only the marginal distributions were retained while the original data on joint distribution was lost. Check whether each marginal distribution is normal. It is of interest to estimate proportion of burrows having length greater than average AND depth greater than average. Use the following formula for generating bivariate distribution from marginals.

Usage

data(Rat)

Arguments

Format

A data frame with 6 observations on the following 4 variables.
Tunnel_Length
Total length of tunnel (cm)
Frequency
Frequency
Tunnel_Depth
Depth of tunnel (cm)
Frequency.1
Frequency of tunnel depth

Source

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

Details

Use the chi-square test for checking univariate normality.