Apple cultivar {DDPM}R Documentation

The data show the frequency distributions of the number of roots

Description

The function gives the frequency distributions of the number of roots produced by 270 shoots of the apple cultivar Trajan.

Usage

data_root

Arguments

data_root

A vector of (non-negative integer) count values.

Details

The data show the frequency distributions of the number of roots produced by 270 shoots of the apple cultivar Trajan. They were used by Rodrigues (2003) and fitted in the context of the Bayesian analysis of zero-inflated distributions.

Value

data_root gives the frequency distributions of the number of roots.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Rodrigues, J. (2003). Bayesian analysis of zero-inflated distributions. Communications in Statistics-Theory and Methods, 32(2), 281-289.

See Also

data_mites

Examples

x<-data_root
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]