.evaluateModel {MethylIT.utils} | R Documentation |
Evaluate a glm object using the Akaike information criterion (AIC)
.evaluateModel(model, test = c("Wald", "LRT"))
model |
glm object |
test |
A character string matching one of "Wald" or "LRT". If test =
"Wald", then the p-value of the Wald test for the coefficient of the
independent variable (treatment group) will be reported p-value. If
test = "LRT", then the p-value from a likelihood ratio test given by
|
AIC value