nbLackOfFitKL: Calcualte the KL divergence of a negative binomial fit to the...

Description Usage Arguments Examples

Description

Calcualte the KL divergence of a negative binomial fit to the mismatch data.

Usage

1

Arguments

res

A TEfit object.

Examples

1
2
3
4
5
6
# Analyze Gypsy family 24 (Nusif)
data(AetLTR)
dat <- subset(AetLTR, GroupID == 24 & !is.na(Chr))
set.seed(1)
res1 <- EstDynamics(dat$Mismatch, dat$UngapedLen, plotFit=TRUE, plotSensitivity=FALSE, pause=FALSE)
nbLackOfFitKL(res1)

TE documentation built on May 1, 2019, 10:13 p.m.

Related to nbLackOfFitKL in TE...