Learn R Programming

GlobalDeviance (version 0.4)

ResamplelogLik: log-Likelihood values of Permutations

Description

log-Likelihood values from all permutations.

Usage

ResamplelogLik(xx, D.full, glm.family, nperm.used, covars, use.permMat, permMat, snowfall.args, snowfall.seed)

Arguments

xx
Dataset (genes x patients).
D.full
Designmatrix.
glm.family
Family for the regression.
nperm.used
Number of permutations for the test.
covars
Columns for the test.
use.permMat
Use permutation matrix TRUE/FALSE.
permMat
Permutation matrix.
snowfall.args
A list with parameters for the initialisation of parallelizing with package snowfall.
snowfall.seed
Start seed.

Value

See Also

See Functions_for_Permutation.