Learn R Programming

DDPM (version 0.1.0)

Asynaptic: The data represent the observed number of asynaptic in onion plants

Description

The function gives the observed number of asynaptic in onion plants.

Usage

data_as1

Value

data_as1 gives the observed number of asynaptic in onion plants.

Arguments

data_as1

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 observed number of asynaptic in onion plants. 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 behavior of chromosomes. Genetica, 30(1), 108-122.

See Also

data_p806_7, data_p806_8, data_p806_9

Examples

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

Run the code above in your browser using DataLab