Learn R Programming

tweeDEseq (version 1.18.0)

tweeDEseq-internal: Internal 'tweeDEseq' functions

Description

Internal tweeDEseq functions

Usage

loglikPoissonTweedie(p, x, mu, verbose = FALSE, tol = 1e-15, probs = FALSE, w = NULL) loglikPoissonTweedie2(p, a, x, mu, verbose = FALSE, tol = 1e-15, probs = FALSE, w = NULL) momentEstimates(x, w) shapeTrend(x) loglikGlmPT(par, X, Y, offset = NULL, allFactors=FALSE, a=NULL, tol=1e-300, maxCount, verbose = FALSE) glmPT.fit(X, Y, offset=NULL, allFactors=FALSE, a = NULL, maxCount = 2000, ...)

Arguments

Details

These are not to be called by the user