glm_multi {mirTarRnaSeq} | R Documentation |
Runs models 'glm_gaussian', 'glm_nb', 'glm_poisson', 'glm_zeroinfl(poisson)', 'glm_zeroinfl(negbin)' and returns mode with lowest AIC.
glm_multi( models = c(glm_gaussian, glm_nb, glm_poisson, glm_zeroinfl_poisson, glm_zeroinfl_negbin) )
models |
Model type, one or more of glm_gaussian, glm_nb, glm_poisson, glm_zeroinfl_poisson or glm_zeroinfl_negbin |
structure containing functions fit
, coefficients
,
aic
, data
, pterm
, pmodel
, and a
character string "glm_multi" in model
.
x <- glm_multi()