Learn R Programming

GENLIB (version 1.0.3)

gen.fCI: Average inbreeding coefficient confidence interval

Description

Returns the confidence interval of the average inbreeding among specified individuals

Usage

gen.fCI(vectF, prob=c(0.025,0.05,0.95,0.975), b="5000", print.it="F")

Arguments

Value

A vector or a GLmultiVector object depending on the type of 'vectF' entered. If 'vectF' is a GLmultiVector, an array of vectors (GLmultiVector), one for each depth, is returned. Array of size ('depthMax'-'depthMin'), vectors of size 'length(probs)'. If 'vectF' is a GLmultiVector, a vector of size 'length(probs)' is returned.

See Also

gen.f

Examples

Run this code
data(genea140) 
gen140<-gen.genealogy(genea140) 
gen10 <-gen.branching(gen140, pro=gen.pro(gen140)[c(1:10)])
fval<-gen.f(gen10)
gen.fCI(fval)

Run the code above in your browser using DataLab