Learn R Programming

DDPM (version 0.1.0)

Chromosome pairing at I metaphase : The data represent the number of chromosome pairing at I metaphase in three plants of Secale vavilovii

Description

The function gives the number of chromosome pairing count data at I metaphase in three plants of Secale vavilovii.

Usage

data_p806_9

Value

data_p806_9 provides the observed number of chromosome pairing count data at I metaphase in three plants of Secale vavilovii.

Arguments

data_p806_9

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

Author

Muhammad Imran

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

Details

The data represent the number of chromosome pairing at I metaphase in three plants of Secale vavilovii. They were used by Jain (1959) and fitted by the negative binomial distribution.

References

Jain, S. K. (1959). Fitting the negative binomial distribution to some data on asynaptic behaviour of chromosomes. Genetica, 30(1), 108-122.

See Also

data_p806_7, data_p806_8

Examples

Run this code
x<-data_p806_9
summary(x)
table (x)

Run the code above in your browser using DataLab