MasterBayes (version 2.55)

summary.genotypeD: genotypeD Object

Description

creates and object containing allele and genotype frequency for genotypeD objects

Usage

# S3 method for genotypeD
summary(object, …)

Arguments

object

genotypeD object

other arguments to be passed

Value

locus

locus information field (if present)

allele.names

vector of allele names: 0 and 1

allele.freq

estimated allele frequencies with finite sample size correction (Lynch \& Milligan 1994)

genotype.freq

frequencies of observed genotypes (phenotypes)

References

Lynch M. \& Milligan B.G. (1994) Molecular Ecology 3 91-99

See Also

genotype, summary.genotypeD

Examples

Run this code
# NOT RUN {
l1<-rbinom(100,1,0.5)
l1<-genotypeD(l1)
summary(l1)
# }

Run the code above in your browser using DataLab